Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1505457 - degraded object calcuation is wrong/misleading
degraded object calcuation is wrong/misleading
Status: NEW
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: RADOS (Show other bugs)
3.0
Unspecified Unspecified
unspecified Severity unspecified
: rc
: 3.*
Assigned To: Josh Durgin
ceph-qe-bugs
Erin Donnelly
:
Depends On:
Blocks: 1494421
  Show dependency treegraph
 
Reported: 2017-10-23 11:47 EDT by Sage Weil
Modified: 2018-02-22 07:26 EST (History)
6 users (show)

See Also:
Fixed In Version:
Doc Type: Known Issue
Doc Text:
.During a data rebalance of a Ceph cluster, the system might report degraded objects Under certain circumstances, such as when an OSD is marked out, the number of degraded objects reported during a data rebalance of a Ceph cluster can be too high, in some cases implying a problem where none exists.
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Ceph Project Bug Tracker 21803 None None None 2017-10-23 11:56 EDT

  None (edit)
Description Sage Weil 2017-10-23 11:47:50 EDT
Description of problem:

During a data rebalance (no failed OSDs), the system may report degraded objects.  This is alarming and misleading (redundancy is not in fact degraded).  Trivially reproducible on a cluster under any load.

How reproducible:

Easy

Steps to Reproduce:
1. ceph osd pool create foo 64
2. rados -p foo bench 30 write -b 4096 --no-cleanup
3. ceph osd out 0
4. rados -p foo bench 30 write -b 4096 --no-cleanup &
5. watch ceph -s

Actual results:

Shows degraded objects

Expected results:

Only misplaced objects should be shown.
Comment 3 Sage Weil 2017-10-23 11:56:32 EDT
upstream PR: https://github.com/ceph/ceph/pull/18297

Note You need to log in before you can comment on or make changes to this bug.