Skip to content

Commit b0c98b0

Browse files
mnasiadkaosfrickler
authored andcommitted
CI: Stop using LABEL for ephemeral0
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)
1 parent 0a8d76e commit b0c98b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roles/configure-ephemeral/tasks/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
community.general.filesystem:
5353
fstype: ext4
5454
dev: "{{ ephemeral_device }}"
55-
opts: "-L kolla"
5655

5756
- name: "Ensure {{ configure_ephemeral_mountpoint }} mountpoint is created"
5857
ansible.builtin.file:
@@ -65,6 +64,6 @@
6564
- name: Mount additional filesystem
6665
ansible.posix.mount:
6766
path: "{{ configure_ephemeral_mountpoint }}"
68-
src: "LABEL=kolla"
67+
src: "{{ ephemeral_device }}"
6968
fstype: ext4
7069
state: mounted

0 commit comments

Comments
 (0)