Skip to content

Commit

Permalink
demo: fix no redundancy for nautilus
Browse files Browse the repository at this point in the history
mon_warn_on_pool_no_redundancy has been backported to nautilus.

Signed-off-by: Dimitri Savineau <[email protected]>
(cherry picked from commit 61f4156)
  • Loading branch information
dsavineau committed Jun 29, 2020
1 parent 002d3c5 commit c3bb573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/start_mon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function start_mon {

# start MON
if [[ "$CEPH_DAEMON" == demo ]]; then
if [[ ! "${CEPH_VERSION}" =~ ^(luminous|mimic|nautilus)$ ]]; then
if [[ ! "${CEPH_VERSION}" =~ ^(luminous|mimic)$ ]]; then
echo "mon warn on pool no redundancy = false" >> /etc/ceph/"${CLUSTER}".conf
fi
/usr/bin/ceph-mon "${DAEMON_OPTS[@]}" -i "${MON_NAME}" --mon-data "$MON_DATA_DIR" --public-addr "${MON_IP}"
Expand Down

0 comments on commit c3bb573

Please sign in to comment.