]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsidirect.adoc
fix #5429: network: override device names: include Type=ether
[pve-docs.git] / pve-storage-iscsidirect.adoc
index 9d5763304a9c83afff0d8874b13c9d496c5e8bed..0df2287d3c041d01beae4354060aa618914b277c 100644 (file)
@@ -1,12 +1,16 @@
+[[storage_iscsidirect]]
 User Mode iSCSI Backend
 -----------------------
-include::attributes.txt[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: User Mode iSCSI
+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
@@ -19,7 +23,7 @@ Configuration
 The user mode iSCSI backend uses the same configuration options as the
 Open-iSCSI backed.
 
-.Configuration Example ('/etc/pve/storage.cfg')
+.Configuration Example (`/etc/pve/storage.cfg`)
 ----
 iscsidirect: faststore
      portal 10.10.10.1
@@ -39,3 +43,12 @@ driver.
 |images         |raw            |yes    |no        |no
 |==============================================================================
 
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]
+