2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00
Commit Graph

17067 Commits

Author SHA1 Message Date
ac8488dc3f Merge pull request #696 from penguhyang/rmigrate
update doc about the kvm
2016-03-29 02:43:26 -05:00
0eda2d752b Change bmc to BMC as code changed 2016-03-29 15:02:36 +08:00
9535872b56 Update cases because xCATd is changed to be xcatd 2016-03-29 14:53:08 +08:00
fb13e598f9 improve document quality about the kvm 2016-03-29 02:46:06 -04:00
18ae654973 Merge pull request #865 from chenglch/perl-error
Add check logic before using perl-Error library
2016-03-29 13:48:54 +08:00
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
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
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
77b50cd047 Merge pull request #853 from chenglch/getadapter_db
Fix issue to acess db in getadapter
2016-03-28 16:13:56 +08:00
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
95a8db39f2 polish lsf_startup 2016-03-28 03:10:43 -04:00
f852193495 polish lsf_startup 2016-03-28 03:07:42 -04:00
7d3ba4d3f8 polish lsf_startup 2016-03-28 02:37:53 -04:00
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
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
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
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
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
ee67e2eafd Add node attribute 'syslog', avoid the syslog configuration for certain node 2016-03-25 03:53:55 -04:00
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
48c541beb7 uniform xcatd service naming, using lowercase 2016-03-25 01:28:16 -04:00
62753abcee uniform xcatd service naming, using lowercase 2016-03-25 01:27:09 -04:00
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
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
de566bf7dd fix issue 496 lsf_startup in redhat7.2 2016-03-24 23:24:41 -04:00
da91f37651 fix issue694 Disable root permission in policy table, the chtab command still work well. 2016-03-24 23:06:53 -04:00
30efac5717 Modify mkdocker/rmdocker manpage and docker lifecycle management doc 2016-03-24 22:47:40 -04:00
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
c743aa9592 refine the doc on dhcp in large cluster; correcta typo 2016-03-24 21:34:45 -04:00
7fe3ba3c14 Merge pull request #643 from pdlun92/rflash_check
rflash -c output modifications
2016-03-25 09:29:33 +08:00
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
b8763f4a24 support timestamps per line for console output 2016-03-24 11:17:15 -04:00
9ff63170ad add a tip for dhcp lease file growth in large cluster 2016-03-24 09:27:15 -04:00
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
4e719d8286 Merge pull request #837 from penguhyang/update_netboot_attribute
Update the description for netboot attribute
2016-03-24 01:29:05 -05:00
5f9562f33e turn off logging every single line of a shell script 2016-03-24 02:21:14 -04:00
1bef1345a2 update to avoid the spelling mistakes, and already run in ubuntu and sles. 2016-03-24 10:53:14 +08:00
2b5e08a92f Update the description for netboot attribute 2016-03-23 04:07:19 -04:00
7cc2045e6e updated to avoid the spelling mistake, already submit a bug. 2016-03-23 14:45:06 +08:00
065a17c68c update spelling for code changed 2016-03-23 14:03:11 +08:00
84689f9dc4 To fix issue 822, run getinstdisk script when install rh6.7 2016-03-23 01:53:38 -04:00
92dab43577 update for attribute changed 2016-03-23 13:43:36 +08:00
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
5fbac6112d add stop=yes label 2016-03-23 13:29:24 +08:00
8ce1c9617f add stop=yes label 2016-03-23 13:28:35 +08:00
8b64a768d6 add stop=yes label 2016-03-23 13:28:01 +08:00
6a4ff55fe7 add stop=yes label 2016-03-23 13:27:09 +08:00
1adc6bd3dc add stop=yes label 2016-03-23 13:26:03 +08:00
8d7913fc9a add stop=yes label 2016-03-23 13:25:42 +08:00
9099a00e97 add stop=yes label 2016-03-23 13:25:12 +08:00