-
Notifications
You must be signed in to change notification settings - Fork 0
Home
andrei perepiolkin edited this page May 31, 2026
·
11 revisions
The Open-E JovianDSS Proxmox plugin enables Proxmox VE clusters to use Open-E JovianDSS storage pools as backend storage via iSCSI.
It provides:
- Automated Volume Management: Dynamically attach/detach iSCSI targets and manage multipath devices.
- High Availability: Support for Open-E JovianDSS failover and multipathing across multiple network interfaces.
- Thin Provisioning: On-demand volume allocation to optimize storage usage.
- Cluster-wide Integration: Treat storage as shared, enabling live migration and HA features in Proxmox VE.
-
Start using the plugin by going through the Quick Start guide.
-
Plugin Configuration: Plugin-configuration
-
Networking: Plugin Networking
-
Multipathing: Multipathing Guide
For a full list of topics, visit the JovianDSS Proxmox Wiki.
| Feature | JovianDSS Plugin |
|---|---|
Storage of images(QEMU/KVM VM images), rootdir(container data) |
✅ To store iso, backup, and vztmpl content use the native Proxmox VE NFS plugin as described in Open-E JovianDSS with NFS for Proxmox VE: Best Practices Guide |
images(QEMU/KVM VM images)/rootdir(container data) to JovianDSS volume relation |
✅ Each VM/CT virtual disk is stored on its own dedicated volume |
| Snapshots | ✅ Each volume maintains its own set of snapshots. Snapshots are created individually for each volume. Note: Proxmox VE's built-in backup functionality does not back up JovianDSS plugin snapshots |
| Rollback | Rollback can be done to the latest snapshot only, user is recommended to use cloning from snapshot to restore to older state |
| Cloning | ✅ |
| Volume movement from one VM to another | ✅ |
| Volume resizing | ✅ |
| Supported format of storing VM/CT data |
raw (with Snapshots supported) |
| Thin provisioning | ✅ |
-
Additional volume configuration options
-
CHAP authentication for iSCSI targets
-
Optional backup-plugin extension
Report issues and feature requests via the repository Issues.
Contributions are welcome! Please fork the repository, submit a pull request.