]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Test: osd-recovery-space.sh extends the wait time for "recovery toofull". 59043/head
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 30 Apr 2024 10:06:16 +0000 (10:06 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 6 Aug 2024 07:18:48 +0000 (07:18 +0000)
commitec00bb78c8e515dae6dff8319ef92b76cfccff95
treeac1bd077b6f498d8d666ed1cc423ea8509f540a3
parent7d1f01a02c3cd3702ccb831e2c0b0dac196d0b43
Test: osd-recovery-space.sh extends the wait time for "recovery toofull".

The osd-recovery-space test involves writing objects and expecting to receive
the "toofull" flag.
If we don't wait long enough, we might check the "toofull" flag before all objects
have completed writing, and the "toofull" status hasn't been activated yet.

The change will extend the waiting time and will also incorporate additional
checks for the return code from the status wait.

Fixes: https://tracker.ceph.com/issues/44510
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
(cherry picked from commit a7bd91dafb5736d2e3cae987e6164cdc14a0792a)
qa/standalone/osd/osd-recovery-space.sh