Skip to content
Snippets Groups Projects
Commit b06fb9b0 authored by Emmanuel Cohen's avatar Emmanuel Cohen
Browse files

Use -Jblock64 for ocfs2

parent 0f2f251e
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
changed_when: ceph_check_image.stdout != ceph_image_name
command:
cmd: rbd -n client.{{ ceph_login }} list {{ ceph_pool_name }}
ignore_errors: yes
- name: create rbd image
when:
......
......@@ -26,7 +26,7 @@
when: inventory_hostname == play_hosts[0]
filesystem:
fstype: ocfs2
opts: -T mail
opts: -T mail -Jblock64
dev: /dev/rbd0
- name: mount mapped device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment