-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:
jbjohnso 2010-11-08 15:24:14 +00:00
parent 6efefb9cf3
commit e919747d02

View File

@ -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;