creating_vms: Update example description (#853)

Update the example description to match the latest usage examples in
virtctl.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek 2024-11-14 10:52:53 +01:00 committed by GitHub
parent 0ecba3f90b
commit e89accc2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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