root@cassandra07:~# ls /dev/nvme[1-3]n1 | xargs -n1 -t nvme id-ns -H | grep LBAnvme id-ns -H /dev/nvme1n1 [4:4] : 0x1 Metadata Transferred at End of Data LBA [3:0] : 0 Current LBA Format Selected [0:0] : 0x1 Metadata as Part of Extended Data LBA SupportedLBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x1 Better (in use)LBA Format 1 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best LBA Format 2 : Metadata Size: 8 bytes - Data Size: 512 bytes - Relative Performance: 0x3 DegradedLBA Format 3 : Metadata Size: 8 bytes - Data Size: 4096 bytes - Relative Performance: 0x2 GoodLBA Format 4 : Metadata Size: 64 bytes - Data Size: 4096 bytes - Relative Performance: 0x3 Degradednvme id-ns -H /dev/nvme2n1 [4:4] : 0x1 Metadata Transferred at End of Data LBA [3:0] : 0 Current LBA Format Selected [0:0] : 0x1 Metadata as Part of Extended Data LBA SupportedLBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x1 Better (in use)LBA Format 1 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best LBA Format 2 : Metadata Size: 8 bytes - Data Size: 512 bytes - Relative Performance: 0x3 DegradedLBA Format 3 : Metadata Size: 8 bytes - Data Size: 4096 bytes - Relative Performance: 0x2 GoodLBA Format 4 : Metadata Size: 64 bytes - Data Size: 4096 bytes - Relative Performance: 0x3 Degradednvme id-ns -H /dev/nvme3n1 [3:0] : 0 Current LBA Format Selected [0:0] : 0x1 Metadata as Part of Extended Data LBA SupportedLBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x2 Good (in use)LBA Format 1 : Metadata Size: 8 bytes - Data Size: 512 bytes - Relative Performance: 0x2 GoodLBA Format 2 : Metadata Size: 16 bytes - Data Size: 512 bytes - Relative Performance: 0x2 GoodLBA Format 3 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best LBA Format 4 : Metadata Size: 8 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best LBA Format 5 : Metadata Size: 64 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best LBA Format 6 : Metadata Size: 128 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best
Format the disks which don't generate errors.
root@cassandra07:~# nvme format -f --lbaf=1 /dev/nvme1n1Success formatting namespace:1root@cassandra07:~# nvme format -f --lbaf=1 /dev/nvme2n1Success formatting namespace:1
Try to format the last disk (writeintensive) : command nerver return, then kill have no effect, then cold reboot from iLO.
root@cassandra07:~# nvme format -f --lbaf=5 /dev/nvme3n1NVMe status: INVALID_FORMAT: The LBA Format specified is not supported. This may be due to various conditions(0x410a)root@cassandra07:~# nvme format -f --lbaf=4 /dev/nvme3n1NVMe status: INVALID_FORMAT: The LBA Format specified is not supported. This may be due to various conditions(0x410a)root@cassandra07:~# nvme format -f --lbaf=3 /dev/nvme3n1
root@cassandra07:~# zfs get all mixeduse | grep "atime\|relatime\|compression"mixeduse compression off localmixeduse atime off localmixeduse relatime on local