X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsi.adoc;h=4dbe4aca11f41441c2ffcf7f62c79c88cbc17fd7;hp=82a7394ed989ae24c3afaa6a5ada647c25ecd887;hb=f9599fd507bfbc004f749e847d5870e78c5ff4eb;hpb=fc3425bdf7c0fca3a2c25c9221a4a3abc3f6d295 diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index 82a7394..4dbe4ac 100644 --- a/pve-storage-iscsi.adoc +++ b/pve-storage-iscsi.adoc @@ -10,13 +10,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 @@ -34,7 +34,7 @@ target:: iSCSI target. -.Configuration Example ('/etc/pve/storage.cfg') +.Configuration Example (`/etc/pve/storage.cfg`) ---- iscsi: mynas portal 10.10.10.1 @@ -46,6 +46,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 ~~~~~~~~~~~~~~~~~~~~~~~ @@ -79,4 +80,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[] +