]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
pvecm: re-add "multiple cluster in same net" section
[pve-docs.git] / pve-storage-iscsi.adoc
index d59a905bdbca83ec94e1c343c330e38b2f4f725c..93975f54f2cc26acb6f1237270f3b1a32e3884fa 100644 (file)
@@ -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 <HOST[:PORT]>
+ pvesm scan iscsi <HOST[:PORT]>
 
 ifdef::wiki[]