zfs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
zfs [2018/02/08 20:39] – [Zpool] k2patel | zfs [2018/02/08 20:41] – k2patel | ||
---|---|---|---|
Line 4: | Line 4: | ||
- | To check zpool status | + | === To check zpool status |
<code bash> | <code bash> | ||
zpool status [< | zpool status [< | ||
</ | </ | ||
- | To clear error on drive, which you think reported wrongly. | + | === To clear error on drive, which you think reported wrongly. |
<code bash> | <code bash> | ||
zpool clear <volume name> | zpool clear <volume name> | ||
</ | </ | ||
- | To add Zeus Drive | + | === To add Zeus Drive === |
<code bash> | <code bash> | ||
zpool add performance log < | zpool add performance log < | ||
</ | </ | ||
- | Adding spare to volume | + | === Adding spare to volume |
<code bash> | <code bash> | ||
zpool add performance spare < | zpool add performance spare < | ||
</ | </ | ||
- | Remove attached spare drive to volume | + | === Remove attached spare drive to volume |
<code bash> | <code bash> | ||
zpool detach < | zpool detach < | ||
</ | </ | ||
- | Removing drives from volume (require to remove spare drives after raid rebuilt) | + | === Removing drives from volume (require to remove spare drives after raid rebuilt) |
<code bash> | <code bash> | ||
zpool remove < | zpool remove < |
zfs.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1