NovaCompute: Clarify comment when there's no evacuate attribute

Change-Id: I3bbe9114a2c1b0e7aec7c1118f24b711c44ad52e
This commit is contained in:
Vincent Untz 2016-02-17 21:08:01 +01:00
parent 807c45f376
commit 25c306755f
1 changed files with 1 additions and 1 deletions

View File

@ -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