]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-iscsi.adoc
totp: fix copy/paste mistake
[pve-docs.git] / pve-storage-iscsi.adoc
index a904f05f125f36e4c051406b75350a5201371d0a..55e5b21f1af510ebdde4cc90888f8225ced16271 100644 (file)
@@ -1,3 +1,4 @@
+[[storage_open_iscsi]]
 Open-iSCSI initiator
 --------------------
 ifdef::wiki[]
@@ -10,11 +11,11 @@ Storage pool type: `iscsi`
 iSCSI is a widely employed technology used to connect to storage
 servers. Almost all storage vendors support iSCSI. There are also open
 source iSCSI target solutions available,
-e.g. http://www.openmediavault.org/[OpenMediaVault], which is based on
+e.g. https://www.openmediavault.org/[OpenMediaVault], which is based on
 Debian.
 
 To use this backend, you need to install the
-http://www.open-iscsi.org/[Open-iSCSI] (`open-iscsi`) package. This is a
+https://www.open-iscsi.com/[Open-iSCSI] (`open-iscsi`) package. This is a
 standard Debian package, but it is not installed by default to save
 resources.
 
@@ -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[]