From a8648f8e63e9e4bc0b17292eb119e6feb38d73ab Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 3 Dec 2014 19:09:20 -0500 Subject: [PATCH] docs: Fix a couple of typos on the storage pool html Fix format of the secret XML in the example. The XML had an extraneous "type='iscsi'" (which is used by the definitions) The world wide node name had a typo in the acronym (wwwn). --- docs/formatstorage.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index de786b874c..0951daa7fc 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -80,7 +80,7 @@ <host name="iscsi.example.com"/> <device path="demo-target"/> <auth type='chap' username='myname'> - <secret type='iscsi' usage='mycluster_myname'/> + <secret usage='mycluster_myname'/> </auth> <vendor name="Acme"/> <product name="model"/> @@ -179,7 +179,7 @@
-
wwwn and wwpn
+
wwnn and wwpn
The "World Wide Node Name" (wwnn) and "World Wide Port Name" (wwpn) are used by the "fc_host" adapter to uniquely identify the device in the Fibre Channel storage fabric -- GitLab