X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-iscsi.adoc;h=93975f54f2cc26acb6f1237270f3b1a32e3884fa;hp=d59a905bdbca83ec94e1c343c330e38b2f4f725c;hb=a75eeddebed864bde81358463958ed1d166935e1;hpb=8c1189b640ae7d10119ff1c046580f48749d38bd diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index d59a905..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,9 +14,10 @@ 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 @@ -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,7 +83,7 @@ Examples Scan a remote iSCSI portal, and returns a list of possible targets: - pvesm iscsiscan -portal + pvesm scan iscsi ifdef::wiki[]