Merge "Update permission of ceph-init.log"

This commit is contained in:
Zuul 2025-02-03 18:41:28 +00:00 committed by Gerrit Code Review
commit 3d442df81a

View File

@ -90,6 +90,9 @@ start ()
if [ ! -f ${CEPH_STARTED_FLAG} ]; then
touch ${CEPH_STARTED_FLAG}
fi
#restrict log file access
chmod 0640 ${LOGFILE}
}
stop ()