Doing iSCSI targets on ZFS
As ZFS did quite well here – even after messing around with disks, I decided to give it another try. This time I am out to use its features on other systems. But to do so, I need to share it. As I am running virtual machines, it would be nice to have iSCSI shares to (ab)use. So let’s do it by starting the service:
# svcadm enable iscsitgt
Posted in: IT Related stuff | No Comments »
Disk failure and ZFS
ZFS is a beautiful filesystem – even in case of hardware failures, as it was build to deal with them. Allow me to demonstrate a defective disk on a Raid-Z1 pool. As long as only one disk breaks down, it is still functional – even while rebuilding.
To do the recovery, we need to locate the bad disk, which happens by typing ‘zpool status -x’:
Posted in: IT Related stuff | No Comments »
