Skip to content

Commit

Permalink
removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed May 22, 2014
1 parent 3d8a887 commit b92333f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virt-delete
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ echo "Destroy: $1"
virsh destroy $1 2> /dev/null

for disk_path in $(virt-query $1 disks | awk '{print $3}'); do
echo "$disk_type $disk_dev $disk_path"
pool=$(virsh vol-pool $disk_path)
name=$(virsh vol-info $disk_path | awk '$1 == "Name:" {print $2}')

Expand Down

0 comments on commit b92333f

Please sign in to comment.