Skip to content

Commit 775b5f1

Browse files
committed
Add fs mount option
1 parent 174b6da commit 775b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
{{ loop.last | ternary("", ",") -}}
242242
{% endfor %}:/
243243
fstype: 'ceph'
244-
opts: 'name={{ item.name }},secretfile=/etc/ceph/{{ item.name }}.secret,_netdev'
244+
opts: 'name={{ item.name }},secretfile=/etc/ceph/{{ item.name }}.secret,_netdev,fs={{ item.name }}'
245245
state: 'mounted'
246246
when: "item.mountpoint is defined"
247247
loop: '{{ pve_ceph_fs }}'

0 commit comments

Comments
 (0)