2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-19 17:50:20 +00:00

update according to comments to update output of lsvm_kvmhost

This commit is contained in:
litingt
2019-01-02 20:55:11 -05:00
parent 5e186ce1b0
commit 4c243442e7

View File

@@ -5,13 +5,6 @@
#check:rc!=0
#check:output=~Usage
#end
start:lsvm_node
label:others,hctrl_hmc
hcp:hmc,ivm
cmd:lsvm $$CN
check:rc==0
check:output=~name=$$CN
end
start:lsvm_err_node
label:others,hctrl_hmc
cmd:lsvm testnode
@@ -101,7 +94,7 @@ start:lsvm_kvmhost
description:lsvm could give out the kvm host information. This case should be run on a mn which has kvm host defined.In this case, $$CN should be a kvm host.
label:others,hctrl_kvm
cmd:lsvm $$CN
check:output=~$$CN:\s*\w+
check:output=~$$CN
end
start:lsvm_mixed_vm_defined_and_not