diff --git a/doc/source/1907.rst b/doc/source/1907.rst index 8d0e28ba..c929930f 100644 --- a/doc/source/1907.rst +++ b/doc/source/1907.rst @@ -182,6 +182,26 @@ stable charm revision. See the `charm deployment guide `__ for more details. +Series Upgrade Issues +===================== + +Bug: #1839021: hacluster charm "Resource; res_ks_haproxy not running" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For an HA deployment, when performing a Trusty to Xenial upgrade, it's +possible, if the keystone unit takes a long time to reboot and restart its +service, that keystone's hacluster crm monitor may exhaust its retries and +show a ``blocked`` state with the status message ``Resource: res_ks_haproxy not +running``. + +In this case, running the following against the affected hacluster unit should +resolve the issue once the associated keystone unit has completed its upgrade: + +.. code:: bash + + juju run --unit sudo crm resource refresh + +where ```` is (say) keystone/0. Deprecation Notices ===================