]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-storage-iscsidirect.adoc
add correct wiki titles
[pve-docs.git] / pve-storage-iscsidirect.adoc
... / ...
CommitLineData
1User Mode iSCSI Backend
2-----------------------
3include::attributes.txt[]
4
5ifdef::wiki[]
6:pve-toplevel:
7:title: Storage: User Mode iSCSI
8endif::wiki[]
9
10Storage pool type: `iscsidirect`
11
12This backend provides basically the same functionality as the
13Open-iSCSI backed, but uses a user-level library (package `libiscsi2`)
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
27.Configuration Example (`/etc/pve/storage.cfg`)
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
47ifdef::wiki[]
48
49See Also
50~~~~~~~~
51
52* link:/wiki/Storage[Storage]
53
54endif::wiki[]
55