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

fix some error label

This commit is contained in:
litingt
2018-11-15 02:44:58 -05:00
parent 74e207adbd
commit ea05e0afbe
2 changed files with 8 additions and 8 deletions

View File

@@ -1,19 +1,19 @@
#comment out for developper will not fix it
#start:lsvm_null
#label:others,hcp_hmc
#label:others,hctrl_hmc
#cmd:lsvm
#check:rc!=0
#check:output=~Usage
#end
start:lsvm_node
label:others,hcp_hmc
label:others,hctrl_hmc
hcp:hmc,ivm
cmd:lsvm $$CN
check:rc==0
check:output=~name=$$CN
end
start:lsvm_err_node
label:others,hcp_hmc
label:others,hctrl_hmc
cmd:lsvm testnode
check:rc!=0
check:output=~Error

View File

@@ -1,31 +1,31 @@
start:xdshbak_h
label:other,parallel_cmds
label:others,parallel_cmds
cmd:xdshbak -h
check:rc==0
check:output=~Usage
end
start:xdshbak_display
label:other,parallel_cmds
label:others,parallel_cmds
cmd:xdsh $$CN cat /etc/hosts | xdshbak
check:rc==0
check:output=~HOST:$$CN
end
start:xdshbak_c
label:other,parallel_cmds
label:others,parallel_cmds
cmd:xdsh $$CN pwd |xdshbak -c
check:rc==0
end
start:xdshbak_q
label:other,parallel_cmds
label:others,parallel_cmds
cmd:xdsh $$CN ls / |xdshbak -q
check:rc==0
end
start:xdshbak_x
label:other,parallel_cmds
label:others,parallel_cmds
cmd:xdsh $$CN cat /etc/passwd|xdshbak -c
check:rc==0
end