Project

General

Profile

Actions

Bug #10324

closed

Free space over-reported when OSDs have weight > 1.0

Added by John Spray over 9 years ago. Updated about 7 years ago.

Status:
Can't reproduce
Priority:
Normal
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


ceph df
GLOBAL:
    SIZE     AVAIL     RAW USED     %RAW USED
    286M      151M         134M         46.98
POOLS:
    NAME         ID     USED       %USED     MAX AVAIL     OBJECTS
    rbd          0           0         0        43312k           0
    metadata     1        104k      0.04        43312k          20
    data         2      68616k     23.42        43312k          17

ceph osd crush reweight osd.0 2.0

# ... and I magically have a bigger filesystem :-)

ceph df
GLOBAL:
    SIZE     AVAIL     RAW USED     %RAW USED
    286M      151M         134M         46.98
POOLS:
    NAME         ID     USED       %USED     MAX AVAIL     OBJECTS
    rbd          0           0         0        57750k           0
    metadata     1        104k      0.04        57750k          20
    data         2      68616k     23.42        57750k          17

Actions #1

Updated by Sage Weil about 7 years ago

  • Status changed from New to Can't reproduce

can't reproduce on master :)

Actions

Also available in: Atom PDF