You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slcli block volume-refresh
Example was missing, please add it.
EXAMPLE:
slcli block volume-refresh VOLUME_ID SNAPSHOT_ID
Refresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.
Expected:
./slcli block volume-refresh --help
Usage: slcli block volume-refresh [OPTIONS] VOLUME_ID SNAPSHOT_ID
EXAMPLE:
slcli block volume-refresh VOLUME_ID SNAPSHOT_ID
Refresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.
Refresh a duplicate volume with a snapshot from its parent.
┌────┬─────────────────┬───────────────────────────────────────────────────────────────┐
│ │ volume_id │ │
│ │ snapshot_id │ │
│ -f │ --force-refresh │ Cancel current refresh process and initiates the new refresh. │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────────┴───────────────────────────────────────────────────────────────┘
./slcli block volume-set-note --help
Example was missing, please add it.
EXAMPLE:
slcli block volume-set-note 12345678 --note 'this is my note'
Expected:
./slcli block volume-set-note --help
Usage: slcli block volume-set-note [OPTIONS] VOLUME_ID
EXAMPLE:
slcli block volume-set-note 12345678 --note 'this is my note'
Set note for an existing block storage volume.
┌────┬───────────┬──────────────────────────────────────────────────────┐
│ │ volume-id │ │
│ -n │ --note │ Public notes related to a Storage volume [required] │
│ -h │ --help │ Show this message and exit. │
└────┴───────────┴──────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Example was missing, please add it.
EXAMPLE:
slcli block volume-refresh VOLUME_ID SNAPSHOT_ID
Refresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.
Expected:
Example was missing, please add it.
EXAMPLE:
slcli block volume-set-note 12345678 --note 'this is my note'
Expected:
The text was updated successfully, but these errors were encountered: