On 09.03.2023 11:09, Yuri wrote:
Alexander Motin wrote:
The branch main has been updated by mav:
URL:
https://cgit.FreeBSD.org/src/commit/?id=20dc2c4d11ddaa980c491116b65c51ab522028e9
commit 20dc2c4d11ddaa980c491116b65c51ab522028e9
Author: Alexander Motin <[email protected]>
AuthorDate: 2023-03-09 15:19:00 +0000
Commit: Alexander Motin <[email protected]>
CommitDate: 2023-03-09 15:19:00 +0000
nvmecontrol: Fix default ns create parameters.
Instead of passing 0xff's for all unset parameters, prefer reasonable
defaults. It is much easier to use it this was without specs in hand.
Could this possibly fix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269912?
Yes, it may. Since I don't see neither of -d -p or -l parameters
specified, it could cause the same issue I just hit.
--
Alexander Motin