From: Alfredo Deza Date: Thu, 22 Oct 2015 20:48:08 +0000 (-0400) Subject: remove the need to format the disk X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6802dc09475559947102f201e127ede813770b0;p=ceph-build.git remove the need to format the disk Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 75bed554..f064a1bd 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -49,11 +49,6 @@ - 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