Skip to content

Commit 22706b6

Browse files
lgdacunhigaw
authored andcommitted
plugins/solidigm: Automatic enabling Data Area 4 when retrieving Telemetry.
vs-internal-log, stopped extracting Host Initiated Telemetry previous snapshot, simplified the type name of Telemetry snapshots to CIT and HIT, removed command options for setting namespace, and file prefix, and added command option to set output folder. Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
1 parent b340fd7 commit 22706b6

File tree

3 files changed

+121
-116
lines changed

3 files changed

+121
-116
lines changed

completions/_nvme

+3-9
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,10 @@ _nvme () {
336336
(vs-internal-log)
337337
local _vs_internal_log
338338
_vs_internal_log=(
339-
--type':Log type: ALL,
340-
CONTROLLERINITTELEMETRY,
341-
HOSTINITTELEMETRY,
342-
HOSTINITTELEMETRYNOGEN, NLOG,
343-
ASSERT, EVENT. Defaults to ALL.'
339+
--type':Log type: ALL, CIT, HIT, NLOG, ASSERT, EVENT. Defaults to ALL.'
344340
-t':alias for --type'
345-
--namespace-id':Namespace to get logs from.'
346-
-n':alias for --namespace-id'
347-
--dir-prefix':Output dir prefix; defaults to device serial number.'
348-
-p':alias for --dir-prefix'
341+
--dir-name':Output directory; defaults to current working directory.'
342+
-d':alias for --dir-name'
349343
--verbose':To print out verbose info.'
350344
-v':alias for --verbose'
351345
)

0 commit comments

Comments
 (0)