Bug 1324229 - [ceph-ansible] : ceph-ansible also installs OSD packages on MON node and MON package on OSD node
Summary: [ceph-ansible] : ceph-ansible also installs OSD packages on MON node and MON ...
Keywords:
Status: CLOSED DUPLICATE of bug 1322774
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Ceph-Installer
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: 2.0
Assignee: Christina Meno
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-05 21:25 UTC by Rachana Patel
Modified: 2017-12-13 00:22 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-25 21:41:01 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1322774 0 unspecified CLOSED <Ceph-Ansible>While Installing Mon on a ceph Node using Ansible, all other packages are getting Installed 2021-02-22 00:41:40 UTC

Internal Links: 1322774

Description Rachana Patel 2016-04-05 21:25:45 UTC
Description of problem:
=======================
ceph-ansible should install package as per node role but it's installing MON packages on OSD node and OSD packages on MON node.



Version-Release number of selected component (if applicable):
=============================================================
ceph - 10.1.0-1.el7cp.x86_64
ceph-ansible-1.0.3-1.el7.noarch


How reproducible
================
always


Steps to Reproduce:
===================
1.create cluster having multiple mon and osd node and make sure osd nodes and mon nodes are different.
[mons]
magna042
magna051
magna063

[osds]
magna066
magna067
magna074

[rgws]
magna084

2. run 'rpm -qa | grep ceph' on each node


Actual results:
===============
MON node:-

[root@magna063 yum.repos.d]# rpm -qa | grep ceph
ceph-mds-10.1.0-1.el7cp.x86_64
ceph-common-10.1.0-1.el7cp.x86_64
ceph-osd-10.1.0-1.el7cp.x86_64
python-cephfs-10.1.0-1.el7cp.x86_64
ceph-base-10.1.0-1.el7cp.x86_64
ceph-10.1.0-1.el7cp.x86_64
libcephfs1-10.1.0-1.el7cp.x86_64
mod_fastcgi-2.4.7-1.ceph.el7.x86_64
iozone-3.424-2_ceph.el7.x86_64
ceph-selinux-10.1.0-1.el7cp.x86_64
ceph-mon-10.1.0-1.el7cp.x86_64



OSD node:-
[root@magna074 yum.repos.d]# rpm -qa | grep ceph
ceph-mds-10.1.0-1.el7cp.x86_64
ceph-common-10.1.0-1.el7cp.x86_64
ceph-osd-10.1.0-1.el7cp.x86_64
python-cephfs-10.1.0-1.el7cp.x86_64
ceph-base-10.1.0-1.el7cp.x86_64
ceph-10.1.0-1.el7cp.x86_64
libcephfs1-10.1.0-1.el7cp.x86_64
mod_fastcgi-2.4.7-1.ceph.el7.x86_64
iozone-3.424-2_ceph.el7.x86_64
ceph-selinux-10.1.0-1.el7cp.x86_64
ceph-mon-10.1.0-1.el7cp.x86_64



Expected results:
==================
MON node should not have OSD package and OSD node should not have MON packages



Additional info:

Comment 2 Ken Dreyer (Red Hat) 2016-04-21 22:24:55 UTC
This is very similar to the issue described in bug 1322774. In fact, it might be a duplicate.

Comment 3 Christina Meno 2016-04-25 21:41:01 UTC

*** This bug has been marked as a duplicate of bug 1322774 ***


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