[update]Patching failed on attempts to restart sahara-api

Bug #1360276 reported by Tatyanka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Denis Egorenko

Bug Description

Steps to Reproduce:
1. deploy 5-0-26 cluster on Centos with ha . 3 comtroller with ceph, 1 mongo + 3 comutes witn neutron vlan
2. Upgrade master node
[root@nailgun tmp]# cat /etc/fuel/version.yaml
VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "5.1"
  api: "1.0"
  build_number: "468"
  build_id: "2014-08-22_10-44-21"
  astute_sha: "ac520b09525af4551e730b1c1f78170fefaf3cb8"
  fuellib_sha: "bddba1e854a6b0350e844a0baad50816d3cc8e28"
  ostf_sha: "907f25f8fad39b177bf6a66fba9785afa7dd8008"
  nailgun_sha: "e9dd053fce12908b5a5a404435ce2e8200450a23"
  fuelmain_sha: "5a7df58786db7962a1774b5be3611c4e7543015d"

3. Run update

Actual result:
Cluster in error
http://paste.openstack.org/show/98736/

manual invocation leads to the next
[root@node-1 ~]# /sbin/service sahara-api restart
/sbin/service: line 66: 13609 Terminated env -i PATH="$PATH" TERM="$TERM" "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
You have new mail in /var/spool/mail/

[root@node-1 ~]# /sbin/service sahara-api status
sahara-api dead but subsys locked

Tags: update
Revision history for this message
Tatyanka (tatyana-leontovich) wrote :
Changed in fuel:
status: New → Confirmed
Revision history for this message
Dmitry Ilyin (idv1985) wrote :

Looks like sahara's init script is not very good at stopping the service.
I have rewritten it.

cat <<EOF | base64 -d | gunzip
H4sIAP3J/FMAA41W224TMRB991cMm6hqkJxNikA0VVqBCqgvBVF4AoS2Xm/WytZe7N1eaPrvjC97
SdqQ5iFZe47PnDkzcTJ4EV8KGV8mJicDMgBVcmmqhC2pSfJEJzQpBcBn3L2wu3DhduHdlzO44Pqa
a3eK5UumZCYWMwCgcPgWJge4nXLDtCgroeRsJ8lgAO8/fDo7h7Pzs2/49vEzMnzR6logzQyfv/I/
tdA8pUiiqxkMJa9ulF4Cxk55ltRFhSFVzmACU3iDuxe50hU97av4rwh4PhTVfjg/7WklY4h5xWLN
xmkspKjwI6sls1yGEFNnmbidR2hnRGrD9TzyBkek1GrRrOjw3iMfIsJvOZtHcW20a9FjgLccITav
D4ePsQ0hs0gzUXBEXCc61rVcR3VcY0RGpFCLHhxXDbzD4abFseUakC1jU1+aO4NIWw1qAyIy+AE0
gyDvzni5LQR+HUGVc0kAxltBJBNIVRfiSlRAJUwn9oV22hHYH8E9ngab5xai4b11zBLDagX8Fk+8
bsKZDXvuNcAbB+AsV5Z9GLnREnIBQcAMIocYpAm/UlL85UBry2VbiEy0sIvGELtR2o1gPK47VZT6
/NRG+nJcAs+PIEvcT0AD19O0G6wtKewdxym/jmVdFLDnC/w5fAHH0GMJtc+R7CSsXNMsuVMsMeuk
3yj7yhJR1NrrsRaB60UgKwwPMFMzxo15EmabGmx3D5pXtZZNXvKALTf4RW772+tPXleuP6m6kZtN
wsLmw32WVGtejbrC6N8QeXhGUaqMQrDV2Sqd9svAPX03j155+E1uG+FMdAHr46JqfEwboqUoilZM
Y1nBeRm4kTb/jZZVten3MsSaNp1s7RKevwpj303n49j6LGzpW+fEmhetG5PGRNG5ZB0Z7u+7J/xF
mI5GYc6V9BPiDKCHXUPIjuyb0zJxc6L5+lXwpGuwt+eIfAqL92cbbHs6HN36JXbHWGLsoEwjELJj
HHWubJPgbpxJi0PWac/4o6NApspdXM3ttYsrmDPaCStUkvaS+mObsExpxukzwV71E4VsAvHCSgPH
CmeFPtL8XAu2CHnZMblrJPpukgXHfw8TuPdZreMrn2LVKNmiauWrX/Wt6PnpFB0QbhJG3PPwhPwD
u6LNd2EJAAA=
EOF

Revision history for this message
Mike Scherbakov (mihgen) wrote :

Dmitry, please take a look if we can consume new init script and solve an issue. Please find dilyin to get clarifications.

Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Dmitry Mescheryakov (dmitrymex)
Changed in fuel:
assignee: Dmitry Mescheryakov (dmitrymex) → Denis Egorenko (degorenko)
Revision history for this message
Dmitry Ilyin (idv1985) wrote :

Init script have been tested and added to packages.

Changed in fuel:
status: Confirmed → Fix Committed
Revision history for this message
OSCI Robot (oscirobot) wrote :
Revision history for this message
Denis Egorenko (degorenko) wrote :
Revision history for this message
OSCI Robot (oscirobot) wrote :
Revision history for this message
OSCI Robot (oscirobot) wrote :

Package sahara has been built from changeset: http://gerrit.mirantis.com/21361
RPM Repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-5.0.2-stable/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

Package sahara has been built from changeset: http://gerrit.mirantis.com/21364
RPM Repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-5.1-stable/centos

Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.