adm: Fix dump-config output #1139
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1139
Loading…
Reference in a new issue
No description provided.
Delete branch "elebedeva:fix/ffs-adm-output"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added preferable type to params in
frostfs-adm morph dump-config
output.Also, in the original issue there is a problem with
MaxECParityCount
andMaxECDataCount
parameters type. However, I wasn't able to reproduce it:Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com
Please, use #1139 as the commit message prefix,
OBJECT-8900
is not a public link.6f0e52238c
toc255d3ea12
WIP: adm: Fix dump-config outputto adm: Fix dump-config output@ -62,3 +62,3 @@
netmap.EpochDurationConfig, netmap.IrCandidateFeeConfig,
netmap.MaxObjectSizeConfig, netmap.WithdrawFeeConfig,
netmap.MaxECDataCountConfig, netmap.MaxECParityCountConfig:
netmap.MaxECDataCountConfig, netmap.MaxECParityCountConfig,
The task was mostly about EC fields.
The others were intentionally deleted, as they are unused and thus are output in hex as the default format.
Then there is no problem to fix, closing PR.
Pull request closed