BBlack has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/372547 )
Change subject: numa: bugfix frontend isolation prefix
......................................................................
numa: bugfix frontend isolation prefix
Missing trailing space, creates silly invalid command
Change-Id: Iceddec9d00df49ce8aea54b429b4fa06c0b4623a
---
M modules/role/manifests/cache/instances.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
BBlack: Verified; Looks good to me, approved
diff --git a/modules/role/manifests/cache/instances.pp
b/modules/role/manifests/cache/instances.pp
index 7efb1eb..27e92b0 100644
--- a/modules/role/manifests/cache/instances.pp
+++ b/modules/role/manifests/cache/instances.pp
@@ -105,7 +105,7 @@
if $::numa_networking == 'isolate' {
$nnodes =
join($facts['numa']['device_to_node'][$facts['interface_primary']],',')
- $fe_cmd_prefix = "/usr/bin/numactl -a -N ${nnodes} -m ${nnodes}"
+ $fe_cmd_prefix = "/usr/bin/numactl -a -N ${nnodes} -m ${nnodes} "
} else {
$fe_cmd_prefix = ''
}
--
To view, visit https://gerrit.wikimedia.org/r/372547
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iceddec9d00df49ce8aea54b429b4fa06c0b4623a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits