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

Jose Ricardo Ziviani joserz at linux.vnet.ibm.com
Mon Apr 27 14:45:01 UTC 2015


V3:
 - Use cached capability value.

V2:
 - Change is_nm_running to use a 'cross distro' command.
 - Update the warning message

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 (2):
  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 | 10 ++++++++++
 tests/test_rest.py               |  3 ++-
 ui/js/src/kimchi.network.js      |  3 +++
 ui/pages/i18n.json.tmpl          |  1 +
 5 files changed, 17 insertions(+), 1 deletion(-)

-- 
1.9.1




More information about the Kimchi-devel mailing list