From fc550468121c78dfd9444a398c5ae32a74743bf4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 19 Aug 2024 13:57:20 -0400 Subject: [PATCH] Add confirmation of snapshot removals --- 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 a389df2c..80f248f2 100644 --- a/client-cli/pvc/cli/cli.py +++ b/client-cli/pvc/cli/cli.py @@ -1819,6 +1819,7 @@ def cli_vm_snapshot_create(domain, snapshot_name): @connection_req @click.argument("domain") @click.argument("snapshot_name") +@confirm_opt("Remove shapshot {snapshot_name} of VM {domain}") def cli_vm_snapshot_remove(domain, snapshot_name): """ Remove the snapshot SNAPSHOT_NAME of the disks and XML configuration of virtual machine DOMAIN,