You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/06/06 03:03:42 UTC

svn commit: r790499 - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html

Author: buildbot
Date: Mon Jun  6 01:03:40 2011
New Revision: 790499

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html Mon Jun  6 01:03:40 2011
@@ -87,7 +87,17 @@ example for 64 MB of cache storage in th
 partition is used.</p>
 <h3 id="LinuxExample">Linux Example</h3>
 <p>The following example will use an entire raw disk in the Linux operating system:</p>
-<div class="codehilite"><pre>/dev/sdb
+<div class="codehilite"><pre>/dev/sde
+/dev/sdf
+</pre></div>
+
+
+<p>In order to make sure <code>traffic_server</code> will have access to this disk you can
+use <code>udev</code> to persisently set the right permissions. The following rules are
+targeted for an Ubuntu system, and stored in <code>/etc/udev/rules.d/51-cache-disk.rules</code>:</p>
+<div class="codehilite"><pre># Assign /dev/sde and /dev/sdf to the www group
+# make the assignment final, no later changes allowed to the group!
+SUBSYSTEM==&quot;block&quot;, KERNEL==&quot;sd[ef]&quot;, GROUP:=&quot;www&quot;
 </pre></div>
     </div>
   </div><!-- main -->