]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Tue, 27 Mar 2012 19:27:26 +0000 (21:27 +0200)
committerroot <root@samara.profitbricks.localdomain>
Tue, 27 Mar 2012 19:27:26 +0000 (21:27 +0200)
._cfg0000_nilfs_cleanerd.conf [new file with mode: 0644]
.etckeeper

diff --git a/._cfg0000_nilfs_cleanerd.conf b/._cfg0000_nilfs_cleanerd.conf
new file mode 100644 (file)
index 0000000..13dfef8
--- /dev/null
@@ -0,0 +1,64 @@
+# nilfs_cleanerd.conf - configuration file of NILFS cleaner daemon.
+#
+# This file contains GC parameters that are loaded when cleaner gets
+# started.  You can force them to be reloaded by sending a HUP signal
+# to the cleaner process.
+#
+# Each parameter is declared with a keyword-value pair or a directive
+# with no argument.  Lines beginning with "#" are ignored.  For
+# details, see the man page of nilfs_cleanerd.conf(5).
+
+# Protection period in second.
+protection_period      3600
+
+# Minimum number of clean segments
+#   0 = continuous cleaning
+# > 0 = pause cleaning until less segments are available
+min_clean_segments     10%
+
+# Maximum number of clean segments
+max_clean_segments     20%
+
+# The argument of min_clean_segments and max_clean_segments can be
+# followed by a percent sign (%) or one of the following
+# multiplicative suffixes: K 1024, MB 1000*1000, M 1024*1024, GB
+# 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E.
+#
+# If the argument is followed by "%", it represents a disk capacity
+# ratio.
+
+# Clean segment check interval in seconds
+clean_check_interval   10
+
+# Segment selection policy.
+# In NILFS version 2.0.0, only the timestamp policy is supported.
+selection_policy       timestamp       # timestamp in ascend order
+
+# The maximum number of segments to be cleaned at a time.
+nsegments_per_clean    2
+
+# The maximum number of segments to be cleaned at a time
+# if clean segments < min_clean_segments
+mc_nsegments_per_clean 4
+
+# Cleaning interval in seconds.
+cleaning_interval      5
+
+# Cleaning interval in seconds
+# if clean segments < min_clean_segments
+mc_cleaning_interval   1
+
+# Retry interval in seconds.
+retry_interval         60
+
+# Refresh interval to force file system to clean up segments.
+# in seconds.
+mrefresh_interval      800
+
+# Use mmap when reading segments if supported.
+use_mmap
+
+# Log priority.
+# Supported priorities are emerg, alert, crit, err, warning, notice, info, and
+# debug.
+log_priority           info
index 0688e7d571132896f488a644c0e44f6ad5b46dd8..8b8b23af4858b31c7a4f77fbbe287dd27cacae8e 100755 (executable)
@@ -35,6 +35,7 @@ mkdir -p './texmf/dvipdfm/config'
 mkdir -p './texmf/dvips.d'
 mkdir -p './unixODBC/ODBCDataSources'
 maybe chmod 0755 '.'
+maybe chmod 0644 './._cfg0000_nilfs_cleanerd.conf'
 maybe chmod 0700 './.etckeeper'
 maybe chmod 0600 './.gitignore'
 maybe chmod 0600 './.pwd.lock'