You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2011/10/10 08:41:04 UTC

svn commit: r1180791 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Author: zym
Date: Mon Oct 10 06:41:03 2011
New Revision: 1180791

URL: http://svn.apache.org/viewvc?rev=1180791&view=rev
Log:
TS-913 update space document for logging collation client

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext?rev=1180791&r1=1180790&r2=1180791&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext Mon Oct 10 06:41:03 2011
@@ -955,12 +955,12 @@ the `records.config` file.
 *`proxy.config.log.max_space_mb_for_logs`* {#proxy.config.log.max_space_mb_for_logs}
 :   `INT`
 :   Default: `2000`
-:   The amount of space allocated to the logging directory (in MB).  **Note:** All files in the logging directory contribute to the space used, even if they are not log files.
+:   The amount of space allocated to the logging directory (in MB).  **Note:** All files in the logging directory contribute to the space used, even if they are not log files. In collation client mode, if there is no local disk logging, or max_space_mb_for_orphan_logs is set to a higher value than max_space_mb_for_logs, TS will take proxy.config.log.max_space_mb_for_orphan_logs for maximum allowed log space.
 
 *`proxy.config.log.max_space_mb_for_orphan_logs`* {#proxy.config.log.max_space_mb_for_orphan_logs}
 :   `INT`
 :   Default: `25`
-:   The amount of space allocated to the logging directory (in MB) if this node is acting as a collation client.
+:   The amount of space allocated to the logging directory (in MB) if this node is acting as a collation client. **Note:** When max_space_mb_for_orphan_logs is take as the maximum allowedlog space in the logging system, the same rule apply to proxy.config.log.max_space_mb_for_logs also apply to proxy.config.log.max_space_mb_for_orphan_logs, ie: All files in the logging directory contribute to the space used, even if they are not log files. you may need to consider this when you enable full remote logging, and bump to the same size as proxy.config.log.max_space_mb_for_logs.
 
 *`proxy.config.log.max_space_mb_headroom`* {#proxy.config.log.max_space_mb_headroom}
 :   `INT`