X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsi.adoc;h=4dbe4aca11f41441c2ffcf7f62c79c88cbc17fd7;hp=afe1db96fabac4db34976f08c2d149e4d2ec94ae;hb=b6ee2d0ebc20351173a698477e54324e055f1ed0;hpb=deb4673f279adea9069596f64fb70ff3f0e88302 diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index afe1db9..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 ~~~~~~~~~~~~~~~~~~~~~~~ @@ -84,7 +85,7 @@ ifdef::wiki[] See Also ~~~~~~~~ -* link:/index.php/Storage[Storage] +* link:/wiki/Storage[Storage] endif::wiki[]