1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-19 10:03:36 +03:00

fixes wrong STATUS varible in VM polling

This commit is contained in:
Ruben S. Montero 2010-09-08 13:23:22 +02:00
parent 60c02d5de2
commit 05032061c9

View File

@ -39,7 +39,7 @@ $1=="State" {
else if(vstat=="crashed") state="c"; else if(vstat=="crashed") state="c";
else state="u"; else state="u";
print "STATUS=" state print "STATE=" state
} }
' '