|
|
7a3408 |
From 63bdd9e26d72427008c4a63ea371d0da0329947f Mon Sep 17 00:00:00 2001
|
|
|
7a3408 |
Message-Id: <63bdd9e26d72427008c4a63ea371d0da0329947f@dist-git>
|
|
|
7a3408 |
From: John Ferlan <jferlan@redhat.com>
|
|
|
7a3408 |
Date: Thu, 9 Jul 2015 08:28:50 -0400
|
|
|
7a3408 |
Subject: [PATCH] docs: Clarify unprivileged sgio feature
|
|
|
7a3408 |
|
|
|
7a3408 |
https://bugzilla.redhat.com/show_bug.cgi?id=1072736
|
|
|
7a3408 |
|
|
|
7a3408 |
Update the descriptions for disk and hostdev sgio in order to indicate
|
|
|
7a3408 |
not all hypervisors and OS's support this feature
|
|
|
7a3408 |
|
|
|
7a3408 |
Signed-off-by: John Ferlan <jferlan@redhat.com>
|
|
|
7a3408 |
(cherry picked from commit 4f4ac3913a379ad7d3880c57cfe7304c4a22cc22)
|
|
|
7a3408 |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
7a3408 |
---
|
|
|
7a3408 |
docs/formatdomain.html.in | 19 ++++++++++---------
|
|
|
7a3408 |
1 file changed, 10 insertions(+), 9 deletions(-)
|
|
|
7a3408 |
|
|
|
7a3408 |
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
|
|
|
7a3408 |
index e2ccfa5..cb11b1f 100644
|
|
|
7a3408 |
--- a/docs/formatdomain.html.in
|
|
|
7a3408 |
+++ b/docs/formatdomain.html.in
|
|
|
7a3408 |
@@ -2004,10 +2004,10 @@
|
|
|
7a3408 |
sgio attribute
|
|
|
7a3408 |
since 1.0.2
|
|
|
7a3408 |
|
|
|
7a3408 |
- Indicates whether the kernel will filter unprivileged
|
|
|
7a3408 |
- SG_IO commands for the disk, valid settings are "filtered" or
|
|
|
7a3408 |
- "unfiltered". Defaults to "filtered". Similar to rawio ,
|
|
|
7a3408 |
- sgio is only valid for device 'lun'.
|
|
|
7a3408 |
+ If supported by the hypervisor and OS, indicates whether
|
|
|
7a3408 |
+ unprivileged SG_IO commands are filtered for the disk. Valid
|
|
|
7a3408 |
+ settings are "filtered" or "unfiltered" where the default is
|
|
|
7a3408 |
+ "filtered". Only available when the device is 'lun'.
|
|
|
7a3408 |
|
|
|
7a3408 |
snapshot attribute
|
|
|
7a3408 |
since 0.9.5
|
|
|
7a3408 |
@@ -3239,11 +3239,12 @@
|
|
|
7a3408 |
|
|
|
7a3408 |
scsi
|
|
|
7a3408 |
For SCSI devices, user is responsible to make sure the device
|
|
|
7a3408 |
- is not used by host. The optional sgio
|
|
|
7a3408 |
- (since 1.0.6) attribute indicates
|
|
|
7a3408 |
- whether the kernel will filter unprivileged SG_IO commands for
|
|
|
7a3408 |
- the disk, valid settings are "filtered" or "unfiltered".
|
|
|
7a3408 |
- The default is "filtered". The optional rawio
|
|
|
7a3408 |
+ is not used by host. If supported by the hypervisor and OS, the
|
|
|
7a3408 |
+ optional sgio (since 1.0.6)
|
|
|
7a3408 |
+ attribute indicates whether unprivileged SG_IO commands are
|
|
|
7a3408 |
+ filtered for the disk. Valid settings are "filtered" or
|
|
|
7a3408 |
+ "unfiltered", where the default is "filtered".
|
|
|
7a3408 |
+ The optional rawio
|
|
|
7a3408 |
(since 1.2.9) attribute indicates
|
|
|
7a3408 |
whether the lun needs the rawio capability. Valid settings are
|
|
|
7a3408 |
"yes" or "no". See the rawio description within the
|
|
|
7a3408 |
--
|
|
|
7a3408 |
2.5.1
|
|
|
7a3408 |
|