mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// storage/persistent_storage/persistent-storage-flexvolume.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[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` object with `flexVolume` as the source.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Attach and detach operations are not supported in {product-title} for FlexVolume.
|
|
====
|