Skip to content

Commit 7efef29

Browse files
authored
Merge pull request #369 from stackhpc/upstream/2024.1-2024-12-16
Synchronise 2024.1 with upstream
2 parents 5650d7a + b0c98b0 commit 7efef29

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)