Skip to content

Commit

Permalink
CI: Stop using LABEL for ephemeral0
Browse files Browse the repository at this point in the history
For some reason it doesn't work in raxflex, i.e. the created filesystems
label is not seen.

Change-Id: I9c805b866ee359d2da150438ca78be25b1462988
(cherry picked from commit a6a1596)
  • Loading branch information
mnasiadka authored and osfrickler committed Dec 10, 2024
1 parent 0a8d76e commit b0c98b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/configure-ephemeral/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
community.general.filesystem:
fstype: ext4
dev: "{{ ephemeral_device }}"
opts: "-L kolla"

- name: "Ensure {{ configure_ephemeral_mountpoint }} mountpoint is created"
ansible.builtin.file:
Expand All @@ -65,6 +64,6 @@
- name: Mount additional filesystem
ansible.posix.mount:
path: "{{ configure_ephemeral_mountpoint }}"
src: "LABEL=kolla"
src: "{{ ephemeral_device }}"
fstype: ext4
state: mounted

0 comments on commit b0c98b0

Please sign in to comment.