Commit aa2a2090 authored by Romain Courteaud's avatar Romain Courteaud

slapos_upgrader: do not activate Allocation Supply to prevent allocation mistake during migration

parent 44004d41
Pipeline #36375 failed with stage
in 0 seconds
......@@ -108,4 +108,5 @@ for slave_on_same_instance_tree_allocable, product_dict in [
activate_kw=activate_kw
)
allocation_supply.validate()
# do not activate, to prevent allocation mistake during migration
# allocation_supply.validate()
......@@ -91,4 +91,5 @@ for slave_on_same_instance_tree_allocable, product_dict in [
activate_kw=activate_kw
)
allocation_supply.validate()
# do not activate, to prevent allocation mistake during migration
# allocation_supply.validate()
......@@ -91,4 +91,5 @@ for slave_on_same_instance_tree_allocable, product_dict in [
activate_kw=activate_kw
)
allocation_supply.validate()
# do not activate, to prevent allocation mistake during migration
# allocation_supply.validate()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment