openqa/server: allow createhdds to fail
It does, sometimes, and that probably shouldn't stop the play. We likely already have some older images, and even if this is the *first* creation, we can go ahead with the rest of the deployment safely enough, and debug the image creation problem later.
This commit is contained in:
parent
a52111ec54
commit
0e20a588bf
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@
|
|||
- name: Create hard disk images (this may take a long time!)
|
||||
command: "/etc/cron.daily/createhdds"
|
||||
when: "diskcheck.rc > 1"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Create exports file
|
||||
copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue