summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-03-19 13:52:10 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-03-20 09:06:30 +0100
commita7050f918f85a235e117d6c7f2b49d367ec7163c (patch)
tree9e74b1a73b7fcc2e947f7435dc2758d0027ce673
parentf8e1a68889902bf47e52ef95ad794f12e23125e7 (diff)
downloadvirt-manager-a7050f918f85a235e117d6c7f2b49d367ec7163c.tar.gz
virt-manager: disable filesystem passtrough on RHEL
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1077172 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--virtManager/addhardware.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index 1e915057..4bd776ca 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -370,7 +370,8 @@ class vmmAddHardware(vmmGObjectUI):
_("Not supported for this guest type."))
add_hw_option("Filesystem", Gtk.STOCK_DIRECTORY, PAGE_FILESYSTEM,
self.conn.check_support(
- self.conn.SUPPORT_CONN_FILESYSTEM),
+ self.conn.SUPPORT_CONN_FILESYSTEM) and
+ not self.vm.stable_defaults(),
_("Not supported for this hypervisor/libvirt "
"combination."))
add_hw_option("Smartcard", "device_serial", PAGE_SMARTCARD,