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

Fiona Ebner f.ebner at proxmox.com
Mon Dec 12 10:12:45 CET 2022


As reported in the community forum [0], libiscsi-bin is required.
Also, the library package on Bullseye would be libiscsi7. Just change
the mentioned version to a generic number to never be out of date.

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

Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 pve-storage-iscsidirect.adoc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pve-storage-iscsidirect.adoc b/pve-storage-iscsidirect.adoc
index 0717e99..f285ec8 100644
--- a/pve-storage-iscsidirect.adoc
+++ b/pve-storage-iscsidirect.adoc
@@ -8,9 +8,10 @@ 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 (package `libiscsi<N>`, where `<N>` is the current
+library version) to implement it. You also need to install the `libiscsi-bin`
+package which includes the relevant binary utilities.
 
 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