Tagged Questions
ZFS is a combined file system and logical volume manager designed by Sun Microsystems. -Wikipedia
6
votes
5answers
679 views
Does anyone have experience with ZFS?
I am considering to adopt ZFS and I would be happy to know your experience in both production and testing environment.
5
votes
2answers
104 views
Is there an API to access the ZFS filesystem
I would like to know if there is a way to access the ZFS api (preferably from python but C is fine too). My goal is to write some tools that will monitor my pools but would definitely like to not to ...
3
votes
3answers
207 views
What do programs see when ZFS can't deliver uncorrupted data?
Say my program attempts a read of a byte in a file on a ZFS filesystem. ZFS can locate a copy of the necessary block, but cannot locate any copy with a valid checksum (they're all corrupted, or the ...
3
votes
5answers
1k views
Can ZFS mirror an entire hard drive in OpenSolaris?
I am upgrading an OpenSolaris development workstation and recently purchased two 500GB SATA hard drives expecting to use the features of the motherboard to mirror the drives. OpenSolaris doesn't ...
2
votes
3answers
789 views
Using java, how do you get the amount of free space on a solaris zfs file system?
Using java, how do you get the amount of free space on a solaris zfs file system?
I have a SunFire x4140 with built-in hdd mounted as /. It also has a connected JBOD with 7.6TB of HDD space, ...
1
vote
1answer
399 views
On Solaris, how do you mount a second zfs system disk for diagnostics?
I've got two hard disks in my computer, and have installed Solaris 10u8 on the first and Opensolaris 2010.3 (dev onnv_134) on the second. Both systems uses ZFS and were independently created with a ...
1
vote
3answers
459 views
What is the status of ZFS on Mac OS X?
In 10.5, Apple released a read-only kernel extension/filesystem to allow ZFS pools to be mounted. A later open-source project was hosted at http://zfs.macosforge.org and was announced to be part of ...
1
vote
4answers
705 views
ZFS vdev naming?
I have no idea what is the rationale behind naming the vdev (virtual devices) used while creating zfs pools in Solaris. Suppose, I have a disk c4d0, what is meant by c4d0p0 and c4d0s0? And, how would ...
1
vote
1answer
695 views
Is it possible to offline a disk in a raidz zfs pool?
When i try to offline a disk in a zfs raidz pool (the raidz pool is not mirrored), zfs says that the disk cannot be taken offline because it has no valid mirror.
Isn't one of the properties of raidz ...
0
votes
0answers
5 views
raid storage device with 8+ hdd's
I am looking for a raid storage device that can hold minimum 8 hdd's with ZFS RaidZ to store the data redundant without the need of drives of the same size etc. The software is not a problem, I just ...
0
votes
0answers
23 views
Time Machine, ZFS and deduplication [migrated]
I'm currently exporting a ZFS partition with dedup=on using Ubuntu and netatalk. However, time machine (OSX) insists on creating a sparsebundle on it, and it made me start wondering if this would have ...
0
votes
1answer
107 views
block level backup of zfs storage pool
Is possible to take a backup of zfs storage pool ?
If the FS is on a raw disk, we can open and read the character device interface to replicate the disk to a file.We can mount the file using the ...
0
votes
1answer
193 views
is there some distrbuted stroage like Hadoop butwith the advantages of ZFS?
Is there some distributed storage like Hadoop but with the advantages of ZFS?
0
votes
2answers
261 views
Is tuning the innodb_buffer_pool_size important on Solaris ZFS?
We're running a moderate size (350GB) database with some fairly large tables (a few hundred million rows, 50GB) on a reasonably large server (2 x quad-core Xeons, 24GB RAM, 2.5" 10k disks in RAID10), ...
0
votes
2answers
178 views
Solaris: virtual slices/disks for use with ZFS
This is a little related to my previous question Solaris: Mounting a file system on an application's handlers. except this question is for a different purpose and is simpler as there is no ...
0
votes
3answers
115 views
How to read a block in a storage pool (zpool) using dd?
I want to read a block in zpool storage pool using dd command. Since zpool doesn't create a device file like other volume manager like vxvm. I dunno which block device to use for reading. Is there any ...
0
votes
0answers
141 views
Raidz-1 parity disks? [closed]
Duplicate on Server Fault:
Raidz-1 parity disks?
I am a bit confused about how to configure my zfs pool. What is the exact difference between adding 8 disks to a raidz1 pool or adding 2x4 to ...
-1
votes
1answer
55 views
zfs error detached [closed]
I have a problem with ZFS:
ZFS filesystem version 4
ZFS storage pool version 15
My comp with Freebsd 8.2 releng shutdown with ad4 error detached,when I copy a big file...
and after reboot in 2 wd ...