Skip to content

Commit

Permalink
Merge branch 'main' into verify-workload-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Apr 24, 2024
2 parents 74aceb6 + 6d17916 commit c4f9a4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cou/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ def entrypoint() -> None:
except COUException as exc:
progress_indicator.fail()
logger.error(exc)
logger.error(
"See the known issues at https://canonical-charmed-openstack-upgrader.readthedocs-"
"hosted.com/en/stable/reference/known-issues/"
)
sys.exit(1)
except JujuError as exc:
progress_indicator.fail()
Expand Down
18 changes: 18 additions & 0 deletions docs/reference/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,23 @@ Potential known upgrade bugs and non-standard procedures are listed in the OpenS

- `Issues, charm procedures, and OpenStack upgrade notes`_

Manila Ganesha
--------------

Certain versions of the manila-ganesha charm incorrectly report their workload version, which
can lead to false positive COU errors resembling the following one:


.. code:: bash
[WARNING] Not possible to find the charm manila-ganesha in the lookup
[ERROR] 'manila-ganesha' with workload version 17.1.0 has no compatible OpenStack release.
See `bug 2060751`_ for details.

If affected, refresh the manila-ganesha charm to its most recent version (within the same release
channel) and re-run COU.

.. LINKS:
.. _Issues, charm procedures, and OpenStack upgrade notes: https://docs.openstack.org/charm-guide/latest/project/issues-and-procedures.html
.. _bug 2060751: https://bugs.launchpad.net/charm-manila-ganesha/+bug/2060751

0 comments on commit c4f9a4b

Please sign in to comment.