-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes: ceph#3278 Signed-off-by: John Wilkins <[email protected]>
- Loading branch information
John Wilkins
committed
Oct 10, 2012
1 parent
041081c
commit 7477a08
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |