mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
CNV-62112
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
a11e0bf2b5
commit
263de8a382
@@ -3,7 +3,7 @@
|
||||
// * virt/virtual_machines/virtual_disks/virt-configuring-shared-volumes-for-vms.adoc
|
||||
|
||||
:_content-type: PROCEDURE
|
||||
[id="virt-configuring-vm-disk-sharing{context}"]
|
||||
[id="virt-configuring-vm-disk-sharing_{context}"]
|
||||
= Configuring disk sharing by using virtual machine disks
|
||||
|
||||
You can configure block volumes so that multiple virtual machines (VMs) can share storage.
|
||||
@@ -47,18 +47,15 @@ spec:
|
||||
bus: virtio
|
||||
name: rootdisk
|
||||
errorPolicy: report <1>
|
||||
disk1: disk_one <2>
|
||||
- disk:
|
||||
bus: virtio
|
||||
name: cloudinitdisk
|
||||
disk2: disk_two
|
||||
shareable: true <3>
|
||||
name: cluster
|
||||
shareable: true <2>
|
||||
interfaces:
|
||||
- masquerade: {}
|
||||
name: default
|
||||
----
|
||||
<1> Identifies the error policy.
|
||||
<2> Identifies a device as a disk.
|
||||
<3> Identifies a shared disk.
|
||||
<2> Identifies a shared disk.
|
||||
|
||||
. Save the `VirtualMachine` manifest file to apply your changes.
|
||||
Reference in New Issue
Block a user