Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated command slcli block replica-order #1846

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

edsonarios
Copy link
Contributor

Issue link: #1845
Note: Updated some descriptions in group command slcli block replica

softlayer-python/ (issue1845) $ slcli block replica-order -h
Usage: slcli block replica-order [OPTIONS] VOLUME_ID

        Order a block storage replica volume.

┌────┬─────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────┐
│    │ volume_id           │                                                                                                  │
│ -d │ --datacenter        │ Short name of the datacenter for the replica (e.g.: dal09)  [required]                           │
│ -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.                                   │
│ -o │ --os-type           │ Operating System Type (eg. LINUX) of the primary volume for which a replica is ordered           │
│    │                     │ [optional]. Choices: HYPER_V, LINUX, VMWARE, WINDOWS_2008, WINDOWS_GPT, WINDOWS, XEN             │
│ -s │ --snapshot-schedule │ Snapshot schedule to use for replication. Options are: HOURLY, DAILY, WEEKLY  [required]         │
│    │                     │ Choices: HOURLY, DAILY, WEEKLY                                                                   │
│ -t │ --tier              │ Endurance Storage Tier (IOPS per GB) of the primary volume for which a replica is ordered        │
│    │                     │ [optional]. If no tier is specified, the tier of the original volume will be used Choices: 0.25, │
│    │                     │ 2, 4, 10                                                                                         │
│ -h │ --help              │ Show this message and exit.                                                                      │
└────┴─────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────┘

@edsonarios edsonarios self-assigned this Jan 27, 2023
@edsonarios edsonarios changed the title Updated command slcli block replica-order and … Updated command slcli block replica-order Jan 27, 2023
Copy link
Contributor

@caberos caberos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@allmightyspiff allmightyspiff linked an issue Feb 1, 2023 that may be closed by this pull request
@allmightyspiff allmightyspiff merged commit 917cce5 into softlayer:master Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update command slcli block replica-order
3 participants