X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsi.adoc;h=93975f54f2cc26acb6f1237270f3b1a32e3884fa;hp=afe1db96fabac4db34976f08c2d149e4d2ec94ae;hb=a45c999b4586734621bbc968d67f87390739b270;hpb=deb4673f279adea9069596f64fb70ff3f0e88302 diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index afe1db9..93975f5 100644 --- a/pve-storage-iscsi.adoc +++ b/pve-storage-iscsi.adoc @@ -1,6 +1,10 @@ -http://www.open-iscsi.org/[Open-iSCSI] initiator ------------------------------------------------- -include::attributes.txt[] +[[storage_open_iscsi]] +Open-iSCSI initiator +-------------------- +ifdef::wiki[] +:pve-toplevel: +:title: Storage: iSCSI +endif::wiki[] Storage pool type: `iscsi` @@ -10,13 +14,14 @@ 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' -package. This is a standard Debian package, but it is not installed by -default to save resources. +To use this backend, you need to install the +http://www.open-iscsi.org/[Open-iSCSI] (`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 +39,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 +51,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 ~~~~~~~~~~~~~~~~~~~~~~~ @@ -77,14 +83,14 @@ Examples Scan a remote iSCSI portal, and returns a list of possible targets: - pvesm iscsiscan -portal + pvesm scan iscsi ifdef::wiki[] See Also ~~~~~~~~ -* link:/index.php/Storage[Storage] +* link:/wiki/Storage[Storage] endif::wiki[]