Storage Disaster Recovery Service (SDRS)¶
The SDRS client is the command-line interface (CLI) for the Storage Disaster Recovery Service (SDRS) API and its extensions.
For help on a specific sdrs command, enter:
$ openstack sdrs help SUBCOMMAND
Active-active domains operations¶
sdrs active domain list¶
List Active-active domains
openstack sdrs active domain list
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
- --sort-column SORT_COLUMN¶
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
- --sort-ascending¶
sort the column(s) in ascending order
- --sort-descending¶
sort the column(s) in descending order
This command is provided by the otcextensions plugin.
Job operations¶
sdrs job show¶
Show single job details
openstack sdrs job show <job>
- job¶
ID of the SDRS job.
This command is provided by the otcextensions plugin.