mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
BZ2019366 Adding note sbout hostpath provisioner director disk pressure
BZ2019366 Adding note sbout hostpath provisioner director disk pressure 2 BZ2019366 Adding note sbout hostpath provisioner director disk pressure 3 BZ2019366 Changes based on QE review BZ2019366 Changes based on QE review 2
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
d7eb72f899
commit
5b6fd7bd4b
@@ -16,7 +16,11 @@ You must configure SELinux before you create the `HostPathProvisioner` custom re
|
||||
====
|
||||
The backing directory must not be located in the filesystem's root directory because the `/` partition is read-only on {op-system}. For example, you can use `/var/<directory_name>` but not `/<directory_name>`.
|
||||
====
|
||||
|
||||
+
|
||||
[WARNING]
|
||||
====
|
||||
If you select a directory that shares space with your operating system, you might exhaust the space on that partition and your node might become non-functional. Create a separate partition and point the hostpath provisioner to the separate partition to avoid interference with your operating system.
|
||||
====
|
||||
|
||||
.Procedure
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@ To deploy the hostpath provisioner and enable your virtual machines to use local
|
||||
====
|
||||
The backing directory must not be located in the filesystem's root directory because the `/` partition is read-only on {op-system-first}. For example, you can use `/var/<directory_name>` but not `/<directory_name>`.
|
||||
====
|
||||
+
|
||||
[WARNING]
|
||||
====
|
||||
If you select a directory that shares space with your operating system, you might exhaust the space on that partition and your node becomes non-functional. Create a separate partition and point the hostpath provisioner to the separate partition to avoid interference with your operating system.
|
||||
====
|
||||
|
||||
* Apply the SELinux context `container_file_t` to the PV backing directory on each node. For example:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user