I created raidz with labels and geoms /dev/ada1pX /dev/ada2pX /dev/ada3pX /dev/ada3pX as well as /dev/gpt/$labels existed before reboot.
It was like this:
However, after reboot I see the following:
I don't see any geoms of ada2 and ada3
Why did this happen after a reboot, how to recover and how to prevent this in the future?
FreeBSD 13.2
It was like this:
Code:
pool: hddPool_x3_RAIDZ
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
hddPool_x3_RAIDZ ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gpt/hdd_for_x3_RAIDZ_1 ONLINE 0 0 0
gpt/hdd_for_x3_RAIDZ_2 ONLINE 0 0 0
gpt/hdd_for_x3_RAIDZ_3 ONLINE 0 0 0
However, after reboot I see the following:
Code:
pool: hddPool_x3_RAIDZ
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
hddPool_x3_RAIDZ ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gpt/hdd_for_x3_RAIDZ_1 ONLINE 0 0 0
diskid/DISK-WD-WX22D51DKT1Dp8 ONLINE 0 0 0
diskid/DISK-WD-WX22D51JJAERp6 ONLINE 0 0 0
I don't see any geoms of ada2 and ada3
Code:
# ls /dev/ada
ada1p10 ada1p3 ada1p6 ada1p9
ada1 ada1p11 ada1p4 ada1p7 ada2
ada1p1 ada1p2 ada1p5 ada1p8 ada3
# gpart list ada2
gpart: Class 'PART' does not have an instance named 'ada2'.
Why did this happen after a reboot, how to recover and how to prevent this in the future?
FreeBSD 13.2