Check for PID File uses wrong property
Bug #1096212 reported by
Justin Hopper
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack DBaaS (Trove) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In guestagent.py, it currently looks for the property pid-file and it should be pid_file. This will cause false negatives that the process is not running if it the pid file is located in any other place than the default configuration.
Changed in trove: | |
milestone: | none → havana-2 |
status: | Fix Committed → Fix Released |
Changed in trove: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/19016 github. com/stackforge/ reddwarf/ commit/ f60bda25dc51e18 5b908af6b57ebb8 67f1ef3a24
Committed: http://
Submitter: Jenkins
Branch: master
commit f60bda25dc51e18 5b908af6b57ebb8 67f1ef3a24
Author: justin-hopper <email address hidden>
Date: Fri Jan 4 14:44:13 2013 -0800
Fixing property for pid_file from "mysqladmin --print-defaults"
This will correctly report the status of the mysql process where the pid file is not in the default location
bug 1096212
Change-Id: Iab83b1c1c67bae d7473373f978691 d5895e5f4f0