Fix OSD reweight values between 0 and 1 not working

This commit is contained in:
Vitaliy Filippov
2025-09-05 02:05:01 +03:00
parent 47c7aa62de
commit df604afbd5
4 changed files with 62 additions and 1 deletions
+18
View File
@@ -810,6 +810,24 @@ jobs:
echo ""
done
test_reweight_half:
runs-on: ubuntu-latest
needs: build
container: ${{env.TEST_IMAGE}}:${{github.sha}}
steps:
- name: Run test
id: test
timeout-minutes: 3
run: /root/vitastor/tests/test_reweight_half.sh
- name: Print logs
if: always() && steps.test.outcome == 'failure'
run: |
for i in /root/vitastor/testdata/*.log /root/vitastor/testdata/*.txt; do
echo "-------- $i --------"
cat $i
echo ""
done
test_heal_csum_32k_dmj:
runs-on: ubuntu-latest
needs: build