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 file replica-order
a. Example was missing, please add it.
EXAMPLE:
slcli file replica-order 12345678 -s DAILY -d dal09 --tier 4 --os-type LINUX
This command orders a replica for volume with ID 12345678, which performs DAILY replication, is located at dal09, tier level is 4, OS type is Linux.
b. Options: --force, --iops are missing, please add it.
Options:
-f, --force Force operation without confirmation
-i, --iops Performance Storage IOPs, between 100 and 6000 in multiples of 100,if no IOPS value is specified, the IOPS value of the original volume will be used
Expected:
./slcli file replica-order --help
Usage: slcli file replica-order [OPTIONS] VOLUME_ID
EXAMPLE:
slcli file replica-order 12345678 -s DAILY -d dal09 --tier 4 --os-type LINUX
This command orders a replica for volume with ID 12345678, which performs DAILY replication, is located at dal09, tier level is 4, OS type is Linux.
Order a file storage replica volume.
┌────┬─────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │ volume_id │ │
│ -s │ --snapshot-schedule │ Snapshot schedule to use for replication, (HOURLY | DAILY | WEEKLY) [required] Choices: HOURLY, DAILY, WEEKLY │
│ -l │ --location │ Short name of the data center for the replicant (e.g.: dal09) [required] │
│ │ --tier │ Endurance Storage Tier (IOPS per GB) of the primary volume for which a replicant is ordered [optional] Choices: 0.25, 2, 4, 10 │
│ -h │ --help │ Show this message and exit. │
│ -f │ --force │ Force operation without confirmation │
│ -i │ --iops │ Performance Storage IOPs, between 100 and 6000 in multiples of 100,if no IOPS value is specified, the IOPS value of the original volume will be used │
└────┴─────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
slcli file replica-partners
Example was missing, please add it.
EXAMPLE:
slcli file replica-partners 12345678
This command lists existing replicant volumes for block volume with ID 12345678.
Expected:
./slcli file replica-partners --help
Usage: slcli file replica-partners [OPTIONS] VOLUME_ID
EXAMPLE:
slcli file replica-partners 12345678
This command lists existing replicant volumes for block volume with ID 12345678.
List existing replicant volumes for a file volume.
┌────┬───────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │ volume-id │ │
│ │ --sortby │ Column to sort by │
│ │ --columns │ Columns to display. Options: ID, Username, Account ID, Capacity (GB), Hardware ID, Guest ID, Host ID │
│ -h │ --help │ Show this message and exit. │
└────┴───────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┘
slcli file snapshot-cancel
a. Example was missing, please add it.
EXAMPLE:
slcli file snapshot-cancel 12345678 --immediate -f
This command cancels snapshot with ID 12345678 immediately without asking for confirmation.
b. Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
./slcli file snapshot-cancel --help
Usage: slcli file snapshot-cancel [OPTIONS] VOLUME_ID
EXAMPLE:
slcli file snapshot-cancel 12345678 --immediate -f
This command cancels snapshot with ID 12345678 immediately without asking for confirmation.
Cancel existing snapshot space for a given volume.
┌────┬─────────────┬──────────────────────────────────────────────────────────────────────────────┐
│ │ volume-id │ │
│ │ --reason │ An optional reason for cancellation │
│ │ --immediate │ Cancels the snapshot space immediately instead of on the billing anniversary │
│ │ --force │ Force operation without confirmation │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────┴──────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
a. Example was missing, please add it.
EXAMPLE:
slcli file replica-order 12345678 -s DAILY -d dal09 --tier 4 --os-type LINUX
This command orders a replica for volume with ID 12345678, which performs DAILY replication, is located at dal09, tier level is 4, OS type is Linux.
b. Options: --force, --iops are missing, please add it.
Options:
-f, --force Force operation without confirmation
-i, --iops Performance Storage IOPs, between 100 and 6000 in multiples of 100,if no IOPS value is specified, the IOPS value of the original volume will be used
Expected:
Example was missing, please add it.
EXAMPLE:
slcli file replica-partners 12345678
This command lists existing replicant volumes for block volume with ID 12345678.
Expected:
a. Example was missing, please add it.
EXAMPLE:
slcli file snapshot-cancel 12345678 --immediate -f
This command cancels snapshot with ID 12345678 immediately without asking for confirmation.
b. Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
The text was updated successfully, but these errors were encountered: