forked from TrueCloudLab/frostfs-node
[#994] cli: Output pilorama path in shards list
Do it for JSON too, not only for human output. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
13d5cd3e21
commit
9e55836da5
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ func prettyPrintShardsJSON(cmd *cobra.Command, ii []*control.ShardInfo) {
|
|||
"metabase": i.GetMetabasePath(),
|
||||
"blobstor": i.GetBlobstor(),
|
||||
"writecache": i.GetWritecachePath(),
|
||||
"pilorama": i.GetPiloramaPath(),
|
||||
"error_count": i.GetErrorCount(),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue