Do not discard when creating XFS loopback
When creating XFS filesystems the default mkfs behavior is to discard all blocks in the filesystem. This is not necessary during AIO and disabling it with the -K option will optimize execution time on certain storage mediums. Change-Id: Idddf89047a5efa9b4df301c731f67636976cf70e
This commit is contained in:
parent
4dad6177ec
commit
12d4c7eaf1
@ -28,6 +28,7 @@
|
||||
- name: Format the Swift files
|
||||
filesystem:
|
||||
fstype: xfs
|
||||
opts: '-K'
|
||||
dev: "/openstack/{{ item }}.img"
|
||||
when: swift_create | changed
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user