forked from TrueCloudLab/frostfs-node
[#1892] neofs-adm: Support MaintenanceModeAllowed
network setting
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
f2793060c5
commit
80d3c7f9d6
4 changed files with 9 additions and 2 deletions
|
@ -29,6 +29,7 @@ const (
|
|||
candidateFeeInitFlag = "network.fee.candidate"
|
||||
candidateFeeCLIFlag = "candidate-fee"
|
||||
homomorphicHashDisabledInitFlag = "network.homomorphic_hash_disabled"
|
||||
maintenanceModeAllowedInitFlag = "network.maintenance_mode_allowed"
|
||||
homomorphicHashDisabledCLIFlag = "homomorphic-disabled"
|
||||
withdrawFeeInitFlag = "network.fee.withdraw"
|
||||
withdrawFeeCLIFlag = "withdraw-fee"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue