@@ -113,6 +113,7 @@ _nvme () {
113
113
'mgmt-addr-list-log:retrieve management address list log'
114
114
'changed-ns-list-log:retrieve changed allocated namespaces log'
115
115
'dispersed-ns-participating-nss-log:retrieve dispersed namespace participating NVM subsystems log'
116
+ 'reachability-groups-log:retrieve reachability groups log'
116
117
'version:show the program version'
117
118
'ocp:OCP cloud SSD extensions'
118
119
'solidigm:Solidigm plug-in extensions'
@@ -2674,6 +2675,24 @@ _nvme () {
2674
2675
_arguments '*:: :->subcmds'
2675
2676
_describe -t commands "nvme dispersed-ns-participating-nss-log" _dns_psub_log
2676
2677
;;
2678
+ (reachability-groups-log)
2679
+ local _rg_log
2680
+ _caplog=(
2681
+ /dev/nvme':supply a device to use (required)'
2682
+ --groups-only':Return Groups Only'
2683
+ -g':alias for --groups-only'
2684
+ --rae':Retain an Asynchronous Event'
2685
+ -r':alias for --rae'
2686
+ --verbose':Increase the information detail in the output.'
2687
+ -v':alias for --verbose'
2688
+ --output-format=':Output format: normal|json|binary'
2689
+ -o ':alias for --output-format'
2690
+ --timeout=':value for timeout'
2691
+ -t ':alias for --timeout'
2692
+ )
2693
+ _arguments '*:: :->subcmds'
2694
+ _describe -t commands "nvme reachability-groups-log" _rg_log
2695
+ ;;
2677
2696
(version)
2678
2697
local _version
2679
2698
_version=(
0 commit comments