Accepting request 39909 from Virtualization
checked in (request 39909) OBS-URL: https://build.opensuse.org/request/show/39909 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=47
This commit is contained in:
committed by
Git OBS Bridge
parent
f774ff78ee
commit
6dd7e12d17
@@ -15,7 +15,7 @@ Index: xen-4.0.0-testing/tools/python/xen/util/blkif.py
|
||||
|
||||
@@ -88,15 +88,18 @@ def _parse_uname(uname):
|
||||
|
||||
if typ in ("tap", "tap2"):
|
||||
if typ == "tap":
|
||||
(taptype, fn) = fn.split(":", 1)
|
||||
- return (fn, taptype)
|
||||
+ if taptype in ("tapdisk", "ioemu"):
|
||||
@@ -154,7 +154,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
|
||||
+ def _shouldMount(types):
|
||||
+ if types[0] in ('file', 'phy'):
|
||||
+ return False
|
||||
+ if types[0] in ('tap', 'tap2'):
|
||||
+ if types[0] == 'tap' or types[0] == 'tap2':
|
||||
+ if types[1] in ('aio', 'sync'):
|
||||
+ return False
|
||||
+ else:
|
||||
|
Reference in New Issue
Block a user