Lines Matching full:migration
77 grep -v "Begin continuous migration (quiet)" |
78 grep -v "End continuous migration (quiet)" |
79 grep -v "Skipped VM migration (quiet)"
85 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $1
87 … grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1
141 # reaching the migration point, since we expect at least one migration.
151 elif grep -q "Begin continuous migration" < ${src_out} ; then
155 elif [ $skip_migration -eq 0 ] && grep -q "Skipped VM migration" < ${src_out} ; then
189 echo "ERROR: Test exit before migration point." >&2
196 if grep -q "Begin continuous migration" < ${src_out} ; then
200 echo "ERROR: Continuous migration already begun." >&2
212 if [ $skip_migration -eq 0 ] && grep -q "Skipped VM migration" < ${src_out} ; then
218 echo "ERROR: Can't skip in continuous migration." >&2
231 # Wait for the migration to complete
236 echo "ERROR: Querying migration state failed." >&2
243 echo "ERROR: Migration failed." >&2
253 # Should we end continuous migration?
254 if grep -q "End continuous migration" < ${src_out} ; then
256 echo "ERROR: Can't end continuous migration when not started." >&2
278 # for the next migration.
332 if [ "$MIGRATION" = "yes" ]; then