We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d07a72 + a86f6a6 commit 9aedc51Copy full SHA for 9aedc51
qa/suites/fs/workload/tasks/3-snaps/yes.yaml
@@ -27,6 +27,6 @@ tasks:
27
mon.a:
28
# Ensure that we have some snaps which get deleted (so check-counters does not fail)
29
- date +%s > END_TIME
30
- - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((600-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi
+ - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((800-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi
31
- ceph fs snap-schedule status --fs=cephfs --path=/
32
- ceph fs snap-schedule list --fs=cephfs --path=/ --recursive=true
0 commit comments