shc volume rebind
shc volume rebind
Section titled “shc volume rebind”rebind an RWO volume to a new node after its old node died
Synopsis
Section titled “Synopsis”Move a single-writer (RWO) volume from
The old node is presumed dead/quiesced: its detach is best-effort and is NOT waited on for an ack, so -y/—yes is REQUIRED. The leader bumps the single-attach fence BEFORE mounting on the new node, so two nodes can never both mount the volume.
shc volume rebind <volume-id> <old-node> <new-node> [flags]Options
Section titled “Options” -h, --help help for rebind -y, --yes assume yes: the old node is presumed dead, detach without waiting for an ack (required)Options inherited from parent commands
Section titled “Options inherited from parent commands” --config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win -d, --debug enable debug mode (default: $SHC_DEBUG) -e, --environment string environment name (default: $SHC_ENVIRONMENT) --exclude string comma-separated dotted paths to drop --fields string comma-separated columns/keys to show (and their order) --filter string comma-separated dotted paths to keep (drops everything else) -o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT) -s, --stack string stack name (default: $SHC_STACK) -t, --tenant string tenant name (default: $SHC_TENANT) -v, --verbose verbose output (default: $SHC_VERBOSE)SEE ALSO
Section titled “SEE ALSO”- shc volume - manage and inspect cluster block volumes
shc@docs:~$