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:
parent
0ecba3f90b
commit
e89accc2f9
|
|
@ -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
|
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
|
```shell
|
||||||
virtctl create vm --volume-pvc=src:my-pvc
|
virtctl create vm --volume-pvc=src:my-pvc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue