]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
make dinstall: skip mediawiki deb for now
[pve-docs.git] / pve-storage-iscsi.adoc
index 4dbe4aca11f41441c2ffcf7f62c79c88cbc17fd7..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
 
@@ -78,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[]