Since hostdev sgio is not supported, let's remove it from the docs
to remove confusion.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
Hopefully I got the in-reply-to magic correct! I figured keeping the
sgio buried in the scsisrc is "ok" for those down stream providers
that want or have the ability to support it. I could remove it as well
if that's desired.
docs/formatdomain.html.in | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f7b9f51..59b4e86 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3171,23 +3171,6 @@
<pre>
...
<devices>
- <hostdev mode='subsystem' type='scsi' sgio='filtered'
rawio='yes'>
- <source>
- <adapter name='scsi_host0'/>
- <address bus='0' target='0' unit='0'/>
- </source>
- <readonly/>
- <address type='drive' controller='0' bus='0'
target='0' unit='0'/>
- </hostdev>
- </devices>
- ...</pre>
-
-
- <p>or:</p>
-
-<pre>
- ...
- <devices>
<hostdev mode='subsystem' type='scsi'>
<source protocol='iscsi'
name='iqn.2014-08.com.example:iscsi-nopool/1'>
<host name='example.com' port='3260'/>
@@ -3225,11 +3208,7 @@
</dd>
<dt>scsi</dt>
<dd>For SCSI devices, user is responsible to make sure the device
- is not used by host. The optional <code>sgio</code>
- (<span class="since">since 1.0.6</span>) attribute
indicates
- whether the kernel will filter unprivileged SG_IO commands for
- the disk, valid settings are "filtered" or "unfiltered".
- The default is "filtered". The optional
<code>rawio</code>
+ is not used by host. The optional <code>rawio</code>
(<span class="since">since 1.2.9</span>) attribute
indicates
whether the lun needs the rawio capability. Valid settings are
"yes" or "no". See the rawio description within the
--
2.1.0