Skip to content
Snippets Groups Projects
Commit 40cf661e authored by Radoslav Bodó's avatar Radoslav Bodó
Browse files

microceph: use 4G devices (a bit more cluster stability)

parent ff669591
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ microceph-service:
snap install microceph
snap refresh --hold microceph
/snap/bin/microceph cluster bootstrap
/snap/bin/microceph disk add loop,1G,3
/snap/bin/microceph disk add loop,4G,3
/snap/bin/microceph enable rgw
while true; do /snap/bin/ceph status | grep "HEALTH_OK" && break; done
# required for gitlab runner shell executor which runs as non-privileged user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment