From 3039e9e2fe85c772fa13f9268dbf8862db1c260f Mon Sep 17 00:00:00 2001 From: Mischa Taylor <57647141+taylorific@users.noreply.github.com> Date: Sun, 12 May 2024 10:33:47 -0400 Subject: [PATCH] Update QEMU_KVM_NVIDIA_JETSON_INSTALL.md --- docs/QEMU_KVM_NVIDIA_JETSON_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QEMU_KVM_NVIDIA_JETSON_INSTALL.md b/docs/QEMU_KVM_NVIDIA_JETSON_INSTALL.md index 1e90c78..d57cb12 100644 --- a/docs/QEMU_KVM_NVIDIA_JETSON_INSTALL.md +++ b/docs/QEMU_KVM_NVIDIA_JETSON_INSTALL.md @@ -367,7 +367,7 @@ $ virsh shutdown ubuntu-image # "Force off" the VM - doesn't actually remove the VM $ virsh destroy ubuntu-image # Optionally add --remove-all-storage to remove the storage pool -$ virsh undefine ubuntu-image --nvram +$ virsh undefine ubuntu-image --nvram --remove-all-storage $ virsh vol-delete --pool default ubuntu-image.qcow2 Vol ubuntu-image.qcow2 deleted ```