zfs expand

From Aqua Tern, 6 Years ago, written in Plain Text, viewed 175 times.
URL https://paste.steamr.com/view/67b85376 Embed
Download Paste or View Raw
  1. root@nas:/home/leo# zpool get expandsize data
  2. NAME  PROPERTY    VALUE     SOURCE
  3. data  expandsize  2.69T     -
  4. root@nas:/home/leo# zpool list data
  5. NAME   SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
  6. data  8.12T  6.69T  1.43T     2.69T    41%    82%  1.00x  ONLINE  -
  7. root@nas:/home/leo# zpool status data
  8.   pool: data
  9.  state: ONLINE
  10. status: Some supported features are not enabled on the pool. The pool can
  11.         still be used, but some features are unavailable.
  12. action: Enable all features using 'zpool upgrade'. Once this is done,
  13.         the pool may no longer be accessible by software that does not support
  14.         the features. See zpool-features(5) for details.
  15.   scan: resilvered 2.22T in 24h12m with 0 errors on Wed Nov  1 16:43:39 2017
  16. config:
  17.  
  18.         NAME                                       STATE     READ WRITE CKSUM
  19.         data                                       ONLINE       0     0     0
  20.           raidz1-0                                 ONLINE       0     0     0
  21.             ata-ST4000DM005-2DP166_ZGY0956M-part1  ONLINE       0     0     0
  22.             wwn-0x5000c500a36f4651-part1           ONLINE       0     0     0
  23.             ata-ST4000DM000-2AE166_WDH01SND-part1  ONLINE       0     0     0
  24.         cache
  25.           sdc1                                     ONLINE       0     0     0
  26.  
  27. errors: No known data errors
  28. root@nas:/home/leo# zpool online -e data ata-ST4000DM005-2DP166_ZGY0956M-part1
  29. root@nas:/home/leo# zpool list data
  30. NAME   SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
  31. data  10.9T  6.69T  4.18T         -    30%    61%  1.00x  ONLINE  -
  32. root@nas:/home/leo# zpool get autoexpand data
  33. NAME  PROPERTY    VALUE   SOURCE
  34. data  autoexpand  off     default
  35.  
  36.  
  37.  
  38. See also: https://tomasz.korwel.net/2014/01/03/growing-zfs-pool/

Reply to "zfs expand"

Here you can reply to the paste above