Hide Forgot
Description of problem: In osds.yml, for osd scenario LVM, journal on device should be removed as its not supported. Version-Release number of selected component (if applicable): [root@magna100 ceph-ansible]# rpm -qa | grep ansible ansible-2.4.1.0-1.el7ae.noarch ceph-ansible-3.0.11-1.el7cp.noarch How reproducible: Steps to Reproduce: 1. osds.yml , mentions the following # journal can be either a lv, device or partition. You can not use the same journal for many data lvs. # data_vg must be the volume group name of the data lv # journal_vg is optional and must be the volume group name of the journal lv, if applicable # For example: # lvm_volumes: # - data: data-lv1 # data_vg: vg1 # journal: journal-lv1 # journal_vg: vg2 # - data: data-lv2 # journal: /dev/sda # data_vg: vg1 Since there is no support for journal on device. The same has to be removed from yml 1. journal can be either a lv, device or partition 2. For example section: - data: data-lv2 # journal: /dev/sda Actual results: Expected results: Additional info:
Assigning to Andrew since he brought the ceph-volume support in ceph-ansible.
This was fixed with https://github.com/ceph/ceph-ansible/pull/2172
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. Regards, Giri
Verified using ansible-2.6.19-1.el7ae.noarch ceph-ansible-3.2.27-1.el7cp.noarch. Moving to VERIFIED state
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/RHBA-2019:3173