Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #653 from markdryan/fix-ceph-leak
Browse files Browse the repository at this point in the history
Single VM: Fix a ceph related disk space leak
  • Loading branch information
kaccardi authored Oct 10, 2016
2 parents 75d6bcb + 8760943 commit 65580fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/singlevm/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ sudo "$ciao_gobin"/ciao-launcher --alsologtostderr -v 3 --hard-reset
sudo ip link del eth10
sudo pkill -F /tmp/dnsmasq.macvlan0.pid
sudo mv $hosts_file_backup /etc/hosts
sudo docker rm -f ceph-demo
sudo docker rm -v -f ceph-demo
sudo rm /etc/ceph/*

0 comments on commit 65580fa

Please sign in to comment.