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

ceph-dencoder: enable bluestore types #13595

Merged
merged 2 commits into from Feb 23, 2017

Commits on Feb 23, 2017

  1. os/bluestore: fix bluestore_blob_t::generate_test_instances()

    add extends before marking unused ranges, otherwise add_unused()
    asserts if (offset + len < blob_len)
    this method is supposed to be used by ceph-dencoder, but
    bluestore_blob_t's codec is quite different. we are not testing its
    encoding in ceph-dencoder at this moment.
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a7c1d3b View commit details
    Browse the repository at this point in the history
  2. ceph-dencoder: s/WITH_LIBAIO/HAVE_LIBAIO/

    * s/WITH_LIBAIO/HAVE_LIBAIO/: as HAVE_LIBAIO is used to detect if libaio
      is installed and is exposed in the acconfig.h.
    * do not test bluestore_blob_t with ceph-dencoder, as it repurposes the
      "feature" parameter for struct_v.
    
    Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a3b8e0a View commit details
    Browse the repository at this point in the history