[fuel-library] Rabbitmq ocf script doesn't fix log files permissions correctly
Bug #1452479 reported by
slava valyavskiy
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Critical
|
slava valyavskiy | ||
5.1.x |
Fix Committed
|
Critical
|
Bogdan Dobrelya | ||
6.0.x |
Fix Committed
|
Critical
|
Bogdan Dobrelya | ||
6.1.x |
Fix Released
|
Critical
|
slava valyavskiy |
Bug Description
Currently in our ocf rabbitmq script we check only rabbitmq log folder permissions:
####
if ! su -s /bin/sh - $OCF_RESKEY_
ocf_log warn "Directory ${dir} is not writable by ${OCF_RESKEY_
chown -R ${OCF_RESKEY_
fi
####
But, in some case, permissions may be broken for individual files in rabbitmq log folder. I that case, rabbit will not be started correctly and ocf script will not fix permissions issue.
Changed in fuel: | |
milestone: | none → 6.1 |
importance: | Undecided → High |
no longer affects: | fuel/5.0.x |
tags: | added: on-verification |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/180780
Review: https:/