OpenShift 3.6 Virtualization Host Preparation: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Procedure= | =Procedure= | ||
1. Create a disk-based, partition-based, directory-based or LVM-based [[Linux_Virtualization_Concepts#Storage_Pool|storage pool]] to | 1. Create a disk-based, partition-based, directory-based or LVM-based [[Linux_Virtualization_Concepts#Storage_Pool|storage pool]] to maintain the ISO images used in the installation. The conventional name of the pool is "iso-images": | ||
virsh # pool-info iso-images | |||
Name: iso-images | |||
UUID: e91bb163-c4be-4c1a-9212-70903e407a1c | |||
State: running | |||
Persistent: yes | |||
Autostart: yes | |||
Capacity: 49.98 GiB | |||
Allocation: 11.63 GiB | |||
Available: 38.35 GiB |
Revision as of 21:50, 7 November 2017
Internal
Overview
This procedure describes preparatory operations required by the installation of an OpenShift environment on a KVM virtualization host. None of these operations are OpenShift-specific, but they are necessary if OpenShift and support nodes are to be deployed in a KVM virtualization environment.
Procedure
1. Create a disk-based, partition-based, directory-based or LVM-based storage pool to maintain the ISO images used in the installation. The conventional name of the pool is "iso-images":
virsh # pool-info iso-images Name: iso-images UUID: e91bb163-c4be-4c1a-9212-70903e407a1c State: running Persistent: yes Autostart: yes Capacity: 49.98 GiB Allocation: 11.63 GiB Available: 38.35 GiB