From fe8b39a7a8f0bdeaa361a098ebc87c5008534603 Mon Sep 17 00:00:00 2001 From: Lightbits Labs <165641972+roiyz-lb@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:41:42 +0000 Subject: [PATCH] docs(readme): drop 'multipath not yet implemented' limitation + roadmap item This branch implements NVMe-oF multipath (multi-endpoint connect), so the 'Single NVMe-oF endpoint / Multi-path is not yet implemented' limitation and the 'Multi-path NVMe-oF' roadmap entry are no longer accurate. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 03775b3..1287e6a 100644 --- a/README.md +++ b/README.md @@ -424,7 +424,6 @@ Linux numbers NVMe namespaces sequentially (`nvme0n1`, `nvme0n2`, ...) regardles ## Limitations -- **Single NVMe-oF endpoint**: The plugin connects to one `lb_nvme_host`. Multi-path is not yet implemented. - **No snapshots**: Proxmox snapshot operations are not supported by this plugin version. - **No live migration**: VM live migration requires shared storage visibility on both source and destination hosts. Multi-node deployment with a shared Lightbits cluster works structurally, but the per-host ACL in `alloc_image` currently restricts volume access to the allocating host's NQN. This needs to be addressed for migration support. - **Self-signed TLS**: SSL hostname verification is disabled to accommodate Lightbits clusters with self-signed certificates. @@ -448,7 +447,6 @@ On the horizon: - Snapshots and clones - Multi-tenancy and multi-cluster support -- Multi-path NVMe-oF - Live migration support - Broader Proxmox feature coverage (containers, ISO, vTPM, backups) - Debian packaging