Jiva User Guide
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.
For details of how Jiva works, see Jiva overview page
Jiva is a light weight storage engine that is recommended to use for low capacity workloads. The snapshot and storage management features of the other cStor engine are more advanced and is recommended when snapshots are a need.
#
Prerequisites- Kubernetes version 1.18 or higher.
- iSCSI initiator utils installed on all the worker nodes
(Click here to view commands to install iSCSI on different OS)
OPERATING SYSTEM iSCSI PACKAGE Commands to install iSCSI Verify iSCSI Status RHEL/CentOSRHEL/CentOS iscsi-initiator-utils - sudo yum install iscsi-initiator-utils -y
- sudo systemctl enable --now iscsid
- modprobe iscsi_tcp
- echo iscsi_tcp >/etc/modules-load.d/iscsi-tcp.conf
- sudo systemctl status iscsid.service
sudo systemctl status iscsid.service Ununtu/ Debian open-iscsi - sudo apt install open-iscsi
- sudo systemctl enable --now iscsid
- modprobe iscsi_tcp
- echo iscsi_tcp >/etc/modules-load.d/iscsi-tcp.conf
sudo systemctl status iscsid.service RancherOS open-iscsi - sudo ros s enable open-iscsi
- sudo ros s up open-iscsi
ros service list iscsi - Access to install RBAC components into kube-system namespace.
- OpenEBS localpv-hostpath version 2.6.0 or higher.Sample hostpath storage class