]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Create the directory used for rbd-clients sockets 635/head
authorK.C. Wong <kcwong@verseon.com>
Thu, 17 Mar 2016 18:58:13 +0000 (11:58 -0700)
committerK.C. Wong <kcwong@verseon.com>
Thu, 17 Mar 2016 21:35:22 +0000 (14:35 -0700)
commit50b7c99c68f99b0d54bef72b3cdf8fe48dce196b
tree551675b5563219bb4e314a96211a1f866a555714
parentc8422e29ff5b537e9ed8424ee4c52a71494cf0d5
Create the directory used for rbd-clients sockets

* `/var/run/ceph/rbd-clients` is not created automatically
* because it is missing, ceph-rgw complains about missing client
  socket on start up; it is because the containing directory is
  not there
* so we just add it to the list of directory pre-requisite
roles/ceph-rgw/tasks/pre_requisite.yml