mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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>
This commit is contained in:
parent
f8e1a68889
commit
a7050f918f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user