slapos_crm: Check if Slaved instance is left over
If a software instance with 1 or more slave instances allocated on it is destroyed the instances aren't reallocated, so let's create a ticket to high light the problem.
If a software instance with 1 or more slave instances allocated on it is destroyed the instances aren't reallocated, so let's create a ticket to high light the problem.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/rafael/slapos.core.git" "left-over-shared-instance" git checkout -b "rafael/slapos.core-left-over-shared-instance" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "rafael/slapos.core-left-over-shared-instance"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.