Plugin installation and configuration - open-e/JovianDSS-Proxmox GitHub Wiki

Installing/Uninstalling

The JovianDSS Proxmox plugin can be deployed in two ways: by installing the Debian package or by running the Makefile-based installation script from source.

Important
The JovianDSS plugin must be installed on every Proxmox VE node in your cluster.

Installation for deb package

apt install ./open-e-joviandss-proxmox-plugin_0.10.0.deb

systemctl restart pvedaemon

After installation restart the Proxmox pvedaemon service.

systemctl restart pvedaemon

To remove the plugin call:

apt remove -y open-e-joviandss-proxmox-plugin

Install from source

Installation can be done by make inside source code folder:

apt install python3-oslo.utils git
git clone https://github.com/open-e/JovianDSS-Proxmox.git
cd ./JovianDSS-Proxmox
make install

Removing JovianDSS Proxmox plugin:

make uninstall

Configuration

For a concise walkthrough, see the Quick Start guide.

For a full listing of all configuration options and their meanings, refer to the Plugin Configuration guide.