147148149150151152153154155156157
sp.destroy(); sp.undefine(); } else { sp.destroy(); } sp.free(); } catch (LibvirtException l) { s_logger.debug("Failed to undefine nfs storage pool with: " + l.toString()); } }
181182183184185186187188189190191
sp.destroy(); sp.undefine(); } else { sp.destroy(); } sp.free(); } catch (LibvirtException l) { s_logger.debug("Failed to define shared mount point storage pool with: " + l.toString()); } }
215216217218219220221222223224225
sp.destroy(); sp.undefine(); } else { sp.destroy(); } sp.free(); } catch (LibvirtException l) { s_logger.debug("Failed to define clvm storage pool with: " + l.toString()); } }
274275276277278279280281282283284
sp.destroy(); sp.undefine(); } else { sp.destroy(); } sp.free(); } catch (LibvirtException l) { s_logger.debug("Failed to define RBD storage pool with: " + l.toString()); } } return null;
602603604605606607608609610611612
sp.destroy(); sp.undefine(); } else { sp.destroy(); } sp.free(); if (s != null) { s.undefine(); s.free(); } return true;
169170171172173174175176177178179