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