Remove XFS nobarrier option 02/3702/1
authordave kormann <davek@research.att.com>
Sun, 6 Sep 2020 17:36:08 +0000 (13:36 -0400)
committerdave kormann <davek@research.att.com>
Sun, 6 Sep 2020 17:37:11 +0000 (13:37 -0400)
The XFS 'nobarrier' mount option is deprecated.  This change
removes it from the fstab entries we generate.

Related patches:
https://gerrit.akraino.org/r/c/ta/storage/+/3699
https://gerrit.akraino.org/r/c/ta/openstack-ansible/+/3701

signed-off-by: dave kormann  <davek@research.att.com>
Change-Id: I3563a886fed1f909917d7eb8681a4070e0731d27

roles/bootstrap-host/tasks/prepare_loopback_swift.yml

index 4901942..d5a6405 100644 (file)
@@ -43,7 +43,7 @@
     name: "/srv/{{ item }}.img"
     src: "/openstack/{{ item }}.img"
     fstype: xfs
-    opts: 'loop,noatime,nodiratime,nobarrier,logbufs=8'
+    opts: 'loop,noatime,nodiratime,logbufs=8'
     passno: 0
     dump: 0
     state: mounted