NovaCompute: Clarify comment when there's no evacuate attribute
Change-Id: I3bbe9114a2c1b0e7aec7c1118f24b711c44ad52e
This commit is contained in:
parent
807c45f376
commit
25c306755f
@ -180,7 +180,7 @@ nova_start() {
|
||||
|
||||
state=$(attrd_updater -p -n evacuate -N ${NOVA_HOST} | sed -e 's/.*value=//' | tr -d '"' )
|
||||
if [ "x$state" = x ]; then
|
||||
: never been fenced
|
||||
: no fencing to recover
|
||||
|
||||
elif [ "x$state" = xno ]; then
|
||||
: has been evacuated, however it could have been 1s ago
|
||||
|
Loading…
Reference in New Issue
Block a user