-Tolerate '=scsi' and similar n rmigrate -s (i.e. ignore)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8094 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6efefb9cf3
commit
e919747d02
@ -1204,6 +1204,7 @@ sub migrate {
|
||||
return;
|
||||
}
|
||||
my $target=$hyp; #case for storage migration
|
||||
if ($datastoredest) { $datastoredest =~ s/=.*//; }#remove =scsi and similar if specified
|
||||
if ($datastoredest and scalar @ARGV) {
|
||||
xCAT::SvrUtils::sendmsg([1,"Unable to mix storage migration and processing of arguments ".join(' ',@ARGV)], $output_handler);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user