----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10227/ -----------------------------------------------------------
Review request for cloudstack and Joe Brockmeier. Description ------- CLOUDSTACK-1846, CLOUDSTACK-1845 - KVM Storage, sometimes KVMHA will remount deleted NFS pools, causing failures when defining new storage pools. Sometimes a storage pool has never been used on a host, and getStoragePool fails when copying templates or in storage migration. deleteStoragePool(pool) often fails silently, leaving no pool defined in libvirt, but a mountpoint left behind. This patch handles some of these exceptions and brings forward any issues via logging. This addresses bugs CLOUDSTACK-1845 and CLOUDSTACK-1846. Diffs ----- plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java 131c37e Diff: https://reviews.apache.org/r/10227/diff/ Testing ------- Deployed new 4.0 zone in devcloud-kvm, tested volume downloads, template creation, storage migration Thanks, Marcus Sorensen