Bug 881082 - CCS/CCP ignores all connection strings
Summary: CCS/CCP ignores all connection strings
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor-wallaby-tools
Version: Development
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: 2.3
: ---
Assignee: Robert Rati
QA Contact: Lubos Trilety
URL:
Whiteboard:
Depends On:
Blocks: 802510
TreeView+ depends on / blocked
 
Reported: 2012-11-28 15:34 UTC by Lubos Trilety
Modified: 2013-03-19 16:37 UTC (History)
3 users (show)

Fixed In Version: condor-wallaby-tools-5.0.4-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-19 16:37:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lubos Trilety 2012-11-28 15:34:47 UTC
Description of problem:
Both scripts ignores any connection option.

e.g.
# ccs -U not-existing --list-all-nodes
Console Connection Established...
node1
node3
node2
...


Moreover for some of them invalid error is printed.

invalid error for '-m', tools should sad that invalid mechanism is required, not invalid option:
# ccs -m bad --list-all-nodes
invalid argument: -m bad
Usage: condor_configure_store [options] <action> <target(s)>
...

invalid error for --schedds or --qmfbroker when list of objects is required
# ccp --schedds --list-all-snapshots
invalid option: --schedds
Usage:  wallaby ccs-listall FILENAME [COMPARE_FILENAME]
List all names of entity types in the store
    -h, --help                       displays this message
    -v, --verbose                    Print more information, if available


Version-Release number of selected component (if applicable):
condor-wallaby-tools-5.0.3-2

How reproducible:
100%

Steps to Reproduce:
see above
  
Actual results:


Expected results:


Additional info:

Comment 1 Robert Rati 2012-12-05 18:12:46 UTC
The issue was how ccs/ccp passed the args to wallaby on the command line.  ccs/ccp were passing [[args]] instead of [args]

Fixed upstream on:
BZ881082-connection-options

Comment 4 Lubos Trilety 2012-12-11 11:09:52 UTC
Tested with:
condor-wallaby-tools-5.0.4-1

Tested on:
RHEL6 i386,x86_64
RHEL5 i386,x86_64

All options are working except Bug 885992.

>>> verified


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