]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-storage-iscsidirect.adoc
network: override device names: suggest running update-initramfs
[pve-docs.git] / pve-storage-iscsidirect.adoc
... / ...
CommitLineData
1[[storage_iscsidirect]]
2User Mode iSCSI Backend
3-----------------------
4ifdef::wiki[]
5:pve-toplevel:
6:title: Storage: User Mode iSCSI
7endif::wiki[]
8
9Storage pool type: `iscsidirect`
10
11This backend provides basically the same functionality as the Open-iSCSI backed,
12but uses a user-level library to implement it. You need to install the
13`libiscsi-bin` package in order to use this backend.
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
26.Configuration Example (`/etc/pve/storage.cfg`)
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
46ifdef::wiki[]
47
48See Also
49~~~~~~~~
50
51* link:/wiki/Storage[Storage]
52
53endif::wiki[]
54