Hi,
I have no idea why this weird problem only occur on FreeBSD 10.3, some of the disk label will be gone when importing my zpool or after reboot the server.
Some of the disk label such as data_disk10 , l2arc_disk1 and 1 are disappeared, and the drive da6 and da7 are missing as well, due to no reason.
However, after exporting the zpool , the drives and gpt label came back .
I have never encountered this issue on < FreeBSD 10.3.
Recreating the disk and partition by using GPART does not resolve this issue.
This happens on 2 of my FreeBSD servers after reinstalled both servers and imported the data pool. Previously both servers were running FreeBSD 10.2 without such issue.
I have no idea why this weird problem only occur on FreeBSD 10.3, some of the disk label will be gone when importing my zpool or after reboot the server.
Code:
NAME STATE READ WRITE CKSUM
vol ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gpt/data_disk0 ONLINE 0 0 0
gpt/data_disk1 ONLINE 0 0 0
gpt/data_disk2 ONLINE 0 0 0
gpt/data_disk3 ONLINE 0 0 0
gpt/data_disk4 ONLINE 0 0 0
raidz2-1 ONLINE 0 0 0
gpt/data_disk5 ONLINE 0 0 0
gpt/data_disk6 ONLINE 0 0 0
gpt/data_disk7 ONLINE 0 0 0
gpt/data_disk8 ONLINE 0 0 0
gpt/data_disk9 ONLINE 0 0 0
logs
gpt/slog_disk0 ONLINE 0 0 0
cache
10904848311259166591 UNAVAIL 0 0 0 was /dev/ada0
da6p1 ONLINE 0 0 0
spares
diskid/DISK-%20%20%20%20%20%20%20%20%20%20%20%20Z2F0DDTHp3 AVAIL
Some of the disk label such as data_disk10 , l2arc_disk1 and 1 are disappeared, and the drive da6 and da7 are missing as well, due to no reason.
Code:
/dev/gpt # ls -al
total 1
dr-xr-xr-x 2 root wheel 512 Apr 25 19:29 .
dr-xr-xr-x 11 root wheel 512 Apr 26 03:29 ..
crw-r----- 1 root operator 0x103 Apr 25 19:29 data_disk0
crw-r----- 1 root operator 0x10b Apr 25 19:29 data_disk1
crw-r----- 1 root operator 0x113 Apr 25 19:29 data_disk2
crw-r----- 1 root operator 0x11b Apr 25 19:29 data_disk3
crw-r----- 1 root operator 0xa3 Apr 25 19:29 data_disk4
crw-r----- 1 root operator 0xab Apr 25 19:29 data_disk5
crw-r----- 1 root operator 0xd5 Apr 25 19:29 data_disk6
crw-r----- 1 root operator 0xb3 Apr 25 19:29 data_disk7
crw-r----- 1 root operator 0xbb Apr 25 19:29 data_disk8
crw-r----- 1 root operator 0xc3 Apr 25 19:29 data_disk9
crw-r----- 1 root operator 0x7c Apr 26 11:14 l2arc_disk0
crw-r----- 1 root operator 0x101 Apr 25 19:29 os_disk0
crw-r----- 1 root operator 0x109 Apr 25 19:29 os_disk1
crw-r----- 1 root operator 0x111 Apr 25 19:29 os_disk2
crw-r----- 1 root operator 0x119 Apr 25 19:29 os_disk3
crw-r----- 1 root operator 0xa1 Apr 25 19:29 os_disk4
crw-r----- 1 root operator 0xa9 Apr 25 19:29 os_disk5
crw-r----- 1 root operator 0xd3 Apr 25 19:29 os_disk6
crw-r----- 1 root operator 0xb1 Apr 25 19:29 os_disk7
crw-r----- 1 root operator 0xb9 Apr 25 19:29 os_disk8
crw-r----- 1 root operator 0xc1 Apr 25 19:29 os_disk9
crw-r----- 1 root operator 0xfa Apr 25 19:29 slog_disk0
However, after exporting the zpool , the drives and gpt label came back .
Code:
/dev/gpt # zpool export vol
/dev/gpt # ls -al
total 1
dr-xr-xr-x 2 root wheel 512 Apr 25 19:29 .
dr-xr-xr-x 11 root wheel 512 Apr 26 03:29 ..
crw-r----- 1 root operator 0x103 Apr 25 19:29 data_disk0
crw-r----- 1 root operator 0x10b Apr 25 19:29 data_disk1
crw-r----- 1 root operator 0x92 Apr 26 11:19 data_disk10
crw-r----- 1 root operator 0x113 Apr 25 19:29 data_disk2
crw-r----- 1 root operator 0x11b Apr 25 19:29 data_disk3
crw-r----- 1 root operator 0xa3 Apr 25 19:29 data_disk4
crw-r----- 1 root operator 0xab Apr 25 19:29 data_disk5
crw-r----- 1 root operator 0xd5 Apr 25 19:29 data_disk6
crw-r----- 1 root operator 0xb3 Apr 25 19:29 data_disk7
crw-r----- 1 root operator 0xbb Apr 25 19:29 data_disk8
crw-r----- 1 root operator 0xc3 Apr 25 19:29 data_disk9
crw-r----- 1 root operator 0x7c Apr 26 11:14 l2arc_disk0
crw-r----- 1 root operator 0xa6 Apr 26 11:19 l2arc_disk1
crw-r----- 1 root operator 0x101 Apr 25 19:29 os_disk0
crw-r----- 1 root operator 0x109 Apr 25 19:29 os_disk1
crw-r----- 1 root operator 0x111 Apr 25 19:29 os_disk2
crw-r----- 1 root operator 0x119 Apr 25 19:29 os_disk3
crw-r----- 1 root operator 0xa1 Apr 25 19:29 os_disk4
crw-r----- 1 root operator 0xa9 Apr 25 19:29 os_disk5
crw-r----- 1 root operator 0xd3 Apr 25 19:29 os_disk6
crw-r----- 1 root operator 0xb1 Apr 25 19:29 os_disk7
crw-r----- 1 root operator 0xb9 Apr 25 19:29 os_disk8
crw-r----- 1 root operator 0xc1 Apr 25 19:29 os_disk9
crw-r----- 1 root operator 0xfa Apr 25 19:29 slog_disk0
Recreating the disk and partition by using GPART does not resolve this issue.
This happens on 2 of my FreeBSD servers after reinstalled both servers and imported the data pool. Previously both servers were running FreeBSD 10.2 without such issue.