ZFS

From DWIKI
Revision as of 12:31, 1 January 2021 by Tony (talk | contribs)

Links

 

 

HOWTO

Replace disk in zfs

Some links

Get information first:

Name of disk

zpool status

Find uid of disk to replace


take it offline

zpool offline poolname diskname

Get the disk guid:

zdb

Get list of disk by id:

ls -al /dev/disk/by-id


Save the id, shutdown, replace disk, boot:

Find the new disk:

ls -al /dev/disk/by-id


Run replace command. The id is the guid of the old disk, name is of the new disk

zpool replace tank 13450850036953119346 /dev/disk/by-id/ata-ST4000VN000-1H4168_Z302FQVZ

FAQ

show status

zspool status

show drives/pools

zfs list
      

check raid level

zfs list -a