2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-17 17:10:48 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Yuan Bai e7176d7093 log tag support for common scripts (#5743)
* log tag support for common scripts

* enhancements

* typo fixed
2018-10-30 16:57:39 +08:00
GONG Jie 01daec8032 Remove trailing spaces in file xCAT/postscripts/syncfiles 2017-12-31 23:59:59 +00:00
yangsong 7c85b0998d add support for syncfiles with scp (#5123)
* add support for syncfiles with scp

* refine logic of EXECTUTE support message non rsync filesync

* refine syncfiles

* add startsyncfile script for cumulus

* refine format, fix updatenode without options causes command to crash #5142
2018-04-27 11:28:08 +08:00
Casandra Qiu bc913e0464 checking if /etc/os-release/ file is existed 2017-03-10 15:54:32 -05:00
bybai ac4d9da56a fix 2579 syncfile is in default node definition, but statelite does not support syncfile 2017-03-03 02:44:01 -05:00
GONG Jie 3d657a6b75 Fix github issue #2560, fix the exit code of postscript syncfiles 2017-03-01 15:34:07 +08:00
immarvin ee2406e69a fix issue [FVT]:enhancement: give correct postscript and postbootscript when the template is onieswitch 2017-01-10 01:34:09 -05:00
wangxiaopeng 9680e50986 issue 1158: fix the syncfile issue for ubuntu 16.04
1. change the shebang for syncfiles postscripts to be /bin/bash from /bin/sh
  2. fix the syntax error in the xCAT/RSYNC.pm
2016-05-20 02:54:01 -04:00
GONG Jie ca4437270a Fix sourceforge bug #4691 Use a consistent log tag for xCAT log 2015-07-01 18:03:36 +08:00
lissav cb75f60dd3 Change displaying the error message when running updatenode -Psysfiles to logging it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14982 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-01-24 13:06:06 +00:00
immarvin e71c83bd7c fix defect :change all logger calls to put xcat msgs into local4 - ID: 3513525
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12674 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-05-15 03:05:32 +00:00
daniceexi 388adc0109 add retrying for the syncfiles postscript
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11315 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-12-29 10:36:57 +00:00
ericagar b4892e3e69 Fix for defect 3394779: Fix bashisms in syncfiles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10330 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-08-19 21:29:56 +00:00
lissav 00d02a71ae Better message on return from updatenode -P syncfiles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9310 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-04-14 13:02:45 +00:00
daniceexi ccb925928e Fixed the issue of the syncfile function that output misleading message during installation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-02-28 07:33:57 +00:00
daniceexi 54b364cb77 defect 3108361: make the syncfiles postscript can be run during the diskless node booting up
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8169 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-16 12:27:42 +00:00
daniceexi 908d54eebe defect 2990760: make otherpkgs do NOT run when booting up. This has been fixed, but was overwritten by last checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5865 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-23 10:46:04 +00:00
daniceexi eaaa0313ee defect 2983699: postscript otherpkgs should not do anything when netboot to statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5714 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 10:06:55 +00:00
wuzhy 4e780ead9b add the more addional log information to postscripts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5680 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-06 08:17:04 +00:00
mxi1 bdf3ba45c8 wonder the permission of syncfiles can be changed or not
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5623 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 06:35:27 +00:00
jbjohnso 25ba97c977 -Fix more syntax errors in shell scripts related to NODESETSTATE
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4314 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-06 16:50:40 +00:00
linggao 04c3f3d5fe handles otherpkgs and syncfiles being put into xcatdefault on postscritps table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-07-29 21:25:59 +00:00
daniceexi 677047fe75 The code drop of Syncing File function
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3785 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-07-15 13:08:51 +00:00
daniceexi aef592b629 convert the syncfiles postscript to the bourne shell syntax
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3523 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-06-05 13:53:52 +00:00
daniceexi 05c9e4b58f The first phase code drop for CFM like funtion
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-06-04 15:33:44 +00:00