Skip to content

Commit 7a83c58

Browse files
martin-gpyigaw
authored andcommitted
netapp-smdev: update basestr header in verbose output
Update the basestr headers to be more descriptive in the verbose output. Signed-off-by: Martin George <[email protected]>
1 parent db495c0 commit 7a83c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/netapp/netapp-nvme.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ static void netapp_smdevices_print_verbose(struct smdevice_info *devices,
307307

308308
char *formatstr = NULL;
309309
char basestr[] =
310-
"%s, Array %s, Vol %s, NSID %d, ID %s, Ctrl %c, %s, %s, %s, %s\n";
310+
"%s, Array Name %s, Volume Name %s, NSID %d, Volume ID %s, "
311+
"Controller %c, Access State %s, Size %s, Format %s, Version %s\n";
311312
char columnstr[] =
312313
"%-16s %-30s %-30s %4d %32s %c %-12s %-9s %-9s %-9s\n";
313314

0 commit comments

Comments
 (0)