Added check for disk pool and size configuration.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11275 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
832b4becb1
commit
205b64c8c2
@ -195,7 +195,7 @@ sub provzlinux {
|
||||
}
|
||||
|
||||
# Use default configuration if profile configuration does not exist
|
||||
if (!$disk_pool || !$eckd_size || !$fba_size) {
|
||||
if (!$disk_pool && (!$eckd_size || !$fba_size)) {
|
||||
println( $callback, "$profile configuration for disk pool and size does not exist. Using default configuration." );
|
||||
|
||||
$disk_pool = $default_disk_pool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user