[PATCHv3 2/2] nvme: add test for writing to file-ns just after disabling it

Daniel Wagner dwagner at suse.de
Fri Dec 6 04:32:45 PST 2024


On Fri, Dec 06, 2024 at 04:48:08PM +0530, Nilay Shroff wrote:
> +		# disable target namespace and write to it
> +		echo 0 > ${ns_path}/enable
> +		nvme write --start-block=1 --block-count=0 \
> +			--data-size=512 --data="/dev/urandom" "$disk" 2>>"$FULL"
>
I haven't checked if this was already discussed. Just wondering what
--block-count=0 is supposed to. Is it the 0 based thing?

Rest looks good. So feel free to add

Reviewed-by: Daniel Wagner <dwagner at suse.de>



More information about the Linux-nvme mailing list