Skip to content

Commit

Permalink
Fix osd start issue in ubuntu 16.04
Browse files Browse the repository at this point in the history
Partial-bug: #1695566
The systemd running inside container is messing up with
osd process and starts them. Removing the udev rules inside
the container

Change-Id: I0062c911556c6a58684fdc8a8eff02b98ed7fb05
  • Loading branch information
Jeya ganesh babu J committed Jun 21, 2017
1 parent b3f407e commit f3f3950
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -68,3 +68,8 @@
template:
src: ceph.client.admin.keyring.j2
dest: "{{ ceph_client_admin_keyring_file }}"

- name: remove ceph-osd udev rules
file:
dest: /lib/udev/rules.d/95-ceph-osd.rules
state: absent

0 comments on commit f3f3950

Please sign in to comment.