Merge "[Ceph] Modify CRUSH map for changes to existing deployments"

This commit is contained in:
Zuul 2019-06-21 19:45:16 +00:00 committed by Gerrit Code Review
commit c893836808

@ -100,6 +100,7 @@ for OSD_ID in $(ls /var/lib/ceph/osd | sed 's/.*-//'); do
chown -R ceph. ${OSD_PATH};
fi
crush_location
echo "${CLUSTER}-${OSD_ID}: /usr/bin/ceph-osd --cluster ${CLUSTER} -f -i ${OSD_ID} --osd-journal ${OSD_JOURNAL} -k ${OSD_KEYRING}" | tee -a /etc/forego/"${CLUSTER}"/Procfile
done