X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsidirect.adoc;h=0717e992e9d4892ad77f081914a3af9e51b6f88e;hp=9d5763304a9c83afff0d8874b13c9d496c5e8bed;hb=refs%2Fheads%2Fmaster;hpb=fc3425bdf7c0fca3a2c25c9221a4a3abc3f6d295 diff --git a/pve-storage-iscsidirect.adoc b/pve-storage-iscsidirect.adoc index 9d57633..0df2287 100644 --- a/pve-storage-iscsidirect.adoc +++ b/pve-storage-iscsidirect.adoc @@ -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[] +