mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
f80b23e5e8
- add write_or_get method - fix PrimaryPG caller ot use write_or_get - remove old method it previously called that did weird things - cls_chunk_refcount_* -> cls_cas_chunk_* - add _ref suffix for get and put to avoid confusion (get/put could mean read/write) - some comments - move (internal) refcount representation into separate header Signed-off-by: Sage Weil <sage@newdream.net>
7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/sh -e
|
|
|
|
GTEST_FILTER=${CLS_CAS_GTEST_FILTER:-*}
|
|
ceph_test_cls_cas --gtest_filter=${GTEST_FILTER}
|
|
|
|
exit 0
|