mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-16 08:10:23 +00:00
Fix bug #3737 in automation environment
This commit is contained in:
@@ -6,6 +6,8 @@ cmd:echo "/tmp/non-existent -> /etc/motd" > /install/custom/install/__GETNODEATT
|
||||
check:rc==0
|
||||
cmd:chdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute synclists=/install/custom/install/__GETNODEATTR($$CN,os)__/booboo.synclist
|
||||
check:rc==0
|
||||
cmd:nodeset $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
|
||||
check:rc==0
|
||||
cmd:updatenode $$CN -F >/tmp/updatenode.F.out
|
||||
check:rc!=0
|
||||
cmd:grep '"/tmp/non-existent" failed: No such file or directory' /tmp/updatenode.F.out
|
||||
|
Reference in New Issue
Block a user