ZFS: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 19: Line 19:


 
 


= HOWTO =
= HOWTO =


== Replace disk in zfs ==
== Replace disk in zfs ==
Line 48: Line 47:


guid: 15233236897831806877
guid: 15233236897831806877


Get list of disk by id:
Get list of disk by id:
Line 63: Line 61:


  zpool replace tank 13450850036953119346 /dev/disk/by-id/ata-ST4000VN000-1H4168_Z302FQVZ
  zpool replace tank 13450850036953119346 /dev/disk/by-id/ata-ST4000VN000-1H4168_Z302FQVZ
     
== Tuning arc settings ==
arcstat
grep c_max /proc/spl/kstat/zfs/arcstats
echo 5368709120 > /sys/module/zfs/parameters/zfs_arc_max
maybe you need
echo 3 > /proc/sys/vm/drop_caches


= FAQ =
= FAQ =

Revision as of 17:08, 31 October 2021

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 ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5RLZC6V

Get the disk guid:

zdb

guid: 15233236897831806877

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


Tuning arc settings

arcstat
grep c_max /proc/spl/kstat/zfs/arcstats
echo 5368709120 > /sys/module/zfs/parameters/zfs_arc_max

maybe you need

echo 3 > /proc/sys/vm/drop_caches

FAQ

show status

zspool status

show drives/pools

zfs list
      

check raid level

zfs list -a