Comment 0 for bug 2021887

Revision history for this message
Luan Nunes Utimura (lutimura) wrote :

Brief Description
-----------------
After applying stx-openstack, it has been observed that a Ceph-related alarm is triggered shortly afterwards, due to pools not being associated with the applications using them.

Severity
--------
Major.

Steps to Reproduce
------------------
1) Upload/apply stx-openstack;
2) Verify that a Ceph-related alarm was triggered.

Expected Behavior
------------------
Ceph should be healthy before/after the app is applied.

Actual Behavior
----------------
Ceph is unhealthy after the app is applied.

Reproducibility
---------------
Reproducible.

System Configuration
--------------------
AIO-SX, but should be observable in all configurations.

Branch/Pull Time/Commit
-----------------------
Branch `master`.

Last Pass
---------
N/A.

Timestamp/Logs
--------------
Attach the logs for debugging (use attachments in Launchpad or for large collect files use: https://files.starlingx.kube.cengn.ca/)
Provide a snippet of logs here and the timestamp when issue was seen.
Please indicate the unique identifier in the logs to highlight the problem

Test Activity
-------------
Developer Testing.

Workaround
----------
To work around this, one must manually enable the applications on pools:

* ceph osd pool application enable [...];

(Check the output of `ceph health detail` for more information)