Skip to content

Commit

Permalink
rename log/checkpoint prune scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilee committed Sep 26, 2012
1 parent b3484b4 commit e0b0bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/qfsprune.py → scripts/qfs_checkpoint_prune.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
#
# \file qfsprune.py
# \brief QFS log and checkpoint housekeeping
# \file qfs_checkpoint_prune.py
# \brief QFS checkpoint housekeeping
#
# Housekeeping script to clean up the KFS checkpoint and log files,
# which would otherwise accumulate without limit. Looks for all
Expand Down
6 changes: 2 additions & 4 deletions scripts/metalogprune.py → scripts/qfs_log_prune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python
#
# $Id: metalogprune.py 117 2008-08-05 20:51:44Z sriramsrao $
#
# Copyright 2008 Quantcast Corp.
#
# This file is part of Kosmos File System (KFS).
Expand All @@ -18,8 +16,8 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
#
# \file metalogprune.py
# \brief KFS log and checkpoint housekeeping
# \file qfs_log_prune.py
# \brief KFS transaction log housekeeping
#
# We gzip and keep all the old log files around. This is a bit of an
# overkill---we can prune away files that are no longer referenced by
Expand Down

0 comments on commit e0b0bbc

Please sign in to comment.