From 70c588d3a8af1593b1f6a90d6bf189a8043e6b4e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 10 Oct 2024 01:52:10 -0400 Subject: [PATCH] Add confirmation option for mirror promote --- client-cli/pvc/cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client-cli/pvc/cli/cli.py b/client-cli/pvc/cli/cli.py index f959a4a0..4eae588d 100644 --- a/client-cli/pvc/cli/cli.py +++ b/client-cli/pvc/cli/cli.py @@ -2279,6 +2279,7 @@ def cli_vm_mirror_create( show_default=True, help="Wait or don't wait for task to complete, showing progress if waiting", ) +@confirm_opt("Promote VM {domain} on cluster {destination} (will shut down VM)") def cli_vm_mirror_promote( domain, destination,