-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvme create-ns input of --nsze adn --ncap in standard SI units #1747
Labels
Comments
FYI: Just confirmed as currenty the binaly units
Note: |
ikegami-t
added a commit
to ikegami-t/nvme-cli
that referenced
this issue
Jan 3, 2023
… SI units This is proposed by the issue linux-nvme#1747. The value suffixed SI is divided by the namespace LBA size to set as NSZE and NCAP. If the value not suffixed it is set as same with the nsze and ncap options. Note: The existing nsze/ncap arguments follow the specification defined units. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
The change is merged. |
lgdacunh
pushed a commit
to solidigm/nvme-cli
that referenced
this issue
Nov 10, 2023
… SI units This is proposed by the issue linux-nvme#1747. The value suffixed SI is divided by the namespace LBA size to set as NSZE and NCAP. If the value not suffixed it is set as same with the nsze and ncap options. Note: The existing nsze/ncap arguments follow the specification defined units. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
accept SI units in
--nsze
and--ncap
fornvme create-ns
example current command
nvme create-ns /dev/nvme0 –nsze 11995709440 –ncap 1199570940 –flbas 0 –dps 0 –nmic 0
proposed command
nvme create-ns /dev/nvme0 –nsze 6.14T –ncap 6.14T –flbas 0 –dps 0 –nmic 0
The text was updated successfully, but these errors were encountered: