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 {