]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Put radosgw.log where logrotate.d is looking for it.
authorCraig Lewis <clewis@centraldesktop.com>
Wed, 12 Feb 2014 22:51:30 +0000 (14:51 -0800)
committerCraig Lewis <clewis@centraldesktop.com>
Wed, 12 Feb 2014 22:51:30 +0000 (14:51 -0800)
templates/default/ceph.conf.erb

index cf63ce3d05dc9093636a35bfb4d409b01294700f..d2915a6ac9735088ca1870575ecb0ce7fc65a935 100644 (file)
@@ -34,7 +34,7 @@
   host = <%= node['hostname'] %>
   rgw socket path = /var/run/ceph/radosgw.<%= node['hostname'] %>
   keyring = /etc/ceph/ceph.client.radosgw.<%= node['hostname'] %>.keyring
-  log file = /var/log/ceph/radosgw.log
+  log file = /var/log/radosgw//radosgw.log
 <% if (! node['ceph']['config']['rgw'].nil?) -%>
   <% node['ceph']['config']['rgw'].each do |k, v| %>
   <%= k %> = <%= v %>