AROVA Cleanup
In case an AROVA needs to be removed, use the arova-cli.py clean command to delete it.
python3 ./arova-cli.py clean \
--project arova-project \
--src-region us-west1 \
--dest-region us-east1
Note: You will need to manually provide the appropriate project and region parameters for the script.
- The command will find the AROVA VM and ACDs and delete them.
- If PDAR replication for the discovered ACD disks is active, deletion will not be performed.
- To override this behavior, use command line switch -f.
- If ACD needs to be retained (e.g., for an upgrade), then add the command line switch -u.
- To run the command without actually executing any operations, add command line switch -n or the command line option --dry-run.
Also see: