1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-293: Included iSCSI persistent storage configuration.

This commit is contained in:
Christian Huffman
2019-02-22 16:20:11 -05:00
parent 8a890082d1
commit 14839b4707
6 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
[id='persistent-storage-using-iscsi']
= Persistent Storage Using iSCSI
include::modules/common-attributes.adoc[]
:context: persistent-storage-iscsi
toc::[]
You can provision your {product-title} cluster with
persistent storage using
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Storage_Administration_Guide/ch-iscsi.html[iSCSI].
Some familiarity with Kubernetes and iSCSI is assumed.
The Kubernetes persistent volume framework allows administrators to
provision a cluster with persistent storage and gives users a way to
request those resources without having any knowledge of the
underlying infrastructure.
[IMPORTANT]
====
High-availability of storage in the infrastructure is left to the underlying
storage provider.
====
include::modules/storage-persistent-storage-iscsi-provisioning.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-iscsi-enforcing-disk-quota.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-iscsi-volume-security.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-iscsi-multipath.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-iscsi-custom-initiator.adoc[leveloffset=+1]