-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Operators may need to run some commands interactively. So far the only two instances found of this scenario are listed below. The sudoers.d rules for validator_operators should allow them to avoid an operator to render useless in a given situation waiting for a sysadmin to come to the rescue.
sudo rm -rf /mnt/snapshots/remoteOnly used during a cluster restart to remove all previous snapshots to download new ones.
Additionally when installing apt packages using -y is not allowed
sudo apt install -yThese two are used during cluster restarts
agave-ledger-tool --ledger <ledger-path> create-snapshot
agave-ledger-tool --ledger <ledger-path> latest-optimistic-slotsWe could use wildcards in the rule if applicable and convenient.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels