From d3f9b881f519e4bf639b6ebafd60f4f20047aad4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 6 May 2013 14:50:11 +0000 Subject: [PATCH] Have rspconfig textid work for x86 ngp blades git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16187 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 5bfb5a12b..5f1597c2b 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -3244,7 +3244,7 @@ sub filter_nodes{ if (@args && ($cmd eq "rspconfig")) { if (!(grep /^(cec_off_policy|pending_power_on_side)/, @args)) { push @{$mpnodes}, @ngpfsp; - if (grep /^(network=)/, @args) { + if (grep /^(network=|textid)/, @args) { push @{$mpnodes}, @ngpbmc; } } else {