I wanted to add a disk to my raidz1-0 but instead I added it to rstorage only.
How do I remove it from there? I want to remove usb-Seagate_Expansion_NAAE7KF5-0:0
How do I remove it from there? I want to remove usb-Seagate_Expansion_NAAE7KF5-0:0
Code:
root@proxmox:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rstorage 18.2T 5.58T 12.6T - - 0% 30% 1.00x ONLINE -
root@proxmox:~# zpool status
pool: rstorage
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rstorage ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
usb-Seagate_One_Touch_HDD_00000000NABN4TNN-0:0 ONLINE 0 0 0
usb-Seagate_One_Touch_HDD_00000000NABN4TJ2-0:0 ONLINE 0 0 0
usb-Seagate_Portable_NAAHZAW9-0:0 ONLINE 0 0 0
usb-Seagate_Expansion_NAAE7KF5-0:0 ONLINE 0 0 0
errors: No known data errors
root@proxmox:~# zpool detach rstorage usb-Seagate_Expansion_NAAE7KF5-0:0
cannot detach usb-Seagate_Expansion_NAAE7KF5-0:0: only applicable to mirror and replacing vdevs
root@proxmox:~# zpool remove rstorage usb-Seagate_Expansion_NAAE7KF5-0:0
cannot remove usb-Seagate_Expansion_NAAE7KF5-0:0: invalid config; all top-level vdevs must have the same sector size and not be raidz.