Tagged Questions

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 ...
1
vote
1answer
401 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
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
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
264 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 ...
-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 ...