]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
storage: iscsi: don't use links in headers
[pve-docs.git] / pve-storage-iscsi.adoc
index 6f700e58f163d0a1f175fa4db7f44cf40d40f47d..a904f05f125f36e4c051406b75350a5201371d0a 100644 (file)
@@ -1,6 +1,9 @@
-http://www.open-iscsi.org/[Open-iSCSI] initiator
-------------------------------------------------
-include::attributes.txt[]
+Open-iSCSI initiator
+--------------------
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: iSCSI
+endif::wiki[]
 
 Storage pool type: `iscsi`
 
@@ -10,13 +13,14 @@ 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
 
-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 +38,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 +50,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
 ~~~~~~~~~~~~~~~~~~~~~~~