]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Make kvmx-supervise more verbose
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 12:05:06 +0000 (09:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 12:05:06 +0000 (09:05 -0300)
kvmx-supervise

index aa0002a2d915b56d9814983834fbb010878a4524..dd6f4943fa6ff071414c6622a9ee57a7b1e421a2 100755 (executable)
@@ -115,6 +115,7 @@ function kvmx_supervise_foreach {
     user="`echo $instance | cut -d / -f 3`"
     vm="`basename $instance`"
 
+    echo "Processing $mv guest..."
     kvmx_supervise_call $user $vm $*
   done
 }