saltstack-formulas / lxd-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
21 stars 18 forks source link

Handle profiles on migrating container #1

Closed keesbos closed 7 years ago

keesbos commented 7 years ago

Profiles where not set (copied) on migration. Should raise an error when destination host misses profiles that are used in the container to be migrated.

In normal lxc:

$ lxc move srv:c1 local:
error: not all the profiles from the source exist on the target
jochumdev commented 7 years ago

Nice one, thank you @keesbos