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 snapshot-cancel
option: -f │ --force │ Force operation without confirmation. was missing,
please add it.
Expected:
./slcli block snapshot-cancel --help
Usage: slcli block snapshot-cancel [OPTIONS] VOLUME_ID
Cancel existing snapshot space for a given volume.
┌────┬─────────────┬───────────────────────────────────────────────────────────────────────────────┐
│ │ volume-id │ │
│ -f │ --force │ Force operation without confirmation. │
│ │ --reason │ An optional reason for cancellation. │
│ │ --immediate │ Cancels the snapshot space immediately instead of on the billing anniversary. │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────┴───────────────────────────────────────────────────────────────────────────────┘
./slcli block snapshot-enable
a. The options: --minute, --hour, --day-of-week description should be updated.
--minute: Minute of the hour when snapshots should be taken, integer between 0 to 59.
--hour: Hour of the day when snapshots should be taken, integer between 0 to 23.
--day-of-week: Day of the week when snapshots should be taken, integer between 0 to 6.
Expected:
./slcli block snapshot-enable --help
Usage: slcli block snapshot-enable [OPTIONS] VOLUME_ID
Enables snapshots for a given volume on the specified schedule.
┌────┬───────────────────┬─────────────────────────────────────────────────────────────────────────────┐
│ │ volume_id │ │
│ │ --schedule-type │ Snapshot schedule [INTERVAL|HOURLY|DAILY|WEEKLY]. [required] │
│ │ --retention-count │ Number of snapshots to retain. [required] │
│ │ --minute │ Minute of the hour when snapshots should be taken, integer between 0 to 59. │
│ │ --hour │ Hour of the day when snapshots should be taken, integer between 0 to 23. │
│ │ --day-of-week │ Day of the week when snapshots should be taken, integer between 0 to 6. │
│ -h │ --help │ Show this message and exit. │
└────┴───────────────────┴─────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
option: -f │ --force │ Force operation without confirmation. was missing,
please add it.
Expected:
a. The options: --minute, --hour, --day-of-week description should be updated.
--minute: Minute of the hour when snapshots should be taken, integer between 0 to 59.
--hour: Hour of the day when snapshots should be taken, integer between 0 to 23.
--day-of-week: Day of the week when snapshots should be taken, integer between 0 to 6.
Expected:
The text was updated successfully, but these errors were encountered: