]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
scripts: Fix cleanup of old libvirt images wip-vagrant-update 875/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 28 Sep 2017 17:23:23 +0000 (13:23 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 28 Sep 2017 17:23:23 +0000 (13:23 -0400)
commitc16cde5aa0538bf2d759f5d43a4a148a5ea1e44f
tree41655d2a47a242a3841b17c568e45847b580d298
parentace29e6a7986e2bad1b3193d2e3858d452f803a1
scripts: Fix cleanup of old libvirt images

rm -rf /var/lib/libvirt/images/*.img wasn't working.

We also need to clean up the .disk files that are getting left behind.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh