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

tests: fix microceph start on node reboot

parent 17b686e8
No related branches found
No related tags found
No related merge requests found
Pipeline #7552 passed
......@@ -37,12 +37,13 @@ microceph-service:
/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
ln -sf /var/snap/microceph/current/conf /etc/ceph
cp -arL /var/snap/microceph/current/conf /etc/ceph
chmod 644 /var/snap/microceph/current/conf/*
chmod 644 /etc/ceph/*
microceph-cleanup:
snap remove microceph --purge
rm /etc/ceph
rm -rf /etc/ceph
microceph: microceph-cleanup microceph-service
......
......@@ -47,7 +47,6 @@ TODO:
old data from the repository/bucket, this should be discussed (howto threat modeling ?)
* rgw leaks objects on tests
* fix microceph start on node reboot
* drop rclone use-cases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment