[Kimchi-devel] [PATCH 0/3] Github bug #327 - NFS workaround

Daniel Barboza danielhb at linux.vnet.ibm.com
Tue Feb 25 16:33:00 UTC 2014


From: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>

This patch series fixes the bug described in
https://github.com/kimchi-project/kimchi/issues/327. If there
are any NFS pools created and the NFS server is unreachable,
kimchi will hang due to a malfunction of libvirt in this
specific scenario.

The proposed workaround is to avoid any libvirt operation
in the NFS pool that fits this scenario, treating the pool as
'inaccessible' and warning the UI. Trying to activate/
deactivate the nfs pool at this case will take no effect,
warning the user that the NFS server is unreachable. 

Daniel Henrique Barboza (3):
  Github bug #327: NFS pool workaround: i18n changes
  Github bug #327: NFS pool workaround: timeout adjustments
  Github bug #327: NFS pool workaround: model changes

 src/kimchi/i18n.py                     |  2 +
 src/kimchi/model/libvirtstoragepool.py |  9 ++--
 src/kimchi/model/storagepools.py       | 75 +++++++++++++++++++++++++++++++++-
 src/kimchi/utils.py                    |  2 +-
 4 files changed, 83 insertions(+), 5 deletions(-)

-- 
1.8.3.1




More information about the Kimchi-devel mailing list