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_test_objectstore: test clone_range and fix a few bugs #11103

Merged
merged 4 commits into from
Sep 20, 2016

Commits on Sep 20, 2016

  1. os/ObjectStore: clarify clone_range semantics

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    ecaa86f View commit details
    Browse the repository at this point in the history
  2. os/memstore: fix bug in BufferlistObject::write

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    07982d5 View commit details
    Browse the repository at this point in the history
  3. ceph_test_objectstore: exercise clone_range from synthetic

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    55b9cc4 View commit details
    Browse the repository at this point in the history
  4. ceph_test_objectstore: disable filestore_fiemap

    This very reliably triggers a test failure for
    ObjectStore/StoreTest.Synthetic/1.
    
    FIEMAP is bad!  Do not use it!
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    60ae186 View commit details
    Browse the repository at this point in the history