snu-csl / nvmevirt

NVMeVirt: A Versatile Software-defined Virtual NVMe Device
Other
182 stars 54 forks source link

ZENFS support #18

Closed YummuyWang closed 1 year ago

YummuyWang commented 1 year ago

Does nvmevirt support zenfs? When I run this command ./plugin/zenfs/util/zenfs mkfs --zbd= --aux_path= it outpus Failed to create file system, error: IO error: Input/output error

dmesg outputs [28650.297992] nvme2n1: I/O Cmd(0x1) @ LBA 0, 2 blocks, I/O Error (sct 0x1 / sc 0xbc) [28650.298003] I/O error, dev nvme2n1, sector 0 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0

YummuyWang commented 1 year ago

Its because I set ZNS SSD size = 1025M When I changed size to 2049M it can work properly.