Filippo Giunchedi has submitted this change and it was merged.

Change subject: swift: don't wait for data disks on boot
......................................................................


swift: don't wait for data disks on boot

if a swift disk has failed we shouldn't wait for it to be mounted at boot

Bug: T107416
Change-Id: I7d1e95f286f9e3e678204f93ce1c093b38071c67
---
M modules/swift/manifests/mount_filesystem.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  Faidon Liambotis: Looks good to me, approved



diff --git a/modules/swift/manifests/mount_filesystem.pp 
b/modules/swift/manifests/mount_filesystem.pp
index 05fb2f8..5bd6951 100644
--- a/modules/swift/manifests/mount_filesystem.pp
+++ b/modules/swift/manifests/mount_filesystem.pp
@@ -23,7 +23,7 @@
         device   => "LABEL=swift-${dev_suffix}",
         name     => $mount_point,
         fstype   => 'xfs',
-        options  => 'noatime,nodiratime,nobarrier,logbufs=8',
+        options  => 'nobootwait,noatime,nodiratime,nobarrier,logbufs=8',
         atboot   => true,
         remounts => true,
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/250968
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d1e95f286f9e3e678204f93ce1c093b38071c67
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to