]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls: add CephFS object class
authorJohn Spray <john.spray@redhat.com>
Wed, 6 May 2015 11:38:44 +0000 (12:38 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 13 Jul 2015 13:05:17 +0000 (14:05 +0100)
commitec9b4793b4bf4417e89fad12ef8b8a09eef4052f
tree73788e9d5665ce78974b43ee9efcf90416d84ba4
parente07a0da84afba094faf5aa7ca7feabbd52cf5359
cls: add CephFS object class

For use in cephfs-data-scan for file size and mtime
recovery, by doing a set-if-greater for size/mtime
xattrs on the 0th object of a file.

Signed-off-by: John Spray <john.spray@redhat.com>
src/cls/CMakeLists.txt
src/cls/Makefile-client.am
src/cls/Makefile-server.am
src/cls/cephfs/cls_cephfs.cc [new file with mode: 0644]
src/cls/cephfs/cls_cephfs.h [new file with mode: 0644]
src/cls/cephfs/cls_cephfs_client.cc [new file with mode: 0644]
src/cls/cephfs/cls_cephfs_client.h [new file with mode: 0644]