mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
abe4b1378c
As same as amazon S3 interface,"PUT Bucket lifecycle" and "DELETE Bucket lifecycle" have been implemented, "GET Bucket lifecycle" not realized yet as S3cmd has not realize it also. The feature`s main point is to remove expire file per day. Files transfer from hot layer to cold layer is not supported. ToDo:Maybe to transfer from replicate pool to EC pool or from ssd to sata pool will be valuable. Now put all buckets which should do lifecycle into shard objects in .rgw.lc pool. lifecycle config file format: <LifecycleConfiguration> <Rule> <ID>sample-rule</ID> <Prefix></Prefix> <Status>enable</Status> <Expiration> <Days>1</Days> </Expiration> </Rule> </LifecycleConfiguration> Signed-off-by: Ji Chen <insomnia@139.com> |
||
---|---|---|
.. | ||
cephfs | ||
hello | ||
journal | ||
lock | ||
log | ||
numops | ||
rbd | ||
refcount | ||
replica_log | ||
rgw | ||
statelog | ||
timeindex | ||
user | ||
version | ||
CMakeLists.txt | ||
Makefile-client.am | ||
Makefile-server.am | ||
Makefile.am |