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

osd/PGLog: fix warning #8057

Merged
merged 3 commits into from Mar 15, 2016
Merged

osd/PGLog: fix warning #8057

merged 3 commits into from Mar 15, 2016

Commits on Mar 11, 2016

  1. osd/PGLog: fix warning

    osd/PGLog.h: In member function 'virtual unsigned int PGLog::get_subsys() const':
    osd/PGLog.h:39:28: warning: enumeral and non-enumeral type in conditional expression [-Wextra]
         return prefix_provider ? prefix_provider->get_subsys() : ceph_subsys_osd;
                                ^
    
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    f9dbf54 View commit details
    Browse the repository at this point in the history
  2. os/ObjectStore: drop collection attr deprecated warnings

    Can't silent these and we have no users left.  They'll be removed
    soon, but I'm tired of sifting through all the warnings.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    d963eb7 View commit details
    Browse the repository at this point in the history
  3. os/bluestore/KernelDevice: fix signed/unsigned warning

    os/bluestore/KernelDevice.cc: In member function ‘virtual int KernelDevice::open(std::string)’:
    os/bluestore/KernelDevice.cc:128:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (block_size != st.st_blksize) {
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    1b897a9 View commit details
    Browse the repository at this point in the history