Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip 13829 #7390

Merged
merged 2 commits into from Mar 2, 2016
Merged

Wip 13829 #7390

merged 2 commits into from Mar 2, 2016

Commits on Jan 29, 2016

  1. common: Allow config set with negative value

    A recent commit disabled negative values but they are required for variables
    such as filestore_merge_threshold.
    
    Fixes: ceph#13829
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
    badone committed Jan 29, 2016
    Copy the full SHA
    8b777a0 View commit details
    Browse the repository at this point in the history
  2. qa: Add test for ceph#13829

    qa/workunits/cephtool/test.sh: add test for setting negative int options
    src/test/daemon_config.cc: remove tests for failed negative values
    
    Fixes: ceph#13829
    
    Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
    badone committed Jan 29, 2016
    Copy the full SHA
    994ac29 View commit details
    Browse the repository at this point in the history