I run a guest machine (u20s) with a zns ssd using default script : run-zns.sh. Then I compile and install nvme-cli(2.1.2) tool on the guest.
When I run command echo "hello world" | sudo nvme zns zone-append /dev/nvme0n1 -z 512, it returns Success appended data to LBA 0.But then I run command 'sudo nvme read /dev/nvme0n1 -z 512', it only returns read: Success without any other contents.
In addition, I simulate another zns ssd with qemu's configuration. And after finishing the above operations, it returns as follows:
hello world
read: Success
Is there any problem with femu's zns ssd? Or maybe I just missed something?
I run a guest machine (u20s) with a zns ssd using default script :
run-zns.sh. Then I compile and installnvme-cli(2.1.2)tool on the guest.When I run command
echo "hello world" | sudo nvme zns zone-append /dev/nvme0n1 -z 512, it returnsSuccess appended data to LBA 0.But then I run command 'sudo nvme read /dev/nvme0n1 -z 512', it only returnsread: Successwithout any other contents.In addition, I simulate another zns ssd with qemu's configuration. And after finishing the above operations, it returns as follows:
Is there any problem with femu's zns ssd? Or maybe I just missed something?