Merged
Conversation
andreibancioiu
previously approved these changes
Mar 1, 2024
|
|
||
| If you choose to install a snapshotless observing squad from scratch, you should follow the instruction from the [observing squad section](/integrators/observing-squad) and remember to do the following updates: | ||
| * add in the `variables.cfg` file the operation mode in the node's extra flags definition: | ||
| If you choose to install a snapshotless observing squad from scratch, you should follow the instruction from the [observing squad section](/integrators/observing-squad) and remember to do add in the `variables.cfg` file the operation mode in the node's extra flags definition: |
| NODE_EXTRA_FLAGS="-log-save -operation-mode snapshotless-observer" | ||
| ``` | ||
| * update the proxy config created by the scripts (found at `$CUSTOM_HOME/elrond-proxy/config/config.toml`). `IsSnapshotless = true` should be added to each observer started with this flag, as follows. Please note that this step is optional. | ||
| After that, you can resume the normal Observing Squad installation steps. |
Contributor
There was a problem hiding this comment.
Above it's lowercase "observing squad". Can be either, but consistent.
| Then, based on the needs there are multiple options concerning the proxy: | ||
| * if only a snapshotless squad is needed, nothing else should be done | ||
| * if both regular and snapshotless squads are needed: | ||
| * with two different proxies, nothing else should be done, proxies should have been started separately |
Contributor
There was a problem hiding this comment.
i would rephrase:
with two different proxies, nothing else should be done, proxies should have been started separately
to
with two different proxies: one started with regular observers and one started with snapshotless observers
bogdan-rosianu
approved these changes
Mar 1, 2024
andreibancioiu
approved these changes
Mar 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the pull request (what is new / what has changed)
Did you test the changes locally ?
Which category (categories) does this pull request belong to?