mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
virt-install: report warning for cpuset=auto on non-NUMA host
Currently we report an error but continue with installation, we should report warning instead of error. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1263903 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
fe722b99cb
commit
a8110c6cd7
@ -1299,7 +1299,7 @@ class ParserVCPU(VirtCLIParser):
|
||||
inst.conn, inst.memory)
|
||||
logging.debug("Auto cpuset is: %s", val)
|
||||
except Exception, e:
|
||||
logging.error("Not setting cpuset: %s", str(e))
|
||||
logging.warning("Not setting cpuset: %s", str(e))
|
||||
val = None
|
||||
|
||||
if val:
|
||||
|
Loading…
x
Reference in New Issue
Block a user