From: John Wilkins Date: Wed, 10 Oct 2012 22:15:32 +0000 (-0700) Subject: doc: Added radosgw temp remove. X-Git-Tag: v0.54~55 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7477a0812a94c73ab5fb635dec76ff6866f5c853;p=ceph.git doc: Added radosgw temp remove. fixes: #3278 Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index feaf5391598..dd28676b9a9 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -38,6 +38,7 @@ one API and retrieve it with the other. Manual Install Configuration Config Reference + Purging Temp Data S3 API Swift API Admin API diff --git a/doc/radosgw/purge-temp.rst b/doc/radosgw/purge-temp.rst new file mode 100644 index 00000000000..91181f4e46e --- /dev/null +++ b/doc/radosgw/purge-temp.rst @@ -0,0 +1,18 @@ +======================== + Purging Temporary Data +======================== + +.. deprecated:: 0.52 + +When you delete objects (and buckets/containers), the Gateway marks the data +for removal, but it is still available to users until it is purged. Since data +still resides in storage until it is purged, it may take up available storage +space. To ensure that data marked for deletion isn't taking up a significant +amount of storage space, you should run the following command periodically:: + + radosgw-admin temp remove + +.. important:: Data marked for deletion may still be read. So consider + executing the foregoing command a reasonable interval after data + was marked for deletion. +.. tip:: Consider setting up a ``cron`` job to purge data. \ No newline at end of file