forked from TrueCloudLab/frostfs-node
[#1065] cli: Add support EC parameters
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
17f7adb640
commit
92569b9bbf
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ var netInfoCmd = &cobra.Command{
|
|||
cmd.Printf(format, "Epoch duration", netInfo.EpochDuration())
|
||||
cmd.Printf(format, "Inner Ring candidate fee", netInfo.IRCandidateFee())
|
||||
cmd.Printf(format, "Maximum object size", netInfo.MaxObjectSize())
|
||||
cmd.Printf(format, "Maximum count of data shards", netInfo.MaxECDataCount())
|
||||
cmd.Printf(format, "Maximum count of parity shards", netInfo.MaxECParityCount())
|
||||
cmd.Printf(format, "Withdrawal fee", netInfo.WithdrawalFee())
|
||||
cmd.Printf(format, "Homomorphic hashing disabled", netInfo.HomomorphicHashingDisabled())
|
||||
cmd.Printf(format, "Maintenance mode allowed", netInfo.MaintenanceModeAllowed())
|
||||
|
|
Loading…
Reference in a new issue