vinfra cluster network migration retry

Retry an operation for network migration:

usage: vinfra cluster network migration retry [--subnet <subnet>]
                                              [--netmask <netmask>]
                                              [--node <node> <address>]
--subnet <subnet>
New network subnet
--netmask <netmask>
New network mask
--node <node> <address>

New node address in the format:

  • <node>: node ID or hostname
  • <address>: IPv4 address

This option can be used multiple times.

Example:

# vinfra cluster network migration retry --subnet 192.168.128.0 \
--netmask 255.255.255.0 --node node001 192.168.128.12 --node node002 192.168.128.13 \
--node node003 192.168.128.14
+----------------------------+-------------------------------------------------+
| Field                      | Value                                           |
+----------------------------+-------------------------------------------------+
| link                       | href: /api/v2/network/migration/2d4ec3a9-<...>/ |
|                            | method: GET                                     |
|                            | rel: network-migration-details                  |
| operation                  | network-migration                               |
| progress                   | 0.9                                             |
| single_interface_migration | False                                           |
| state                      | failed-to-apply                                 |
| task_id                    | 2ce42f0e-6401-47c1-a52f-33e7c68d0df4            |
| transitions                | 5                                               |
+----------------------------+-------------------------------------------------+

This command retries the failed operation for the network migration with new target IP addresses.