diff --git a/tools/vm-boot-helper.sh b/tools/vm-boot-helper.sh index 61597ea..a2a0ba4 100755 --- a/tools/vm-boot-helper.sh +++ b/tools/vm-boot-helper.sh @@ -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)