-For lsvm and revacuate and rmhypervisor, accept nodetype.os as a sufficient hint as how to proceed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7237 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2412471724
commit
af99c0742b
@ -75,8 +75,8 @@ sub handled_commands{
|
||||
rmvm => 'nodehm:mgt',
|
||||
rinv => 'nodehm:mgt',
|
||||
chvm => 'nodehm:mgt',
|
||||
lsvm => 'hypervisor:type',
|
||||
rmhypervisor => 'hypervisor:type',
|
||||
lsvm => ['hypervisor:type','nodetype:os=(esx.*)'],
|
||||
rmhypervisor => ['hypervisor:type','nodetype:os=(esx.*)'],
|
||||
#lsvm => 'nodehm:mgt', not really supported yet
|
||||
};
|
||||
}
|
||||
|
@ -70,10 +70,10 @@ sub handled_commands {
|
||||
#rvitals => 'nodehm:mgt',
|
||||
#rinv => 'nodehm:mgt',
|
||||
getrvidparms => 'nodehm:mgt',
|
||||
lsvm => 'hypervisor:type',
|
||||
lsvm => ['hypervisor:type','nodetype.os=(rhel.*)'],
|
||||
rbeacon => 'nodehm:mgt',
|
||||
revacuate => 'hypervisor:type',
|
||||
vmstatenotify => 'hypervisor:type',
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user