Bug 753133

Summary: chapter 3.1 if setting parameters into config file, they should not be supplied to CLI
Product: Red Hat Enterprise MRG Reporter: Zdenek Kraus <zkraus>
Component: Messaging_Installation_and_Configuration_GuideAssignee: Joshua Wulf <jwulf>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.1CC: dryan, iboverma, lcarlon
Target Milestone: 2.2Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-20 03:13:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Zdenek Kraus 2011-11-11 12:20:06 UTC
Description of problem:
in Messaging installation guide chapter 3.1 Setting broker options, parameter 'trace=1' is written to config file and then when launching broker by cli command, the parameter '-t' is supplied also, and it should not be, because option is already set in config file.

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

Actual results:
3.1. Setting Broker Options
Setting Options Using the Configuration File
### OMMITED ###
   2.
      This example uses the configuration file to enable debug tracing. Changes will take effect from the next time the broker is started and will be used in every subsequent session.

      # Configuration file for qpidd
      trace=1

### OMMITED ###
   4.
      If you are not running the broker as a service, you can now start the broker as normal.

      # /usr/sbin/qpidd -t
      [date] [time] info Locked data directory: /var/lib/qpidd
      [date] [time] info Management enabled
      [date] [time] info Listening on port 5672


Expected results:
### OMMITED ###
   4.
      If you are not running the broker as a service, you can now start the broker as normal.

      # /usr/sbin/qpidd
      [date] [time] info Locked data directory: /var/lib/qpidd
      [date] [time] info Management enabled
      [date] [time] info Listening on port 5672


Additional info:

Comment 3 David Ryan 2012-09-13 07:35:01 UTC
Verified that the command line and config file option are in the book on stage.

Comment 4 Cheryn Tan 2012-09-20 02:53:52 UTC
Released for MRG 2.2