2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-23 04:02:05 +00:00

17061 Commits

Author SHA1 Message Date
chenglch
1385c83b51 Add check logic before using perl-Error library
perl-Error lib is not included in the system package of sles 11.4
by default. Load Error lib with eval and require statement to avoid
of dependency error.

Close issue: #857
2016-03-29 01:19:01 -04:00
Xiaopeng Wang
f874f3a22b Merge pull request #852 from hu-weihua/chxcat-XCAT
Fix issue 836 Uniform xcatd service naming, using lowercase
2016-03-28 20:25:59 +08:00
junxiawang
f290743258 Merge pull request #813 from zet809/modify_docker_lifecycle_mgt_doc
Modify mkdocker/rmdocker manpage and docker lifecycle management doc tested
2016-03-28 17:01:00 +08:00
zet809
77b50cd047 Merge pull request #853 from chenglch/getadapter_db
Fix issue to acess db in getadapter
2016-03-28 16:13:56 +08:00
neo954
cb4fdc0955 Merge pull request #849 from bybai/lsf
fix issue 496 lsf_startup use incorrect shell profile file on RHEL 7.2
2016-03-28 02:42:42 -05:00
bybai
95a8db39f2 polish lsf_startup 2016-03-28 03:10:43 -04:00
bybai
f852193495 polish lsf_startup 2016-03-28 03:07:42 -04:00
bybai
7d3ba4d3f8 polish lsf_startup 2016-03-28 02:37:53 -04:00
chenglch
ead0c29b3f Fix issue to acess db in getadapter
Previously the database access in getadapter ignore
the group cases, this patch intent to fix it.
2016-03-27 23:38:12 -04:00
Xiaopeng Wang
2a2ddbf1b2 Merge pull request #855 from immarvin/ongenimagemount
mount /dev /sys and /proc from host readonly during genimage for redhat;correct a typo in ubuntu genimage
2016-03-27 10:59:32 +08:00
immarvin
9713d69ed3 mount /dev /sys and /proc from host readonly during genimage for redhat;correct a typo in ubuntu genimage 2016-03-25 22:15:44 -04:00
zet809
bc1732ced9 Merge pull request #826 from xuweibj/S86265
Add attribute 'syslog', avoid the syslog configuration for certain node
2016-03-25 17:23:34 +08:00
yangsong
90eecce49c Merge pull request #839 from penguhyang/sles_log_xcatdebugmode
turn off logging every single line of a shell script
2016-03-25 04:10:20 -05:00
XuWei
ee67e2eafd Add node attribute 'syslog', avoid the syslog configuration for certain node 2016-03-25 03:53:55 -04:00
Xiaopeng Wang
d52111603a Merge pull request #824 from chenglch/xcatd_signal
Do not kill db process if immediate child process exists
2016-03-25 13:55:02 +08:00
hu-weihua
48c541beb7 uniform xcatd service naming, using lowercase 2016-03-25 01:28:16 -04:00
hu-weihua
62753abcee uniform xcatd service naming, using lowercase 2016-03-25 01:27:09 -04:00
Xiaopeng Wang
c4880d52d6 Merge pull request #848 from immarvin/ondhcptip
refine the doc on dhcp in large cluster; correcta typo
2016-03-25 13:10:21 +08:00
caomengmeng
49d43ae048 Merge pull request #850 from hu-weihua/chtab
fix issue 694: refine chtab's man page
2016-03-25 11:24:55 +08:00
bybai
de566bf7dd fix issue 496 lsf_startup in redhat7.2 2016-03-24 23:24:41 -04:00
hu-weihua
da91f37651 fix issue694 Disable root permission in policy table, the chtab command still work well. 2016-03-24 23:06:53 -04:00
ertaozh
30efac5717 Modify mkdocker/rmdocker manpage and docker lifecycle management doc 2016-03-24 22:47:40 -04:00
chenglch
306e66e4cc Do not kill db process if immediate child process exists
This change includes the following:

- Replace the signal number with signal name.
- Stop db process after all the immediate children stopped.
- Fix a defect in TableUtils when closing the table object.
- Enhance the is_process_exists subroutine in utils.

Close issue: #537
2016-03-24 22:46:12 -04:00
immarvin
c743aa9592 refine the doc on dhcp in large cluster; correcta typo 2016-03-24 21:34:45 -04:00
chenglch
7fe3ba3c14 Merge pull request #643 from pdlun92/rflash_check
rflash -c output modifications
2016-03-25 09:29:33 +08:00
Xiaopeng Wang
b249cd9d34 Merge pull request #844 from immarvin/ondhcptip
add a tip for dhcp lease file growth in large cluster
2016-03-25 09:02:45 +08:00
Casandra Qiu
b8763f4a24 support timestamps per line for console output 2016-03-24 11:17:15 -04:00
immarvin
9ff63170ad add a tip for dhcp lease file growth in large cluster 2016-03-24 09:27:15 -04:00
zet809
d3807e08e6 Merge pull request #835 from xuweibj/I822
To fix issue 822, run getinstdisk script when install rh6.7
2016-03-24 16:00:46 +08:00
yangsong
4e719d8286 Merge pull request #837 from penguhyang/update_netboot_attribute
Update the description for netboot attribute
2016-03-24 01:29:05 -05:00
penguhyang
5f9562f33e turn off logging every single line of a shell script 2016-03-24 02:21:14 -04:00
caomengmeng
1bef1345a2 update to avoid the spelling mistakes, and already run in ubuntu and sles. 2016-03-24 10:53:14 +08:00
penguhyang
2b5e08a92f Update the description for netboot attribute 2016-03-23 04:07:19 -04:00
caomengmeng
7cc2045e6e updated to avoid the spelling mistake, already submit a bug. 2016-03-23 14:45:06 +08:00
caomengmeng
065a17c68c update spelling for code changed 2016-03-23 14:03:11 +08:00
XuWei
84689f9dc4 To fix issue 822, run getinstdisk script when install rh6.7 2016-03-23 01:53:38 -04:00
caomengmeng
92dab43577 update for attribute changed 2016-03-23 13:43:36 +08:00
tingtli
162803662f Merge pull request #833 from zet809/add_xcatserver_dep_async
add depended pkg http-async and net-https-nb for xCAT-server
2016-03-23 13:32:47 +08:00
caomengmeng
5fbac6112d add stop=yes label 2016-03-23 13:29:24 +08:00
caomengmeng
8ce1c9617f add stop=yes label 2016-03-23 13:28:35 +08:00
caomengmeng
8b64a768d6 add stop=yes label 2016-03-23 13:28:01 +08:00
caomengmeng
6a4ff55fe7 add stop=yes label 2016-03-23 13:27:09 +08:00
caomengmeng
1adc6bd3dc add stop=yes label 2016-03-23 13:26:03 +08:00
caomengmeng
8d7913fc9a add stop=yes label 2016-03-23 13:25:42 +08:00
caomengmeng
9099a00e97 add stop=yes label 2016-03-23 13:25:12 +08:00
caomengmeng
ab404ee5d8 add stop=yes label 2016-03-23 13:24:26 +08:00
ertaozh
52a995f810 add depended pkg http-async and net-https-nb for xCAT-server 2016-03-23 01:24:05 -04:00
caomengmeng
2054c41748 add stop=yes label 2016-03-23 13:23:44 +08:00
caomengmeng
f6e9dd6513 add stop=yes label 2016-03-23 13:23:09 +08:00
caomengmeng
1c3be5241f add stop=yes label 2016-03-23 13:22:23 +08:00