Skip to content

Commit

Permalink
Remove comments from vm-boot-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
abays committed Mar 19, 2020
1 parent 68ba28e commit 3b84793
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/vm-boot-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

CLUSTER_NAME="kni-upi-lab"

# THIS_PID="$(pgrep -f $0)"

# Kill all other instances of this script
# for i in $(ps ax | grep "$0" | grep -v grep | awk {'print $1'}); do
# if [[ "$i" != "$THIS_PID" ]]; then
# sudo kill -9 $i 2>/dev/null
# fi
# done

while true; do
vms_present=$(sudo virsh list --all | grep $CLUSTER_NAME)

Expand Down

0 comments on commit 3b84793

Please sign in to comment.