]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Removing --rm flag from prepare osd
authorpprokop <piotr.prokop@intel.com>
Wed, 6 Jul 2016 07:58:49 +0000 (09:58 +0200)
committerpprokop <piotr.prokop@intel.com>
Wed, 13 Jul 2016 08:22:17 +0000 (10:22 +0200)
roles/ceph-osd/tasks/docker/start_docker_osd.yml

index 61b662c1d7d68f3c0df5e74e5273da3dbbeeb703..f34008f37ee02627c1c7dd9170365c30f2ddfa99 100644 (file)
@@ -42,7 +42,7 @@
 
 - name: prepare ceph osd disk with kv_store
   shell: |
-    docker run  --net=host --rm  \
+    docker run  --net=host   \
     --pid=host \
     --privileged=true \
     --name="{{ ansible_hostname }}-osd-prepare-{{ item.0 |