Hello,
I installed PBS Beta from the ISO (0.8.6) and updated to 0.8.9, but now one disk of my ZFS RaidZ2 is missing while not being actually removed (it worked before running apt update). I tried to re-add it but it says that the disk is already an active member of my pool:
I tried to use wipefs to remove all partitions and repartition it using sgdisk and then replace the disk using zfs replace but it still claims that the disk is an active member of the array. It seems like this is related to this bug: https://github.com/openzfs/zfs/issues/2076
I installed PBS Beta from the ISO (0.8.6) and updated to 0.8.9, but now one disk of my ZFS RaidZ2 is missing while not being actually removed (it worked before running apt update). I tried to re-add it but it says that the disk is already an active member of my pool:
Code:
~# zpool status
pool: rpool
state: ONLINE
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://zfsonlinux.org/msg/ZFS-8000-4J
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
ata-TOSHIBA_MG06ACA800E_4030A04UFKRE-part3 ONLINE 0 0 0
ata-TOSHIBA_MG06ACA800E_4030A05LFKRE-part3 ONLINE 0 0 0
ata-TOSHIBA_MG06ACA800E_1060A0X5FKRE-part3 ONLINE 0 0 0
8852051436562280351 UNAVAIL 0 0 0 was /dev/sdd
I tried to use wipefs to remove all partitions and repartition it using sgdisk and then replace the disk using zfs replace but it still claims that the disk is an active member of the array. It seems like this is related to this bug: https://github.com/openzfs/zfs/issues/2076