]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove the need to format the disk
authorAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 20:48:08 +0000 (16:48 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 20:48:08 +0000 (16:48 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml.j2

index 75bed554cd970c1808cd328f9e0a87b5809b3dee..f064a1bdcd42cd533c4fe426b54402591086a872 100644 (file)
     - name: ensure the build dir exists
       file: path=/home/{{ jenkins_user }}/build state=directory owner={{ jenkins_user }}
 
-    # 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 ext3
-      filesystem: fstype=ext3 dev=/dev/vdb force=yes
-
     - name: mount the ephemeral storage at the build dir
       mount:
         name: /home/jenkins-build/build