From e89accc2f9d65a2056436b80d9dd360a7c11148b Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 14 Nov 2024 10:52:53 +0100 Subject: [PATCH] creating_vms: Update example description (#853) Update the example description to match the latest usage examples in virtctl. Signed-off-by: Felix Matouschek --- docs/user_workloads/creating_vms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_workloads/creating_vms.md b/docs/user_workloads/creating_vms.md index 0b9e7bc1..411ed1a7 100644 --- a/docs/user_workloads/creating_vms.md +++ b/docs/user_workloads/creating_vms.md @@ -343,7 +343,7 @@ Create a manifest for a VirtualMachine with a cloned PVC: virtctl create vm --volume-import=type:pvc,src:my-ns/my-pvc ``` -Create a manifest for a VirtualMachine with a directly used PVC: +Create a manifest for a VirtualMachine using a PVC without cloning it: ```shell virtctl create vm --volume-pvc=src:my-pvc