mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-28 15:21:11 +00:00
fix defect 3513526
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12097 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -267,6 +267,7 @@ sub getsynclistfile()
|
||||
my %osimage_syncfile = ();
|
||||
my @profiles = ();
|
||||
|
||||
if ($nodes) {
|
||||
# get the profile attributes for the nodes
|
||||
my $nodetype_t = xCAT::Table->new('nodetype');
|
||||
unless ($nodetype_t) {
|
||||
@@ -288,6 +289,7 @@ sub getsynclistfile()
|
||||
push @profiles, $profile;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# get the syncfiles base on the osimage
|
||||
my $osimage_t = xCAT::Table->new('osimage');
|
||||
|
Reference in New Issue
Block a user