Date: Thu, 02 Mar 2023 11:03:08 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269912] nvmecontrol ns create command fails on FreeBSD 13.1 Message-ID: <bug-269912-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269912 Bug ID: 269912 Summary: nvmecontrol ns create command fails on FreeBSD 13.1 Product: Base System Version: 13.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: florian.millet@laposte.net Created attachment 240526 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D240526&action= =3Dedit Linux output for nvme id-ctrl All the tests were made on SAMSUNG MZWLJ15THALA-00007 15TB NVMe drives on FreeBSD 13.1 (see attachments for nvmecontrol identify outputs). Trying to create a namespace with nvmecontrol do not work with the command : # nvmecontrol ns create -s 117194752 -c 117194752 -f 2 nvme0 nvmecontrol: namespace creation failed: Invalid Field I tried different combinations of parameters, nothing works, even with a ba= re minimal command ns create fails. In comparison, the same command works fine on Linux : root@rescue:~# nvme create-ns -s 117194752 -c 117194752 -f 2 /dev/nvme0 create-ns: Success, created nsid:1 root@rescue:~# All other ns commands worked normally (delete, detach, etc ...), only the create command fails. These commands were tested on nda drivers, I do not think nvd drivers would change anything, it seems to be nvmecontrol that do not build the correct command to the NVMe controller. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269912-227>