Сопоставить параметры morph chain с frostfs-dev-env #1

Open
opened 2024-09-17 15:18:19 +00:00 by potyarkin · 0 comments
Owner

$ frostfs-adm morph dump-config

--- /tmp/morph.my
+++ /tmp/morph.devenv
@@ -1,10 +1,11 @@
 ContainerAliasFee:           0 (int)
 ContainerFee:                0 (int)
 EpochDuration:               240 (int)
 HomomorphicHashingDisabled:  false (bool)
-InnerRingCandidateFee:       0 (int)
-MaintenanceModeAllowed:      false (bool)
+InnerRingCandidateFee:       10000000000 (int)
+MaintenanceModeAllowed:      true (bool)
 MaxECDataCount:              0 (int)
 MaxECParityCount:            0 (int)
 MaxObjectSize:               67108864 (int)
-WithdrawFee:                 0 (int)
+SystemDNS:                   636f6e7461696e6572 (hex)
+WithdrawFee:                 100000000 (int)

#### $ frostfs-adm morph dump-config ```diff --- /tmp/morph.my +++ /tmp/morph.devenv @@ -1,10 +1,11 @@ ContainerAliasFee: 0 (int) ContainerFee: 0 (int) EpochDuration: 240 (int) HomomorphicHashingDisabled: false (bool) -InnerRingCandidateFee: 0 (int) -MaintenanceModeAllowed: false (bool) +InnerRingCandidateFee: 10000000000 (int) +MaintenanceModeAllowed: true (bool) MaxECDataCount: 0 (int) MaxECParityCount: 0 (int) MaxObjectSize: 67108864 (int) -WithdrawFee: 0 (int) +SystemDNS: 636f6e7461696e6572 (hex) +WithdrawFee: 100000000 (int) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: potyarkin/bringup#1
No description provided.