X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsi.adoc;h=7d1511c8129417f85c0ef56bab57fe86e58d22c0;hp=f8f004fc686be8195203e170b983d893ef4ff270;hb=f00afaef559beefc56c8eed970c5b8ef2a550ada;hpb=aa039b0f5a044a78ff175d8a70178d7b10895567 diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index f8f004f..7d1511c 100644 --- a/pve-storage-iscsi.adoc +++ b/pve-storage-iscsi.adoc @@ -1,5 +1,9 @@ http://www.open-iscsi.org/[Open-iSCSI] initiator ------------------------------------------------ +ifdef::wiki[] +:pve-toplevel: +:title: Storage: iSCSI +endif::wiki[] Storage pool type: `iscsi` @@ -9,13 +13,13 @@ source iSCSI target solutions available, e.g. http://www.openmediavault.org/[OpenMediaVault], which is based on Debian. -To use this backend, you need to install the 'open-iscsi' +To use this backend, you need to install the `open-iscsi` package. This is a standard Debian package, but it is not installed by default to save resources. # apt-get install open-iscsi -Low-level iscsi management task can be done using the 'iscsiadm' tool. +Low-level iscsi management task can be done using the `iscsiadm` tool. Configuration @@ -33,7 +37,7 @@ target:: iSCSI target. -.Configuration Example ('/etc/pve/storage.cfg') +.Configuration Example (`/etc/pve/storage.cfg`) ---- iscsi: mynas portal 10.10.10.1 @@ -45,6 +49,7 @@ TIP: If you want to use LVM on top of iSCSI, it make sense to set `content none`. That way it is not possible to create VMs using iSCSI LUNs directly. + File naming conventions ~~~~~~~~~~~~~~~~~~~~~~~ @@ -78,4 +83,13 @@ Scan a remote iSCSI portal, and returns a list of possible targets: pvesm iscsiscan -portal +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[] +