[Kimchi-devel] [PATCH 0/3] Warn users about NetworkManager instability

Jose Ricardo Ziviani joserz at linux.vnet.ibm.com
Fri Apr 17 19:29:24 UTC 2015


NetworkManager might have some instability when managing the bridges created by libvirt. There some bugs against NM about it and there is no much we can do more than warn the users about it. So, this patchset checks if NM is running and, if so, will display a message to users.

Jose Ricardo Ziviani (3):
  Add the env parameter to run_command.
  Implement function to check if NM is running.
  Add a warn about NM running in the system.

 src/kimchi/model/config.py       |  1 +
 src/kimchi/model/featuretests.py | 28 ++++++++++++++++++++++++++++
 src/kimchi/utils.py              |  6 ++++--
 tests/test_rest.py               |  3 ++-
 ui/js/src/kimchi.network.js      |  5 +++++
 ui/pages/i18n.json.tmpl          |  1 +
 6 files changed, 41 insertions(+), 3 deletions(-)

-- 
1.9.1




More information about the Kimchi-devel mailing list