Skip to content

I met a problem when using nvme-cli to send an append command to ZNS SSD. #91

@Konna619

Description

@Konna619

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions