Skip to content

Commit 59a8996

Browse files
committed
(fleet/rook-ceph-elqui) bump nfs scratch size
1 parent 3f0e4bb commit 59a8996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fleet/lib/rook-ceph-conf/charts/elqui/templates/cm-cephcli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
exports["obs-env"]=$((50*1024**3))
2323
exports["project"]=$((3200*1024**3))
2424
exports["rsphome"]=$((800*1024**3))
25-
exports["scratch"]=$((800*1024**3))
25+
exports["scratch"]=$((850*1024**3))
2626
2727
for k in "${!exports[@]}"; do
2828
ceph nfs export rm nfs1 "/${k}"

0 commit comments

Comments
 (0)