]> git.proxmox.com Git - pve-docs.git/blame - pve-storage-iscsidirect.adoc
bump version to 4.3-5
[pve-docs.git] / pve-storage-iscsidirect.adoc
CommitLineData
aa039b0f
DM
1User Mode iSCSI Backend
2-----------------------
fc3425bd 3include::attributes.txt[]
aa039b0f
DM
4
5Storage pool type: `iscsidirect`
6
7This backend provides basically the same functionality as the
8c1189b6 8Open-iSCSI backed, but uses a user-level library (package `libiscsi2`)
aa039b0f
DM
9to implement it.
10
11It should be noted that there are no kernel drivers involved, so this
12can be viewed as performance optimization. But this comes with the
13drawback that you cannot use LVM on top of such iSCSI LUN. So you need
14to manage all space allocations at the storage server side.
15
16Configuration
17~~~~~~~~~~~~~
18
19The user mode iSCSI backend uses the same configuration options as the
20Open-iSCSI backed.
21
8c1189b6 22.Configuration Example (`/etc/pve/storage.cfg`)
aa039b0f
DM
23----
24iscsidirect: faststore
25 portal 10.10.10.1
26 target iqn.2006-01.openfiler.com:tsn.dcb5aaaddd
27----
28
29Storage Features
30~~~~~~~~~~~~~~~~
31
32NOTE: This backend works with VMs only. Containers cannot use this
33driver.
34
35.Storage features for backend `iscsidirect`
36[width="100%",cols="m,m,3*d",options="header"]
37|==============================================================================
38|Content types |Image formats |Shared |Snapshots |Clones
39|images |raw |yes |no |no
40|==============================================================================
41
deb4673f
DM
42ifdef::wiki[]
43
44See Also
45~~~~~~~~
46
f532afb7 47* link:/wiki/Storage[Storage]
deb4673f
DM
48
49endif::wiki[]
50