esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

juju-lint giving false positives about live-migration setting for nova-compute #193

Closed esunar closed 1 year ago

esunar commented 1 year ago

juju-lint is complaining about some missing options on nova-compute, like foolows:

live-migration-permit-auto-converge: True live-migration-permit-post-copy: True

I've been told these are very workload specific options and should not be enabled by default on every cloud, and this can be considered false positives.

This bug is a chance to clarify this.


Imported from Launchpad using lp2gh.

esunar commented 1 year ago

(by aieri) Besides, enabling both is confusing, because post-copy wins over auto-converge: https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.live_migration_permit_auto_converge

esunar commented 1 year ago

(by aieri) see also related bug 1877470