Hide Forgot
To assist in manual configuration of bug 707222, provide all parameters necessary to the base db. The set is at least COLLECTOR_ARGS and SHARED_PORT_ARGS. Include full list of additions when completing this bug.
Added the following params: COLLECTOR_ARGS SHARED_PORT_ARGS Fixed on branch: BZ755769-collector-sharedport-params
Tested with: condor-wallaby-base-db-1.19-1 Tested on RHEL5 and RHEL6 # cat /var/lib/condor-wallaby-base-db/condor-base-db.snapshot ... - !ruby/object:Mrg::Grid::SerializedConfigs::Parameter conflicts: [] default_val: "" depends: - COLLECTOR description: Arguments to pass to the Collector daemon kind: String level: 0 must_change: false name: COLLECTOR_ARGS needs_restart: true ... - !ruby/object:Mrg::Grid::SerializedConfigs::Parameter conflicts: [] default_val: "" depends: - SHARED_PORT description: Arguments to pass to the Shared Port daemon kind: String level: 0 must_change: false name: SHARED_PORT_ARGS needs_restart: true ... # wallaby show-params COLLECTOR_ARGS SHARED_PORT_ARGS Console Connection Established... COLLECTOR_ARGS kind: "String" default: "" description: "Arguments to pass to the Collector daemon" must_change: false requires_restart: true visibility_level: 0 depends: ["COLLECTOR"] conflicts: [] SHARED_PORT_ARGS kind: "String" default: "" description: "Arguments to pass to the Shared Port daemon" must_change: false requires_restart: true visibility_level: 0 depends: ["SHARED_PORT"] conflicts: [] >>> VERIFIED