Project

General

Profile

Actions

Bug #11359

closed

cephtool/test.sh:test_tiering intermittent failure

Added by Loïc Dachary about 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Sometime the following happens:

 test_tiering: 372: seq 1 5
 test_tiering: 372: for f in '`seq 1 5`'
 test_tiering: 373: rados -p cache4 put foo1 /tmp/tmp.0KVbmre2Qx
 test_tiering: 372: for f in '`seq 1 5`'
 test_tiering: 373: rados -p cache4 put foo2 /tmp/tmp.0KVbmre2Qx
 test_tiering: 372: for f in '`seq 1 5`'
 test_tiering: 373: rados -p cache4 put foo3 /tmp/tmp.0KVbmre2Qx
 test_tiering: 372: for f in '`seq 1 5`'
 test_tiering: 373: rados -p cache4 put foo4 /tmp/tmp.0KVbmre2Qx
 test_tiering: 372: for f in '`seq 1 5`'
 test_tiering: 373: rados -p cache4 put foo5 /tmp/tmp.0KVbmre2Qx
 test_tiering: 375: rm -f /tmp/tmp.0KVbmre2Qx
 test_tiering: 376: ceph df
 test_tiering: 376: grep cache4
 test_tiering: 376: grep ' 5 '
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
 test_tiering: 377: echo waiting for pg stats to flush
waiting for pg stats to flush
 test_tiering: 378: sleep 2
 test_tiering: 376: ceph df
 test_tiering: 376: grep cache4
 test_tiering: 376: grep ' 5 '
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
 test_tiering: 377: echo waiting for pg stats to flush
waiting for pg stats to flush
 test_tiering: 378: sleep 2
 test_tiering: 376: ceph df
 test_tiering: 376: grep cache4
 test_tiering: 376: grep ' 5 '
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
 test_tiering: 377: echo waiting for pg stats to flush

and continues forever. The cluster is at
loic@ceph-ubuntu-14-04-i386:~/ceph/src$ ./ceph -c testdir/test-7202/ceph.conf df
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
GLOBAL:
    SIZE       AVAIL     RAW USED     %RAW USED
    47993M     6638M       38849M         80.95
POOLS:
    NAME         ID     USED      %USED     MAX AVAIL     OBJECTS
    rbd          0          0         0         2212M           0
    datapool     10     16384         0         2212M           4
    cache4       11      4096         0         2212M           1
loic@ceph-ubuntu-14-04-i386:~/ceph/src$ ./rados -c testdir/test-7202/ceph.conf -p cache4 ls
foo5

and won't change.

Actions

Also available in: Atom PDF