forked from TrueCloudLab/frostfs-dev-env
Add paragraph about update targets in readme
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
81de766df3
commit
d1a9b02f93
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -25,6 +25,19 @@ Enter account NTrezR3C4X8aMLVg7vozt5wguyNfFhwuFx password >
|
||||||
Sent invocation transaction fa6ba62bffb04030d303dcc95bda7413e03aa3c7e6ca9c2f999d65db9ec9b82c
|
Sent invocation transaction fa6ba62bffb04030d303dcc95bda7413e03aa3c7e6ca9c2f999d65db9ec9b82c
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Change NeoFS global configuration values with `make update.*` commands. The
|
||||||
|
password of inner ring wallet is `one`. See examples in `make help`.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ make update.epoch_duration val=30
|
||||||
|
Changing EpochDuration configration value to 30
|
||||||
|
Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password >
|
||||||
|
Sent invocation transaction dbb8c1145b6d10f150135630e13bb0dc282023163f5956c6945a60db0cb45cb0
|
||||||
|
Updating NeoFS epoch to 2
|
||||||
|
Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password >
|
||||||
|
Sent invocation transaction 0e6eb5e190f36332e5e5f4e866c7e100826e285fd949e11c085e15224f343ba6
|
||||||
|
```
|
||||||
|
|
||||||
You can see the addresses and hostnames of components with `make hosts` command.
|
You can see the addresses and hostnames of components with `make hosts` command.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue