]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
update copyright year to current
[pve-docs.git] / pve-storage-iscsi.adoc
index e23f6435d230ce4c83996dc3d213b665c43b7f61..93975f54f2cc26acb6f1237270f3b1a32e3884fa 100644 (file)
@@ -1,9 +1,9 @@
-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`
@@ -14,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
 
@@ -82,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[]