forked from TrueCloudLab/frostfs-dev-env
[#120] bin: Support notary disabled workflow for helper commands
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
59b103b9a5
commit
a011d6701d
3 changed files with 23 additions and 5 deletions
|
@ -45,9 +45,19 @@ Chain dump without notary service does not have predefined network map.
|
|||
Therefore, you need to wait about 5 minutes until new epoch tick with updated
|
||||
network map.
|
||||
|
||||
All helper commands such as `make tick.epoch` or `make update.epoch_duration`
|
||||
are designed as multisignature transactions, so you can't use them without
|
||||
notary.
|
||||
|
||||
4. Enable helper commands
|
||||
|
||||
To enable helper commands such as `make tick.epoch` or `make update.epoch_duration`
|
||||
make sure to export non-empty `NEOFS_NOTARY_DISABLED` environment variable.
|
||||
```
|
||||
$ export NEOFS_NOTARY_DISABLED=1
|
||||
```
|
||||
|
||||
Use `unset` command to return it back.
|
||||
```
|
||||
$ unset NEOFS_NOTARY_DISABLED
|
||||
```
|
||||
|
||||
# Enable notary service in main chain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue