Remove obsolete comment
The automatic corosync cleanup on Juju >= 2.8 turned out not to work and has been removed from charm-hacluster. The 'update-ring' action is now always needed.
This commit is contained in:
@@ -193,8 +193,6 @@ class HaclusterScaleBackAndForthTest(HaclusterBaseTest):
|
||||
logging.info('Updating corosync ring')
|
||||
hacluster_app_name = zaza.model.get_unit_from_name(
|
||||
surviving_hacluster_unit).application
|
||||
# NOTE(lourot): with Juju >= 2.8 this isn't actually necessary as it
|
||||
# has already been done in hacluster's hanode departing hook:
|
||||
zaza.model.run_action_on_leader(
|
||||
hacluster_app_name,
|
||||
'update-ring',
|
||||
|
||||
Reference in New Issue
Block a user