@@ -111,6 +111,7 @@ _nvme () {
111111 'io-mgmt-recv:send an I/O management receive command'
112112 'io-mgmt-send:send an I/O management send command'
113113 'mgmt-addr-list-log:retrieve management address list log'
114+ 'changed-ns-list-log:retrieve changed allocated namespaces log'
114115 'version:show the program version'
115116 'ocp:OCP cloud SSD extensions'
116117 'solidigm:Solidigm plug-in extensions'
@@ -2639,11 +2640,22 @@ _nvme () {
26392640 -v':alias for --verbose'
26402641 --output-format=':Output format: normal|json|binary'
26412642 -o ':alias for --output-format'
2643+ _describe -t commands "nvme rotational-media-info-log" _rmi_log
2644+ (changed-alloc-ns-list-log)
2645+ local _changed_alloc_ns_list_log
2646+ _changed_alloc_ns_list_log=(
2647+ /dev/nvme':supply a device to use (required)'
2648+ --output-format=':Output format: normal|json|binary'
2649+ -o':alias for --output-format'
2650+ --raw-binary':dump infos in binary format'
2651+ -b':alias of --raw-binary'
2652+ --verbose':Increase the information detail in the output.'
2653+ -v':alias for --verbose'
26422654 --timeout=':value for timeout'
26432655 -t ':alias for --timeout'
26442656 )
26452657 _arguments '*:: :->subcmds'
2646- _describe -t commands "nvme rotational-media-info- log" _rmi_log
2658+ _describe -t commands "nvme changed-alloc-ns-list- log options" _changed_alloc_ns_list_log
26472659 ;;
26482660 (version)
26492661 local _version
@@ -2757,7 +2769,7 @@ _nvme () {
27572769 subsystem-reset ns-rescan get-lba-status dsm discover connect-all connect
27582770 dim disconnect disconnect-all gen-hostnqn show-hostnqn tls-key dir-receive
27592771 dir-send virt-mgmt rpmb version ocp solidigm dapustor mgmt-addr-list-log
2760- rotational-media-info-log
2772+ rotational-media-info-log changed-alloc-ns-list-log
27612773 )
27622774 _arguments '*:: :->subcmds'
27632775 _describe -t commands "help: infos on a specific nvme command, or provide no option to see a synopsis of all nvme commands" _h
0 commit comments