Skip to content

Commit 71d0695

Browse files
committed
vstart.sh: Change default erasure code profile from jerasure to isa
Signed-off-by: Jamie Pryde <[email protected]>
1 parent 11d5616 commit 71d0695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ $DAEMONOPTS
968968
$CMONDEBUG
969969
$(format_conf "${extra_conf}")
970970
mon cluster log file = $CEPH_OUT_DIR/cluster.mon.\$id.log
971-
osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
971+
osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
972972
auth allow insecure global id reclaim = false
973973
EOF
974974

0 commit comments

Comments
 (0)