mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
14 lines
558 B
Plaintext
14 lines
558 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// storage/persistent_storage/persistent-storage-flexvolume.adoc
|
|
|
|
[id="flexvolume-drivers_{context}"]
|
|
= About FlexVolume drivers
|
|
|
|
A FlexVolume driver is an executable file that resides in a well-defined directory on all nodes in the cluster. {product-title} calls the FlexVolume driver whenever it needs to mount or unmount a volume represented by a `PersistentVolume` with `flexVolume` as the source.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Attach and detach operations are not supported in {product-title} for FlexVolume.
|
|
====
|