diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 9a8f92834..5d6af13f6 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -285,7 +285,7 @@ sub build_diskstruct { my $model = $1; unless ($model) { #if not defined, model will stay undefined like above - $model = $confdata->{vm}->{$node}->[0]->{storagemodel} + $model = $confdata->{vm}->{$node}->[0]->{storagemodel}; unless ($model) { $model = 'ide'; } #if still not defined, ide } my $prefix='hd';