[pve-devel] [PATCH v2 docs] storage: iscsi direct: update information about packages

Fiona Ebner f.ebner at proxmox.com
Mon Dec 12 11:30:01 CET 2022


As reported in the community forum [0], libiscsi-bin is required. The
library package on Bullseye would be libiscsi7, but there is no real
need to mention the package explicitly, because it is a dependency of
both, libiscsi-bin and pve-qemu-kvm.

[0]: https://forum.proxmox.com/threads/119369

Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---

Changes from v1:
    * Avoid mentioning library package explicitly.

 pve-storage-iscsidirect.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pve-storage-iscsidirect.adoc b/pve-storage-iscsidirect.adoc
index 0717e99..0df2287 100644
--- a/pve-storage-iscsidirect.adoc
+++ b/pve-storage-iscsidirect.adoc
@@ -8,9 +8,9 @@ endif::wiki[]
 
 Storage pool type: `iscsidirect`
 
-This backend provides basically the same functionality as the
-Open-iSCSI backed, but uses a user-level library (package `libiscsi2`)
-to implement it.
+This backend provides basically the same functionality as the Open-iSCSI backed,
+but uses a user-level library to implement it. You need to install the
+`libiscsi-bin` package in order to use this backend.
 
 It should be noted that there are no kernel drivers involved, so this
 can be viewed as performance optimization. But this comes with the
-- 
2.30.2






More information about the pve-devel mailing list