File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
// * virt/virtual_machines/virtual_disks/virt-configuring-shared-volumes-for-vms.adoc
4
4
5
5
:_content-type: PROCEDURE
6
- [id="virt-configuring-vm-disk-sharing {context} "]
6
+ [id="virt-configuring-vm-disk-sharing_ {context} "]
7
7
= Configuring disk sharing by using virtual machine disks
8
8
9
9
You can configure block volumes so that multiple virtual machines (VMs) can share storage.
@@ -47,18 +47,15 @@ spec:
47
47
bus: virtio
48
48
name: rootdisk
49
49
errorPolicy: report <1>
50
- disk1: disk_one <2>
51
50
- disk:
52
51
bus: virtio
53
- name: cloudinitdisk
54
- disk2: disk_two
55
- shareable: true <3>
52
+ name: cluster
53
+ shareable: true <2>
56
54
interfaces:
57
55
- masquerade: {}
58
56
name: default
59
57
----
60
58
<1> Identifies the error policy.
61
- <2> Identifies a device as a disk.
62
- <3> Identifies a shared disk.
59
+ <2> Identifies a shared disk.
63
60
64
61
. Save the `VirtualMachine` manifest file to apply your changes.
You can’t perform that action at this time.
0 commit comments