Bug 864170 - SAM configures the number of thin processes incorrectly
Summary: SAM configures the number of thin processes incorrectly
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Subscription Asset Manager
Classification: Retired
Component: katello-configure
Version: 1.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jordan OMara
QA Contact: SAM QE List
URL:
Whiteboard:
Depends On:
Blocks: sam12-tracker
TreeView+ depends on / blocked
 
Reported: 2012-10-08 19:05 UTC by Jordan OMara
Modified: 2014-11-09 22:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-27 16:53:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Jordan OMara 2012-10-08 19:05:24 UTC
Default SAM installations incorrectly configures only 1 thin process, and during configuration /etc/httpd/conf.d/katello.conf has ZERO thin servers listed under BalancerMembers

Expected behavior:
A regular system should get 2 thin processes and both should be listed under BalancerMembers

Comment 1 Jordan OMara 2012-11-27 16:53:28 UTC
Fixed upstream since bug was reported:

  <Proxy balancer://thinservers>
    BalancerMember http://127.0.0.1:5000/headpin
    BalancerMember http://127.0.0.1:5001/headpin
  </Proxy>




[root@brazillions ~]# netstat -anlp | grep thin
tcp        0      0 127.0.0.1:5000              0.0.0.0:*                   LISTEN      4280/thin server (1 
tcp        0      0 127.0.0.1:5001              0.0.0.0:*                   LISTEN      4284/thin server (1


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