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 @@ ...@@ -23,6 +23,7 @@
changed_when: ceph_check_image.stdout != ceph_image_name changed_when: ceph_check_image.stdout != ceph_image_name
command: command:
cmd: rbd -n client.{{ ceph_login }} list {{ ceph_pool_name }} cmd: rbd -n client.{{ ceph_login }} list {{ ceph_pool_name }}
ignore_errors: yes
- name: create rbd image - name: create rbd image
when: when:
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
when: inventory_hostname == play_hosts[0] when: inventory_hostname == play_hosts[0]
filesystem: filesystem:
fstype: ocfs2 fstype: ocfs2
opts: -T mail opts: -T mail -Jblock64
dev: /dev/rbd0 dev: /dev/rbd0
- name: mount mapped device - 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