2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 09:50:19 +00:00

Update powerKVM.rst

RTD has an error when building: guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM:None: literal blocks in footnotes are not supported by LaTeX

Removing the literal block text
This commit is contained in:
Victor Hu
2015-12-01 15:00:30 -05:00
parent 0fece2f27e
commit 1321c587c9

View File

@ -88,12 +88,5 @@ If the network bridge is not created or configured successfully, please run "xHR
updatenode kvmhost1 -P "xHRM bridgeprereq eth0:br0"
.. [1] Every standard libvirt installation during PowerKVM powervision provides NAT based connectivity to virtual machines out of the box. Some network bridges(virbr0,virbr1...) and dummy network devices(virbr0-nic,virbr1-nic...) will be created by default ::
#brctl show
#bridge name bridge id STP enabled interfaces
#virbr0 8000.525400c7f843 yes virbr0-nic
#virbr1 8000.5254001619f5 yes virbr1-nic
.. [1] Every standard libvirt installation provides NAT based connectivity to virtual machines out of the box using the "virtual bridge" interfaces (virbr0, virbr1, etc) Those will be created by default.