Merging upstream version 2.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
52cbdbff70
commit
407776cd14
262 changed files with 7434 additions and 3024 deletions
|
@ -217,15 +217,15 @@ _nvme () {
|
|||
_arguments '*:: :->subcmds'
|
||||
_describe -t commands "nvme ocp clear-pcie-correctable-error-counters options" _clear_pcie_correctable_error_counters
|
||||
;;
|
||||
(vs-fw-activate-history)
|
||||
local _vs_fw_activate_history
|
||||
_vs_fw_activate_history=(
|
||||
(fw-activate-history)
|
||||
local _fw_activate_history
|
||||
_fw_activate_history=(
|
||||
/dev/nvme':supply a device to use (required)'
|
||||
--output-format=':Output format: normal|json'
|
||||
-o':alias for --output-format'
|
||||
)
|
||||
_arguments '*:: :->subcmds'
|
||||
_describe -t commands "nvme ocp vs-fw-activate-history options" _vs_fw_activate_history
|
||||
_describe -t commands "nvme ocp fw-activate-history options" _fw_activate_history
|
||||
;;
|
||||
(device-capability-log)
|
||||
local _device_capability_log
|
||||
|
@ -237,6 +237,20 @@ _nvme () {
|
|||
_arguments '*:: :->subcmds'
|
||||
_describe -t commands "nvme ocp device-capability-log options" _device_capability_log
|
||||
;;
|
||||
(set-dssd-power-state-feature)
|
||||
local _set_dssd_power_state_feature
|
||||
_set_dssd_power_state_feature=(
|
||||
/dev/nvme':supply a device to use (required)'
|
||||
--power-state=':DSSD Power State to set in watts'
|
||||
-p':alias for --power-state'
|
||||
--save':Specifies that the controller shall save the attribute'
|
||||
-s':alias for --save'
|
||||
--no-uuid':Skip UUID index search'
|
||||
-n':alias for --no-uuid'
|
||||
)
|
||||
_arguments '*:: :->subcmds'
|
||||
_describe -t commands "nvme ocp set-dssd-power-state-feature options" _set_dssd_power_state_feature
|
||||
;;
|
||||
(*)
|
||||
_files
|
||||
;;
|
||||
|
@ -525,6 +539,8 @@ _nvme () {
|
|||
-a':alias of --anagrp-id'
|
||||
--nvmset-id=':NVM Set Identifier'
|
||||
-i':alias of --nvmset-id'
|
||||
--endg-id=':Endurance Group Identifier'
|
||||
-e':alias of --endg-id'
|
||||
--block-size=':target block size'
|
||||
-b':alias of --block-size'
|
||||
--timeout=':value for timeout'
|
||||
|
@ -1991,6 +2007,7 @@ _nvme () {
|
|||
clear-pcie-correctable-error-counters':Clear PCIe correctable error counters'
|
||||
vs-fw-activate-history':Get firmware activation history log'
|
||||
device-capability-log':Get Device capability log'
|
||||
set-dssd-power-state-feature':Set DSSD Power State'
|
||||
)
|
||||
_arguments '*:: :->subcmds'
|
||||
_describe -t commands "nvme ocp options" _ocp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue