-Fix xnba cleanup in offline nodeset
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8049 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -510,8 +510,8 @@ sub process_request { | ||||
|         $callback->(\%response); | ||||
|       } | ||||
|       if($args[0] eq 'offline') { | ||||
|         unlink($tftpdir."/xcat/xnba/nodes/".$node); | ||||
|         unlink($tftpdir."/xcat/xnba/nodes/".$node.".pxelinux"); | ||||
|         unlink($tftpdir."/xcat/xnba/nodes/".$_); | ||||
|         unlink($tftpdir."/xcat/xnba/nodes/".$_.".pxelinux"); | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user