Merge "Changing file permissions of glusterfs log files"

This commit is contained in:
Jenkins 2015-08-19 12:22:12 +00:00 committed by Gerrit Code Review
commit d223cc154b
2 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,6 @@ function install_glusterfs {
fi
_create_glusterfs_disk
# Changing file permissions of glusterfs logs.
# This avoids creation of zero sized glusterfs log files while running CI job (Bug: 1455951).
sudo chmod 755 -R /var/log/glusterfs/
}
# Start gluster service

View File

@ -127,6 +127,10 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Configuring GlusterFS as a backend for Manila"
configure_manila_backend_glusterfs
fi
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
# Changing file permissions of glusterfs logs.
# This avoids creation of zero sized glusterfs log files while running CI job (Bug: 1455951).
sudo chmod 755 -R /var/log/glusterfs/
fi
if [[ "$1" == "unstack" ]]; then