1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-31 17:17:40 +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 state="u";
print "STATUS=" state
print "STATE=" state
}
'