summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/vstart.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vstart.sh b/src/vstart.sh
index 2802f49d6b5..4f85b9fed2a 100755
--- a/src/vstart.sh
+++ b/src/vstart.sh
@@ -852,6 +852,12 @@ $CMONDEBUG
osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
auth allow insecure global id reclaim = false
EOF
+
+ if [ "$crimson" -eq 1 ]; then
+ wconf <<EOF
+ osd pool default crimson = true
+EOF
+ fi
}
write_logrotate_conf() {