diff --git a/devstack/upgrade/resources.sh b/devstack/upgrade/resources.sh index 7814149bd1..dec7c66c04 100755 --- a/devstack/upgrade/resources.sh +++ b/devstack/upgrade/resources.sh @@ -92,7 +92,7 @@ function scenario_1_do_share_with_rules_and_metadata { ((wait_timeout-=$MANILA_GRENADE_WAIT_STEP)) sleep $MANILA_GRENADE_WAIT_STEP elif [[ $current_status == 'error' ]]; then - die $LINENO "Share failed to reach 'available' status." + die $LINENO "Share is in 'error' state." else die $LINENO "Should never reach this line." fi