]> git.openstreetmap.org Git - chef.git/blobdiff - roles/longma.rb
longma: use new store.new-san mount
[chef.git] / roles / longma.rb
index 8fed94393ddef013179993c28ccc6d18a149ec0d..8ae01b958765527e8122af21379eb13f540bf10e 100644 (file)
@@ -34,7 +34,7 @@ default_attributes(
     :version => 4,
     :cache_mem => "16384 MB",
     :cache_dir => [
-      "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996",
+      "rock /store.new-san/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996",
       "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
       "rock /store/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
@@ -43,7 +43,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :directory => "/store/nginx-cache/proxy-cache"
+        :directory => "/store.new-san/nginx-cache/proxy-cache"
       }
     }
   },