Merge "worker: Re-add FailoverPreparationForAmphora"
This commit is contained in:
@@ -364,6 +364,10 @@ class AmphoraFlows(object):
|
|||||||
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
||||||
requires=constants.AMPHORA))
|
requires=constants.AMPHORA))
|
||||||
|
|
||||||
|
failover_amphora_flow.add(network_tasks.FailoverPreparationForAmphora(
|
||||||
|
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
||||||
|
requires=constants.AMPHORA))
|
||||||
|
|
||||||
# Note: It seems intuitive to boot an amphora prior to deleting
|
# Note: It seems intuitive to boot an amphora prior to deleting
|
||||||
# the old amphora, however this is a complicated issue.
|
# the old amphora, however this is a complicated issue.
|
||||||
# If the target host (due to anit-affinity) is resource
|
# If the target host (due to anit-affinity) is resource
|
||||||
|
@@ -364,6 +364,10 @@ class AmphoraFlows(object):
|
|||||||
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
||||||
requires=constants.AMPHORA))
|
requires=constants.AMPHORA))
|
||||||
|
|
||||||
|
failover_amphora_flow.add(network_tasks.FailoverPreparationForAmphora(
|
||||||
|
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
|
||||||
|
requires=constants.AMPHORA))
|
||||||
|
|
||||||
# Note: It seems intuitive to boot an amphora prior to deleting
|
# Note: It seems intuitive to boot an amphora prior to deleting
|
||||||
# the old amphora, however this is a complicated issue.
|
# the old amphora, however this is a complicated issue.
|
||||||
# If the target host (due to anit-affinity) is resource
|
# If the target host (due to anit-affinity) is resource
|
||||||
|
Reference in New Issue
Block a user