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:
parent
60c02d5de2
commit
05032061c9
@ -39,7 +39,7 @@ $1=="State" {
|
||||
else if(vstat=="crashed") state="c";
|
||||
else state="u";
|
||||
|
||||
print "STATUS=" state
|
||||
print "STATE=" state
|
||||
}
|
||||
'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user