]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
add correct wiki titles
[pve-docs.git] / pve-storage-iscsi.adoc
index afe1db96fabac4db34976f08c2d149e4d2ec94ae..3e896f3b63da49449beeef1afd083e28e0f9d3b2 100644 (file)
@@ -2,6 +2,11 @@ http://www.open-iscsi.org/[Open-iSCSI] initiator
 ------------------------------------------------
 include::attributes.txt[]
 
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: iSCSI
+endif::wiki[]
+
 Storage pool type: `iscsi`
 
 iSCSI is a widely employed technology used to connect to storage
@@ -10,13 +15,13 @@ 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'
+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.
 
   # 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
 ~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -84,7 +90,7 @@ ifdef::wiki[]
 See Also
 ~~~~~~~~
 
-* link:/index.php/Storage[Storage]
+* link:/wiki/Storage[Storage]
 
 endif::wiki[]