mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-30 08:11:20 +00:00
updated the way to check the osimage in linuximage table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9126 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -122,7 +122,7 @@ sub process_request {
|
||||
return;
|
||||
}
|
||||
|
||||
my ($ref1) = $linuximgtab->getAttribs({imagename => $osimg}, 'comments');
|
||||
my ($ref1) = $linuximgtab->getAttribs({imagename => $osimg}, 'imagename');
|
||||
unless($ref1) {
|
||||
my $rsp = {};
|
||||
$rsp->{data}->[0] = qq{Cannot find $osimg from the linuximage table};
|
||||
|
Reference in New Issue
Block a user