Entry tags:
- life,
- opensource,
- storage,
- zfs
A tale of four disks
A had a long string of problems with our server at home...
( Read more... )
+ zfs snapshot zroot/usr@nu + zfs send -vi zroot/usr@laatste zroot/usr@nu + zfs receive -Fv fastbackup/usr@nu receiving incremental stream of zroot/usr@nu into fastbackup/usr@nu received 597MB stream in 10 seconds (59.7MB/sec)
frost:~# lvextend --size +110G /dev/new-vg/zfs-test Extending logical volume zfs-test to 120.00 GiB Logical volume zfs-test successfully resized frost:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zfs-pool 9.94G 9.78G 161M 98% 1.00x ONLINE -
frost:~# zpool export zfs-pool frost:~# zpool import zfs-pool frost:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zfs-pool 120G 9.78G 110G 8% 1.00x ONLINE -