summaryrefslogtreecommitdiffstats
path: root/src/test/cls_rbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* cls/rbd: fix mirror_image_map_list objectN Balachandran2024-12-041-3/+3
* rbd-mirror: allow mirroring to a different namespaceN Balachandran2024-09-171-0/+8
* cls/rbd: add functions to get group snap ordersN Balachandran2024-08-061-6/+44
* cls/rbd: save max group snap orderN Balachandran2024-08-051-6/+13
* cls/rbd: save group snapshot creation order in a new keyMykola Golub2024-08-051-8/+32
* test/cls_rbd/test_cls_rbd: change to check for 4KB-aligned sparse readXuehan Xu2024-03-071-9/+9
* Merge pull request #51388 from Matan-B/wip-matanb-c-enable-rbd-testsMatan2023-05-111-2/+0
|\
| * test/*rbd: Enable supported Crimson testMatan Breizman2023-05-081-2/+0
* | Merge pull request #51166 from chrisphoffman/wip-rbd-59393Ilya Dryomov2023-05-101-4/+4
|\ \ | |/ |/|
| * librbd: localize snap_remove op for mirror snapshotsChristopher Hoffman2023-05-081-4/+4
* | test/cls_rbd/test_cls_rbd: Skip mirror_image_status (Crimson)Matan Breizman2023-05-011-0/+2
|/
* cls/rbd: update last read in group::snap_listPrasanna Kumar Kalever2022-11-091-0/+26
* test/cls_rbd: delete unused image_id variablePrasanna Kumar Kalever2022-11-091-18/+0
* librbd: s/boost::variant/std::variant/Kefu Chai2022-03-111-5/+5
* cls/rbd: add mirror_image_status_remove on clientArthur Outhenin-Chalandre2021-07-281-0/+5
* librbd: expand migration spec to include an optional free-form source specJason Dillaman2020-10-221-3/+4
* cls/rbd: add support for neorados-style IO requestsJason Dillaman2020-07-161-0/+1
* cls/rbd: use explicitly sized integer in mirror status summaryJason Dillaman2020-03-101-1/+1
* librbd: permit last mirror peer to be removed from mirror snapshotJason Dillaman2020-02-191-1/+5
* librbd: drop MirrorNonPrimarySnapshotNamespaceJason Dillaman2020-02-191-5/+6
* librbd: rename MirrorPrimarySnapshotNamespace to MirrorSnapshotNamespaceJason Dillaman2020-02-191-5/+6
* librbd: switch from fsid to mirror within mirror peerJason Dillaman2020-02-111-8/+10
* src/cls: store mirror image mode in migration specMykola Golub2019-12-121-0/+2
* test/cls_rbd: include compat.h for ERESTARTWillem Jan Withagen2019-12-111-0/+1
* cls/rbd: method to set mirror snapshot copy progressMykola Golub2019-12-101-0/+9
* cls/rbd: method to unlink peer from mirror snapshotMykola Golub2019-12-101-0/+57
* cls/rbd: add mode (journal/snapshot) to mirror imageMykola Golub2019-12-101-7/+14
* cls/rbd: add snapshot limit UINT64_MAX test casechenpan2019-11-051-0/+4
* cls/rbd: add snapshot_add raise -ESTALE test casewonderpow2019-10-281-0/+3
* cls/rbd: store remote mirror image site status on diskJason Dillaman2019-10-081-15/+76
* cls/rbd: preliminary support for mirror image status from multiple sitesJason Dillaman2019-10-081-24/+28
* cls/rbd: deprecate mirror_image_status_remove methodJason Dillaman2019-10-081-18/+0
* cls/rbd: expand MirrorPeer to annotate bidirectional relationshipsJason Dillaman2019-10-081-20/+73
* test/cls_rbd/test_cls_rbd: update TestClsRbd.sparsifyKefu Chai2019-09-091-4/+11
* cls/rbd: add sparse_copyup methodMykola Golub2019-05-091-0/+68
* librbd: improve object map performance under high IOPS workloadsJason Dillaman2019-03-101-0/+1
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+1
* librbd: make AttachParentRequest support reattachMykola Golub2019-02-191-7/+14
* cls/rbd: add sparsify methodMykola Golub2019-02-151-0/+129
* cls/rbd: new methods to get image mirror instance infoMykola Golub2018-11-031-1/+28
* Merge pull request #24836 from dillaman/wip-26951Mykola Golub2018-11-021-2/+4
|\
| * rbd: support namespaces for image migrationJason Dillaman2018-11-011-2/+4
* | librados: move C++ APIs into libradosppKefu Chai2018-11-012-3/+3
|/
* librbd: replace librbd::ParentSpec with cls::rbd::ParentImageSpecJason Dillaman2018-09-191-22/+22
* librbd: add new namespace compatible parent image cls methodsJason Dillaman2018-09-191-6/+135
* librbd: ChildImageSpec now optionally includes child pool namespaceJason Dillaman2018-09-191-9/+40
* librbd: break composite cls rbd helpers into individual helpersJason Dillaman2018-09-192-229/+82
* test/librbd: not valid to have different parents between image snapshotsJason Dillaman2018-09-191-7/+7
* test: Fix sign comparison warningsAdam C. Emerson2018-09-121-1/+1
* librbd: add image access/last modified timestampsJulien Collet2018-08-211-0/+28