mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 10:52:31 +00:00 
			
		
		
		
	-Fix syntax error in command handler registration in kvm plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7240 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -70,10 +70,10 @@ sub handled_commands { | ||||
|     #rvitals => 'nodehm:mgt', | ||||
|     #rinv => 'nodehm:mgt', | ||||
|     getrvidparms => 'nodehm:mgt', | ||||
|     lsvm => ['hypervisor:type','nodetype.os=(rhel.*)'], | ||||
|     lsvm => ['hypervisor:type','nodetype:os=(rhel.*)'], | ||||
|     rbeacon => 'nodehm:mgt', | ||||
|     revacuate => ['hypervisor:type','nodetype.os=(rhel.*)|(sles11.*)|(centos.*)|(fedora.*)'], | ||||
|     vmstatenotify => ['hypervisor:type','nodetype.os=(rhel.*)|(sles11.*)|(centos.*)|(fedora.*)'], | ||||
|     revacuate => ['hypervisor:type','nodetype:os=(rhel.*)|(sles11.*)|(centos.*)|(fedora.*)'], | ||||
|     vmstatenotify => ['hypervisor:type','nodetype:os=(rhel.*)|(sles11.*)|(centos.*)|(fedora.*)'], | ||||
|     #rspreset => 'nodehm:mgt', | ||||
|     #rspconfig => 'nodehm:mgt', | ||||
|     #rbootseq => 'nodehm:mgt', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user