mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	fix bug 4357:After run nodeset <node> runimage' may fail
This commit is contained in:
		| @@ -386,6 +386,9 @@ sub setdestiny { | ||||
| 		return; | ||||
| 	    } | ||||
| 	    my $arch = $ent->{arch}; | ||||
|            if ($arch eq "ppc64le" or $arch eq "ppc64el") { | ||||
|                $arch = "ppc64"; | ||||
|            } | ||||
| 	    my $ent = $resents->{$_}->[0]; #$restab->getNodeAttribs($_,[qw(xcatmaster)]); | ||||
| 	    my $master; | ||||
| 	    my $kcmdline = "quiet "; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user