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