Project

General

Profile

Bug #9188

make check fails for setmaxosd

Added by Anand Bhat over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
qa
Target version:
% Done:

0%

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

Description

make check fails for setmaxosd. This is after a recent change in setmaxosd behavior to disallow shrinking of OSDs. Here is the failure log:

  • DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH **
    got osdmap epoch 176
    test_mon_osd: 556: '[' -s /tmp/cephtool5202/map.5202 ']'
    test_mon_osd: 557: rm /tmp/cephtool5202/map.5202
    test_mon_osd: 558: ceph osd getmaxosd
    test_mon_osd: 558: sed -e 's/max_osd = //' -e 's/ in epoch.
    //'
  • DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
    test_mon_osd: 558: save=3
    test_mon_osd: 559: ceph osd setmaxosd 10
  • DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
    set new max_osd = 10
    test_mon_osd: 560: ceph osd getmaxosd
    test_mon_osd: 560: grep 'max_osd = 10'
  • DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
    max_osd = 10 in epoch 177
    test_mon_osd: 561: ceph osd setmaxosd 3
  • DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
    Error EINVAL: cannot shrink max_osd to 3 which is < curent max osd number
    test_mon_osd: 1: rm -fr /tmp/cephtool5202

History

#1 Updated by Greg Farnum over 9 years ago

"make check" is passing on our gitbuilders (http://ceph.com/gitbuilder.cgi). Try updating and running it again? If that doesn't help, what commit are you running and under what environment?

#2 Updated by Anand Bhat over 9 years ago

make check works after rebase. False alarm.

#3 Updated by Greg Farnum over 9 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF