Skip to content

Commit 4834919

Browse files
authored
Merge pull request #964 from lsst-it/IT-6349_bump_pvc_uws
(fleet/rook-ceph-elqui) bump nfs scratch size
2 parents 3f0e4bb + 59a8996 commit 4834919

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)