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