Bug 825121

Summary: condor_configure_store --list-all-* don't work
Product: Red Hat Enterprise MRG Reporter: Martin Kudlej <mkudlej>
Component: condor-wallaby-toolsAssignee: Robert Rati <rrati>
Status: CLOSED DUPLICATE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: matt, rrati
Target Milestone: 2.2Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-25 12:52:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Kudlej 2012-05-25 07:48:50 UTC
Description of problem:

Commands wallaby list-* get correct results, but ccs doesn't.

$ wallaby list-features
Console Connection Established...
SSLEnabledAviaryScheduler
JobHooks
<snip>
BaseJobExecuter
$ condor_configure_store --list-all-features
$ condor_configure_store --list-all-nodes
$ condor_configure_store --list-all-features -b localhost -v
$ echo $?
0
$ condor_configure_store -v --list-all-groups
$ echo $?
0
$ condor_configure_store -v --list-all-params
$ condor_configure_store -v --list-all-subsystems
$ echo $?
0

Version-Release number of selected component (if applicable):
python-wallabyclient-5.0.1-3.el6.noarch
condor-wallaby-tools-5.0.1-3.el6.noarch
condor-wallaby-client-5.0.1-3.el6.noarch
wallaby-0.14.1-1.el6.noarch
wallaby-utils-0.14.1-1.el6.noarch
ruby-condor-wallaby-tools-5.0.1-3.el6.noarch
ruby-wallaby-0.14.1-1.el6.noarch
condor-wallaby-base-db-1.21-1.el6.noarch

How reproducible:
100%

Steps to Reproduce:
1. install wallaby*, qpid
2. load database snapshot
3. try ccs --list-all* commands
  
Actual results:
ccs --list-all-* commands don't return results like wallaby list-* commands and they should.
Expected results:
ccs --list-all-* commands will return results like wallaby list-* commands.

Comment 1 Robert Rati 2012-05-25 12:52:12 UTC

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