Skip to content

Example was missing in slcli file disaster-recovery-failover, slcli file replica-failback, slcli file replica-failover, slcli file replica-locations #2025

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

Closed
ramkishor-ch opened this issue Jul 14, 2023 · 0 comments · Fixed by #2068
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  1. slcli file disaster-recovery-failover
    Example was missing, please add it.
    EXAMPLE:
    slcli file disaster-recovery-failover 12345678 87654321
    This command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.

Expected:

./slcli file disaster-recovery-failover  --help
Usage: slcli file disaster-recovery-failover [OPTIONS] VOLUME_ID

EXAMPLE:
        slcli file disaster-recovery-failover 12345678 87654321
        This command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.

        Failover an inaccessible file volume to its available replicant volume.

┌────┬────────────────┬─────────────────────────────┐
│    │ volume-id      │                             │
│    │ --replicant-id │ ID of the replicant volume  │
│ -h │ --help         │ Show this message and exit. │
└────┴────────────────┴─────────────────────────────┘
Failover an inaccessible file volume to its available replicant volume. If a volume (with replication) becomes inaccessible due to a disaster event, this method
can be used to immediately failover to an available replica in another location. This method does not allow for failback via API. After using this method, to 
failback to the original volume, please open a support ticket. If you wish to test failover, please use replica-failover.
  1. slcli file replica-failback
    Example was missing, please add it.
    EXAMPLE:
    slcli file replica-failback 12345678
    This command performs failback operation for volume with ID 12345678.

Expected:

./slcli file replica-failback --help        
Usage: slcli file replica-failback [OPTIONS] VOLUME_ID

EXAMPLE:
   slcli file replica-failback 12345678
   This command performs failback operation for volume with ID 12345678.

        Failback a file volume from the given replicant volume.

┌────┬───────────┬─────────────────────────────┐
│    │ volume-id │                             │
│ -h │ --help    │ Show this message and exit. │
└────┴───────────┴─────────────────────────────┘
  1. slcli file replica-failover
    Example was missing, please add it.

EXAMPLE:
slcli file replica-failover 12345678 87654321
This command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.

Expected:

./slcli file replica-failover --help
Usage: slcli file replica-failover [OPTIONS] VOLUME_ID

EXAMPLE:
slcli file replica-failover 12345678 87654321
This command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.

        Failover a file volume to the given replicant volume.

┌────┬────────────────┬─────────────────────────────┐
│    │ volume-id      │                             │
│    │ --replicant-id │ ID of the replicant volume  │
│ -h │ --help         │ Show this message and exit. │
└────┴────────────────┴─────────────────────────────┘
  1. slcli file replica-locations
    Example was missing, please add it.
    EXAMPLE:
    slcl file replica-locations 12345678
    This command lists suitable replication data centers for block volume with ID 12345678.

Expected:

./slcli file replica-locations --help
Usage: slcli file replica-locations [OPTIONS] VOLUME_ID

EXAMPLE:
       slcl file replica-locations 12345678
       This command lists suitable replication data centers for block volume with ID 12345678.

        List suitable replication datacenters for the given volume.

┌────┬───────────┬────────────────────────────────────────────────────────┐
│    │ volume-id │                                                        │
│    │ --sortby  │ Column to sort by                                      │
│    │ --columns │ Columns to display. Options: ID, Long Name, Short Name │
│ -h │ --help    │ Show this message and exit.                            │
└────┴───────────┴────────────────────────────────────────────────────────┘
@JayasilanJibm JayasilanJibm self-assigned this Aug 6, 2023
JayasilanJibm added a commit that referenced this issue Aug 6, 2023
Example for slcli file disaster-recovery-failover, slcli file replica-failback, slcli file replica-failover, slcli file replica-locations
@github-project-automation github-project-automation bot moved this to 🆕 New in Q3 2023 Aug 6, 2023
allmightyspiff added a commit that referenced this issue Aug 8, 2023
Example for slcli file disaster-recovery-failover, slcli file replica-failback, slcli file replica-failover, slcli file replica-locations #2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Q3 2023 Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
2 participants