Bug 748799

Summary: Clustered qpidd should warn when qpid-cpp-server-cluster package missing
Product: Red Hat Enterprise MRG Reporter: Pavel Moravec <pmoravec>
Component: qpid-cppAssignee: messaging-bugs <messaging-bugs>
Status: NEW --- QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pavel Moravec 2011-10-25 12:16:38 UTC
Description of problem:
If qpid-cpp-server-cluster package is not installed (can happen when RHEL HA channel is not enabled) and we configure qpidd to be in a cluster, there is no warning the broker runs standalone and not in a cluster.

Version-Release number of selected component (if applicable):
2.0

How reproducible:
100%

Steps to Reproduce:
1. yum remove qpid-cpp-server-cluster
2. echo -e "cluster-name=ClusterTest \ntrace=yes \nlog-to-file=/tmp/qpidd.log" > /etc/qpidd.conf
3. service qpidd start
  
Actual results:
no output contains any notice the broker is setup to be in a cluster but it runs standalone

Expected results:
Some warning should be printed.

Additional info: