2 description "Master role applied to ramoth"
 
   6     :sources => ["postgresql"]
 
  12     :store_openstreetmap => {
 
  13       :comment => "RAID array mounted on /store/postgresql/openstreetmap",
 
  16       :serial => "3600605b00599aa401c02b4f53bf5c805",
 
  18         "queue/scheduler" => "deadline",
 
  19         "queue/nr_requests" => "975"
 
  23       :comment => "RAID array mounted on /store/postgresql/system",
 
  26       :serial => "3600605b0039483a017092ff8fa5a6332",
 
  28         "queue/scheduler" => "deadline",
 
  29         "queue/nr_requests" => "975"
 
  34     :watchdog => "w83627hf_wdt"
 
  39         :smartctl_exit_status => { :warning => ":8" }
 
  42         :smartctl_exit_status => { :warning => ":8" }
 
  49         :interface => "bond0",
 
  52         :address => "10.0.48.5",
 
  54           :slaves => %w[eth0 eth1]
 
  62         :shared_buffers => "64GB",
 
  64         :maintenance_work_mem => "1GB",
 
  65         :effective_cache_size => "180GB"
 
  71       :comment => "Increase shared memory for postgres",
 
  73         "kernel.shmmax" => 66 * 1024 * 1024 * 1024,
 
  74         "kernel.shmall" => 66 * 1024 * 1024 * 1024 / 4096