Install and setup
This is the documentation for OpenEBS Docs 3.10.x, which is no longer actively maintained.
See the latest version (4.1.x) to view the latest documentation.
This user guide will help you to configure Jiva and use Jiva Volumes for running your stateful workloads.
#
Installing JivaTo install the latest Jiva release, execute:
Next, verify that the Jiva operator and CSI pods are running on your cluster. To get the status of the pods execute:
Sample Output:
#
Provisioning Jiva volumes- The Jiva volume policies need to be defined before creation of a Jiva volume. Given below is a sample Jiva volume policy CR.
note
By default, the volume data is stored at /var/openebs/<pvc-*> on the worker nodes, to change this behavior, a new replicaSC needs to be created.
#
Creating storage classesA storage class specifying the above JivaVolumePolicy
needs to be created. This will be used to dynamically provision Jiva volumes.