596597598599600601602603604605606
sp.destroy(); } sp.free(); if (s != null) { s.undefine(); s.free(); } return true; } catch (LibvirtException e) { // handle ebusy error when pool is quickly destroyed if (e.toString().contains("exit status 16")) {
249250251252253254255256257258259
} catch (LibvirtException e) { s_logger.error(e.toString()); if (s != null) { try { s.undefine(); s.free(); } catch (LibvirtException l) { s_logger.debug("Failed to define secret with: " + l.toString()); } } }
604605606607608609610611612613614
605606607608609610611612613614615
271272273274275276277278279280281
598599600601602603604605606607608