The documentation is clear on the command needed to replace the failed drive after the new one is installed:
zpool replace -f <pool> <old-device> <new-device>
However, I am unsure of what exact device name to use. The output of zpool list -v and zpool status both show device names that are...
Hello together,
I would be great if somebody can help me with my errors.
I want to replace a drive in my ZFS pool with another drive.
My steps are:
zpool offline vault /dev/old_drive
zpool replace vault (id from zpool status -g) /dev/new_drive
When the new installed drive gets resilvered...
I have a pool, configured as a raidz-1, of 5 SSD drives plus 2 spares, and in the most recent scrub, two of the main pool SSDs have been marked FAULTED. The spares have automatically taken over so at the moment the pool still has full redundancy, and I want to replace the faulty drives...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.