mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Merge pull request #1105 from athanatos/wip-ec-pg-log
update diverge priors tests - this is handled by persisting the missing set now Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
e49218b8ef
@ -4,3 +4,4 @@ overrides:
|
||||
osd:
|
||||
osd op queue: debug_random
|
||||
osd op queue cut off: debug_random
|
||||
osd debug verify missing on start: true
|
||||
|
@ -159,13 +159,4 @@ def task(ctx, config):
|
||||
'/tmp/existing'])
|
||||
assert exit_status is 0
|
||||
|
||||
(remote,) = ctx.\
|
||||
cluster.only('osd.{o}'.format(o=divergent)).remotes.iterkeys()
|
||||
msg = "dirty_divergent_priors: true, divergent_priors: %d" \
|
||||
% (DIVERGENT_WRITE + DIVERGENT_REMOVE)
|
||||
cmd = 'grep "{msg}" /var/log/ceph/ceph-osd.{osd}.log'\
|
||||
.format(msg=msg, osd=divergent)
|
||||
proc = remote.run(args=cmd, wait=True, check_status=False)
|
||||
assert proc.exitstatus == 0
|
||||
|
||||
log.info("success")
|
||||
|
@ -193,15 +193,6 @@ def task(ctx, config):
|
||||
'/tmp/existing'])
|
||||
assert exit_status is 0
|
||||
|
||||
(remote,) = ctx.\
|
||||
cluster.only('osd.{o}'.format(o=divergent)).remotes.iterkeys()
|
||||
msg = "dirty_divergent_priors: true, divergent_priors: %d" \
|
||||
% (DIVERGENT_WRITE + DIVERGENT_REMOVE)
|
||||
cmd = 'grep "{msg}" /var/log/ceph/ceph-osd.{osd}.log'\
|
||||
.format(msg=msg, osd=divergent)
|
||||
proc = remote.run(args=cmd, wait=True, check_status=False)
|
||||
assert proc.exitstatus == 0
|
||||
|
||||
cmd = 'rm {file}'.format(file=expfile)
|
||||
remote.run(args=cmd, wait=True)
|
||||
exp_remote.run(args=cmd, wait=True)
|
||||
log.info("success")
|
||||
|
@ -230,13 +230,6 @@ def task(ctx, config):
|
||||
|
||||
(remote,) = ctx.\
|
||||
cluster.only('osd.{o}'.format(o=divergent)).remotes.iterkeys()
|
||||
msg = "dirty_divergent_priors: true, divergent_priors: %d" \
|
||||
% (DIVERGENT_WRITE + DIVERGENT_REMOVE)
|
||||
cmd = 'grep "{msg}" /var/log/ceph/ceph-osd.{osd}.log'\
|
||||
.format(msg=msg, osd=divergent)
|
||||
proc = remote.run(args=cmd, wait=True, check_status=False)
|
||||
assert proc.exitstatus == 0
|
||||
|
||||
cmd = 'rm {file}'.format(file=expfile)
|
||||
remote.run(args=cmd, wait=True)
|
||||
log.info("success")
|
||||
|
Loading…
Reference in New Issue
Block a user