Set the max-number very high
A work around until I fix nova to take no max-number input (and migrate them all) Change-Id: Iba4cb3faae928637555ccf3023841af3406824b6
This commit is contained in:
parent
074932ee8e
commit
fe515ed3b3
@ -121,7 +121,7 @@ EOF
|
||||
if [ $i == 291 ]
|
||||
then
|
||||
set -x
|
||||
sudo /sbin/ip netns exec nonet `dirname $0`/nova-manage-wrapper.sh $VENV_PATH --config-file $WORKING_DIR_PATH/nova-$1.conf --verbose db migrate_flavor_data
|
||||
sudo /sbin/ip netns exec nonet `dirname $0`/nova-manage-wrapper.sh $VENV_PATH --config-file $WORKING_DIR_PATH/nova-$1.conf --verbose db migrate_flavor_data --max-number 10000000
|
||||
set +x
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user