Bug 1577846 - After latest environment update all ceph-disk are in failed state
Summary: After latest environment update all ceph-disk@dev-sdXX.service are in failed ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Ansible
Version: 2.5
Hardware: All
OS: All
high
high
Target Milestone: z4
: 3.0
Assignee: Sébastien Han
QA Contact: Yogev Rabl
URL:
Whiteboard:
Depends On:
Blocks: 1578730 1581579 1583767
TreeView+ depends on / blocked
 
Reported: 2018-05-14 09:32 UTC by Alex Stupnikov
Modified: 2022-03-13 14:59 UTC (History)
16 users (show)

Fixed In Version: RHEL: ceph-ansible-3.0.35-1.el7cp Ubuntu: ceph-ansible_3.0.35-2redhat1
Doc Type: Bug Fix
Doc Text:
.Update to the `ceph-disk` Unit Files Previously, the transition to containerized Ceph left some "ceph-disk" unit files. The files were harmless, but appeared as failing, which could be distressing to the operator. With this update, executing the "switch-from-non-containerized-to-containerized-ceph-daemons.yml" playbook disables the "ceph-disk" unit files too.
Clone Of:
: 1581579 (view as bug list)
Environment:
Last Closed: 2018-07-11 18:11:10 UTC
Embargoed:


Attachments (Terms of Use)
journalctl logs and ceph-osd status (4.38 KB, text/plain)
2018-05-14 09:32 UTC, Alex Stupnikov
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph-ansible pull 2595 0 None None None 2018-05-16 15:39:58 UTC
Red Hat Issue Tracker RHCEPH-1584 0 None None None 2021-09-09 14:08:43 UTC
Red Hat Product Errata RHSA-2018:2177 0 None None None 2018-07-11 18:12:03 UTC

Description Alex Stupnikov 2018-05-14 09:32:38 UTC
Created attachment 1436089 [details]
journalctl logs and ceph-osd status

Description of problem:

CU asked us to investigate issue with his RHOSP12 + ceph environment. He reported the following issue: all ceph-disk units are in failed state.

I have tried to troubleshoot the issue for one specific ceph disk sdv (but the picture is the same for other ones). Please find the extract from journalctl logs and ``systemctl status --all`` command in attachments (to keep description shorter).

It looks like the following ceph-ansible v3.0.27 play masked all ceph-osd services and broken ceph-disk systemd units:

    - name: stop non-containerized ceph osd(s)
      systemd:
        name: "{{ item }}"
        state: stopped
        enabled: no
        masked: yes
      with_items: "{{ running_osds.stdout_lines | default([])}}"
      when: running_osds != []


I may be wrong with the clue above, but customers are still struggling, so please find additional information about customer's environment in comment #1.

Customer said that his ceph environment is running fine, but he is worried about failed systemd units. Please feel free to adjust severity if this problem is cosmetic.

Comment 4 Sébastien Han 2018-05-16 12:28:29 UTC
I don't think this a real issue, we simply don't change the ceph-disk unit file. We probably should disable it too. However, this does not affect the ceph-osd units and the cluster should be fine.

Comment 8 Guillaume Abrioux 2018-05-22 11:40:04 UTC
fix will be in v3.1.0rc4 and v3.0.35

Comment 9 Alex Stupnikov 2018-05-22 11:45:04 UTC
Guillaume, will Red Hat ship those ceph-ansible versions with RHCS 2.5?

BR, Alex

Comment 14 Guillaume Abrioux 2018-05-29 13:23:30 UTC
fixed in v3.1.0rc4

Comment 26 Sébastien Han 2018-06-08 02:12:48 UTC
Edu, the fix is in 2.5z1 as per comment https://bugzilla.redhat.com/show_bug.cgi?id=1577846#c10 I'm not sure how I can assist further.
Please let me know.

Comment 28 Sébastien Han 2018-06-08 08:01:09 UTC
I'm not sure how I can help here, the only thing I can tell you is that the patch is present in v3.0.35 and above.

When it comes to how fix faster or release date please ask Ken.
Thanks

Comment 31 Sébastien Han 2018-06-12 06:28:57 UTC
Done.

Comment 32 Yogev Rabl 2018-06-26 12:06:28 UTC
Verified on rc9

Comment 34 errata-xmlrpc 2018-07-11 18:11:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:2177


Note You need to log in before you can comment on or make changes to this bug.