2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-09 02:00:10 +00:00
Commit Graph

16819 Commits

Author SHA1 Message Date
penguhyang f461ff78e0 correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal 2016-02-16 21:12:01 -05:00
yangsong 6e276a3c33 Merge pull request #678 from hu-weihua/cmdlog
Fix issue667: command log writer process failed to start in xcat docker container
2016-01-29 09:43:34 +08:00
hu-weihua f9a12dfcd9 using dirname function 2016-01-28 03:59:15 -05:00
hu-weihua cb0af287a5 change mkdir to mkpath 2016-01-28 03:08:24 -05:00
hu-weihua c4e0b0c199 fix issue#667 2016-01-28 02:37:16 -05:00
caomengmeng 903e56e180 correct the former merge 2016-01-28 11:18:06 +08:00
caomengmeng ccbf31c8e1 Longer wait time for daily run failed, and after this change, never failed again for last 15 days, so merge directly 2016-01-28 11:17:26 +08:00
neo954 f83dc54718 Merge pull request #675 from bybai/confignetworknew
The patch seems good. Will merge it first, then test it later.
2016-01-27 19:16:28 +08:00
bybai 657736d10a fix 636 confignetwork use wrong interface name for link aggregation 2016-01-27 04:03:54 -05:00
caomengmeng 9e70679353 Update p_rhels_cmd.bundle 2016-01-27 15:36:33 +08:00
Xiaopeng Wang 1ec51a5c9b Merge pull request #653 from immarvin/onxcatindocker
change the pipework command to avoid confuse
2016-01-27 15:05:17 +08:00
immarvin 6f2b1f991f refine the doc 2016-01-27 01:26:40 -05:00
zet809 b9a7133a56 Update index.rst 2016-01-27 10:30:55 +08:00
Xiaopeng Wang 86158f0dfa Merge pull request #669 from whowutwut/bmcsetup_822lc
For IBM Power S822LC and S812LC, pause before doing the mc reset cold
2016-01-27 10:23:56 +08:00
immarvin 1f10c9ecdf add a section to disable Apparmor/SElinux on Docker host 2016-01-26 21:19:25 -05:00
Victor Hu f0d96b30ca For IBM Power 822LC and 812LC, it seems there is something wrong with
the firmware that causes the BMC to stop replying to ping a few seconds
after the changes are made.  To work around this issue, sleep 30 before
doing the cold reset.  Once the firmware is fixed, this reset is NOT
needed
2016-01-26 09:09:47 -05:00
Victor Hu 709a6cb8ad Fix the formatting of the bmcsetup script.
- replace the tabs wiht 4 spaces
   - change the if statements to multiple lines to improve readability
2016-01-26 09:00:57 -05:00
neo954 3a5242f7e6 Merge pull request #662 from bybai/confignetworknew
The patch looks good. Will merge it.
2016-01-26 15:44:58 +08:00
bybai 7706123693 fix issue 628 2016-01-26 02:40:28 -05:00
junxiawang 6d0b7fcecc Merge pull request #637 from zet809/docker_support_usage_manpage
The usage and manpage for docker instance management command, mkdocke…
2016-01-26 14:10:44 +08:00
yangsong 2a98175e1c Merge pull request #666 from penguhyang/x86_sles11.4
correct copycds does not put files under correct directory
2016-01-26 14:00:49 +08:00
penguhyang bf1b75879a correct copycds does not put files under correct directory for sles11.4 x86_64 2016-01-25 23:37:45 -05:00
chenglch 4e1bb7bed8 Merge pull request #612 from zet809/refine_docker_powerstate
modify default dockerhost port, modify logic for rpower state
2016-01-26 11:04:56 +08:00
immarvin cdfda7d1c4 refine the doc 2016-01-25 21:16:18 -05:00
ertaozh 79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -05:00
junxiawang 981f5f53c1 Merge pull request #626 from zet809/docker_manage_doc
The document for docker lifecycle management have been tested
2016-01-25 20:48:07 +08:00
ertaozh 05bb4de0c2 The document for docker lifecycle management 2016-01-25 04:05:27 -05:00
bybai 04f19ec203 issue 628 The postscript confignetwork failed and exited with zero exit code when command brctl 2016-01-25 03:16:01 -05:00
neo954 cc4da2e035 Merge pull request #661 from bybai/confignetworknew
Will merge this one. Only two quotes were added.
2016-01-25 15:43:22 +08:00
bybai 9da7e301ec fix defect 627 The postscript confignetwork run out of control and exited with zero exit code 2016-01-25 02:31:36 -05:00
zet809 fa55fe2520 Merge pull request #582 from chenglch/getadapter
Use fifo pipe to enhance getadapter
2016-01-25 15:16:05 +08:00
chenglch 150e3e0679 Merge pull request #652 from zet809/fix_issue_649
Fix issue 649: [FVT]2.12:docker : command rpower 's return value need be modified
2016-01-25 15:08:46 +08:00
chenglch c6e663d1fd Use fifo pipe to enhance getadapter
Currently the getadapter implementation store the nics information
in multiple files. This implementaion will store the records in the
database and add the following changes:

