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:
parent
60c02d5de2
commit
05032061c9
@ -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
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user