Skip to content

Commit

Permalink
copr-be: don't fail the boot if lvm on md doesn't assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Nov 28, 2024
1 parent 89f6f1f commit 527b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/copr/backend/tasks/mount_fs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
file: state=directory path=/var/lib/copr/public_html

- name: mount up disk of copr repo
mount: name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
mount: name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted opts=nofail

- name: mount /tmp/
mount: name=/tmp src='tmpfs' fstype=tmpfs state=mounted

0 comments on commit 527b9bb

Please sign in to comment.