Fixed the issue - 'Can't locate object method "get_site_attribute" via package "xCAT::Utils" at /opt/xcat/lib/perl/xCAT_plugin/aixinstall.pm line 5711
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14597 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c25f7635c7
commit
3359641813
@ -5863,7 +5863,7 @@ sub prermnimimage
|
||||
}
|
||||
|
||||
# get the sharedinstall value
|
||||
my $sharedinstall=xCAT::Utils->get_site_attribute('sharedinstall');
|
||||
my $sharedinstall=xCAT::TableUtils->get_site_attribute('sharedinstall');
|
||||
chomp $sharedinstall;
|
||||
|
||||
# - if shared file system then we need to remove resources
|
||||
|
Loading…
Reference in New Issue
Block a user