]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use ext3 and force and overwrite
authorAlfredo Deza <adeza@redhat.com>
Tue, 21 Jul 2015 19:21:29 +0000 (15:21 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 21 Jul 2015 19:21:29 +0000 (15:21 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml.j2

index b873873c777055e7dd6873145d5ede67d8571e30..e3082391e9e8ec68d98d807e78813efe8fccd83f 100644 (file)
 
     # NOTE: this is *very* specific to the deployment environment. If we were
     # to switch providers this would probably not apply
-    - name: format /dev/vdb to ext4
-      filesystem: fstype=ext4 dev=/dev/vdb
+    - name: format /dev/vdb to ext3
+      filesystem: fstype=ext3 dev=/dev/vdb force=yes
 
     - name: mount the ephemeral storage at the build dir
       mount:
         name: /home/jenkins-build/build
         src: '/dev/vdb'
-        fstype: ext4
+        fstype: ext3
         opts: noatime
         state: present