1. Add taskstate table to record the getadapter request.
2. Add route_request hook in xcatd to avoid of too much process.
3. Add adapterinfo column to keep the adapter information.
4. Use fifo pipe to send/recv the adapter message and wake up the waiting process.
5. Use alarm signal to handle the timeout event.
2016-01-25 01:53:54 -05:00
ertaozh db05d4958d modify default dockerhost port, modify logic for rpower state 2016-01-24 22:22:56 -05:00
immarvin 6c9aa1391a change the pipework command to avoid confuse 2016-01-24 22:22:39 -05:00
ertaozh ae3f284217 Fix issue #649: The return value for "rpower <docker_instance> <option>" need be modified 2016-01-24 22:09:35 -05:00
yangsong 9f844a62f4 Merge pull request #650 from penguhyang/pod2rst
update the rst file about the rscan
2016-01-22 22:36:36 +08:00
penguhyang 6dce0200d9 update the rst file about the rscan 2016-01-21 22:39:43 -05:00
Xiaopeng Wang 7e3817fe5f Merge pull request #646 from immarvin/onxcatindocker
refine the document : create the bridge with a script
2016-01-22 11:33:31 +08:00
immarvin 653593dd5c correct the example 2016-01-21 22:14:22 -05:00
yangsong dbb242145a Merge pull request #617 from penguhyang/rscan_vmhost
support rscan command to scan kvmhost to get the virtual machine list
2016-01-22 11:13:04 +08:00
penguhyang 1bf5ed8955 support rscan command to scan kvmhost to get the virtual machine list 2016-01-21 22:05:24 -05:00
yangsong 8310886eee Merge pull request #645 from penguhyang/rh6_postxcat
cover rh6.7 for post.xcat restructure
2016-01-22 11:03:09 +08:00
immarvin c83c5df81c correct a typo 2016-01-21 21:42:19 -05:00
immarvin 2d72be3163 create the bridge with a script 2016-01-21 21:37:20 -05:00
penguhyang f2b24b0631 cover rh6.7 for post.xcat restructure 2016-01-21 21:12:52 -05:00
yangsong c75218f499 Merge pull request #600 from penguhyang/sles_xcat_log
correct failed to generate expected logs for SLES
2016-01-22 09:49:11 +08:00
Weihua Hu fa2237d141 Merge pull request #620 from daniceexi/xcatstat
Add new tool xcatstat
2016-01-21 16:55:46 +08:00
Weihua Hu febefa0f4a Merge pull request #621 from daniceexi/csm2xcat
Enhance cfm2xcat
2016-01-21 16:43:15 +08:00
Xiaopeng Wang 965578954d Merge pull request #607 from immarvin/onxcatindocker
add the doc for running xcat in docker container
2016-01-21 16:42:55 +08:00