Skip to content

Commit 7e2cf95

Browse files
authored
Merge pull request #194 from timtorChen/fix/mount-option
Add fs mount option
2 parents 174b6da + 775b5f1 commit 7e2cf95

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)