Bug 1000727 - Node returns "HAProxy instance is started" as CLIENT_MESSAGE during create
Summary: Node returns "HAProxy instance is started" as CLIENT_MESSAGE during create
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-24 17:46 UTC by Clayton Coleman
Modified: 2015-05-14 23:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-29 12:46:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Clayton Coleman 2013-08-24 17:46:33 UTC
The node is using a CLIENT_MESSAGE to send "HAProxy instance is started" on creation, but that message is not a real warning or of relevance to users.  The haproxy cart should be using CLIENT_RESULT instead.

Comment 1 openshift-github-bot 2013-08-26 19:02:30 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/8cc18248bbe9ec6acaf5e83de3bfadf485e2f45f
Bug 1000727 - HAProxy using CLIENT_MESSAGE for status messages

Comment 2 Yan Du 2013-08-27 03:30:30 UTC
test on devenv_3711

no CLINET_MESSAGE "HAProxy instance is started" returned when creating app with CLI or restapi.

1) CLI:
[root@Daphne test]# rhc app create phps php-5.3 -s
Application Options
-------------------
  Namespace:  111
  Cartridges: php-5.3
  Gear Size:  default
  Scaling:    yes

Creating application 'phps' ... done
Waiting for your DNS name to be available ... done


2) restapi:
  <messages>
    <message>
      <severity>info</severity>
      <text>Application perlapp was created.</text>
      <exit-code>0</exit-code>
      <field nil="true"></field>
    </message>
  </messages>
  <version>1.6</version>
  <api-version>1.6</api-version>
  <supported-api-versions>

move bug to verified.


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