Filippo Giunchedi has submitted this change and it was merged.

Change subject: swift: fix typo in label_filesystem
......................................................................


swift: fix typo in label_filesystem

Change-Id: I7cf5892a39d4fa7f35accf2d8a76bc02d7ced710
---
M manifests/swift.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/swift.pp b/manifests/swift.pp
index 7b2efbb..d77dbd1 100644
--- a/manifests/swift.pp
+++ b/manifests/swift.pp
@@ -469,6 +469,6 @@
 
     $label = "swift-${dev_suffix}"
     exec { "/usr/sbin/xfs_admin -L ${label} ${device}":
-        onlyif => "/usr/bin/test $(/bin/mount | /bin/grep ${device} 
|/usr/bin/wc -l) -eq 0 && /usr/b in/test $(/usr/sbin/grub-probe -t fs -d 
${device}) = 'xfs' && /usr/bin/test $(/usr/sbin/xfs_admin -l ${device} 
|/bin/grep swift | /usr/bin/wc -l) -eq 0"
+        onlyif => "/usr/bin/test $(/bin/mount | /bin/grep ${device} 
|/usr/bin/wc -l) -eq 0 && /usr/bin/test $(/usr/sbin/grub-probe -t fs -d 
${device}) = 'xfs' && /usr/bin/test $(/usr/sbin/xfs_admin -l ${device} 
|/bin/grep swift | /usr/bin/wc -l) -eq 0"
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cf5892a39d4fa7f35accf2d8a76bc02d7ced710
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to