Skip to content

Commit e4d3f32

Browse files
committed
chore(cli): show encryption status in output
Signed-off-by: Diwakar Sharma <diwakar.sharma@datacore.com>
1 parent 0c11478 commit e4d3f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io-engine/src/bin/io-engine-client/v1/pool_cli.rs

+2
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ async fn list(mut ctx: Context, matches: &ArgMatches) -> crate::Result<()> {
664664
md_usage,
665665
p.disks.join(" "),
666666
ctx.units(disk_cap),
667+
p.encrypted.unwrap().to_string(),
667668
]
668669
})
669670
.collect();
@@ -683,6 +684,7 @@ async fn list(mut ctx: Context, matches: &ArgMatches) -> crate::Result<()> {
683684
"MD_USED%",
684685
"DISKS",
685686
"DISK_CAPACITY",
687+
"ENCRYPTED",
686688
],
687689
table,
688690
);

0 commit comments

Comments
 (0)