vinfra location move
Move locations identified by IDs to the parent location of the specified failure domain and identified by ID:
usage: vinfra location move --children <children> [<children> …] --parent-fd <parent-fd> --parent-id <parent-id>
--children <children> [<children> …]
- IDs of locations to be moved to the parent location.
--parent-fd <parent-fd>
- The failure domain of the parent location.
--parent-id <parent-id>
- ID of the parent location.
Example:
# vinfra location move --children 2 --parent-fd 4 --parent-id 1 Operation successful.
This command moves the location (row) 2
to the failure domain 4 (room) with ID 1
.