mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 22:15:30 +00:00
Fix mistake in nodelist getNodesAttribs acceleration
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9741 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -2044,7 +2044,7 @@ sub getNodesAttribs {
|
||||
push @locattribs,'node';
|
||||
}
|
||||
unless (grep(/^groups$/,@locattribs)) {
|
||||
push @locattribs,'node';
|
||||
push @locattribs,'groups';
|
||||
}
|
||||
$self->_build_cache(\@locattribs);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user