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

16892 Commits

Author SHA1 Message Date
ertaozh
a120c31d1f Add pull image for mkdocker 2016-03-08 02:24:18 -05:00
chenglch
c6e526014c Merge pull request #737 from zet809/refine_docker_with_httpasync
Refine the docker instance lifecycle management code with HTTP::Async
2016-03-02 02:02:38 -05:00
ertaozh
1e1e03aec6 Refine the docker instance lifecycle management code with HTTP::Async 2016-03-02 01:28:35 -05:00
Xiaopeng Wang
ad24234659 Merge pull request #754 from xuweibj/SAN
Set the FQDN in the xcatd certificate, use subjectAltNames
2016-03-01 22:26:02 +08:00
Xiaopeng Wang
a3148cfce5 Merge pull request #757 from chenglch/plugin_wait_issue
Fix race condition issue when printing message in xcatd
2016-03-01 22:21:12 +08:00
chenglch
7fd99442c7 Fix race condition issue when printing message in xcatd
related-issue: #729
related-commit: #742
2016-03-01 04:53:50 -05:00
XuWei
0d7a0dec61 Set the FQDN in the xcatd certificate, use subjectAltNames 2016-03-01 03:39:41 -05:00
Xiaopeng Wang
7b6cbf9ee4 Merge pull request #746 from penguhyang/vm_xml_sound
add sound device into vm xml
2016-03-01 13:44:03 +08:00
Xiaopeng Wang
dee1c2a39e Merge pull request #742 from chenglch/plugin_wait_issue
Fix issue #729: xcat do not print message under heavy load scenario
2016-02-29 17:51:13 +08:00
penguhyang
4c509f03ad add sound device into vm xml 2016-02-29 00:45:03 -05:00
Mark Gurevich
72fefb986d Merge pull request #697 from xuweibj/docker_registry
Add set docker registry document
2016-02-26 14:10:43 -05:00
chenglch
f236675dec Fix issue #729: xcat do not print message under heavy load scenario
The root cause of this issue is the select time out when polling the
pipe socket. When timeout occurs, child process exit before printing
the message at the parent process side.

close-issue: #729
2016-02-26 03:13:16 -05:00
XuWei
65bb2b67f0 Add set docker registry document 2016-02-25 20:09:51 -05:00
Victor Hu
617831d289 Merge pull request #734 from gurevichmark/rinstall_rst
Missed checkin of rinstall.rst file
2016-02-23 10:38:15 -05:00
neo954
d1d42501f7 Merge pull request #688 from bybai/confignetworknew
Fix github issue #630, only the nictypes of the first lower interface is checked
2016-02-23 15:44:26 +08:00
bybai
dea6d6d0b8 polish fix 630 2016-02-23 02:37:15 -05:00
zet809
c026cfed79 Update debian.pm 2016-02-23 15:32:06 +08:00
bybai
263f0f6851 polish fix 630 2016-02-23 01:43:30 -05:00
zet809
c41a3e54e3 Update debian.pm 2016-02-23 14:41:21 +08:00
Mark Gurevich
9c360684c2 Missed checkin of rinstall.rst file 2016-02-22 11:32:51 -05:00
chenglch
324d736ba5 Merge pull request #683 from zet809/fix_issue_657
Fix issue #657: "mkdocker command= " could not set command correctly
2016-02-22 01:33:04 -05:00
Victor Hu
add2c075e4 Merge pull request #727 from gurevichmark/docker_life_cycle
Small improvements to the docker lifecycle management document
2016-02-19 13:24:02 -05:00
Mark Gurevich
5f1ee63e30 Small improvements to the docker lifecycle management document 2016-02-19 10:19:32 -05:00
ertaozh
ded2750905 Fix issue #657: "mkdocker command= " could not set commad for container correctly 2016-02-19 04:11:22 -05:00
Victor Hu
40bac31236 Merge pull request #726 from gurevichmark/more_man_fixes
Additional small man page fixes
2016-02-18 15:16:36 -05:00
Mark Gurevich
f763c29467 Additional small man page fixes 2016-02-18 11:06:49 -05:00
Mark Gurevich
0547d9dcae Merge pull request #719 from whowutwut/testbuild
The .pod changes create some warning message the break our daily build
2016-02-17 10:10:15 -05:00
Victor Hu
28482d4a61 - Fix some warnings that come out from pod2man during the
build on the build machine
- Committed the rst file changes that result from running

create_man_pages.py script
2016-02-16 23:35:40 -05:00
Xiaopeng Wang
278df9b091 Merge pull request #684 from zet809/include_getinstdisk_ubuntu
add getinstdisk as the default getdisk script for ubuntu
2016-02-17 11:13:32 +08:00
Victor Hu
a50b63dfa5 Merge pull request #693 from penguhyang/unexpectd_msg
correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal
2016-02-16 21:50:59 -05:00
zet809
34e1e22c40 Merge pull request #670 from xuweibj/S85827-p
Story 85827, Hand the case that the disk does not have WWN
2016-02-17 10:39:09 +08:00
penguhyang
f461ff78e0 correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal 2016-02-16 21:12:01 -05:00
Victor Hu
f65a71b310 Merge pull request #717 from gurevichmark/man1_p-z_Fixes
man1 changes for commands p-z
2016-02-16 13:16:32 -05:00
Mark Gurevich
06eddfc973 man1 changes for commands p-z 2016-02-16 11:41:31 -05:00
bybai
1aad72df26 polish issue 630 fix 2016-02-16 03:05:30 -05:00
ertaozh
1e37705726 add getinstdisk as the default getdisk script for ubuntu 2016-02-16 02:11:20 -05:00
XuWei
2c9c0b4a76 Story 85827, Hand the case that the disk does not have WWN 2016-02-16 01:49:15 -05:00
Victor Hu
f1eeb745c8 Merge pull request #710 from gurevichmark/man1_a-n_Fixes
man1 chages for commands a-n
2016-02-11 17:02:54 -05:00
Mark Gurevich
215aecb5ab man1 chages for commands a-n 2016-02-11 15:12:13 -05:00
Victor Hu
0b71037582 Merge pull request #702 from cxhong/addkit
Remove /tmp/tmpkit dir after addkit and extract kit tar file only once
2016-02-10 20:35:51 -05:00
Victor Hu
292ac91ef2 Merge pull request #709 from cxhong/swkits
Add "Install HPC software Kits" section
2016-02-10 17:24:26 -05:00
Casandra Qiu
d277615b66 Add "Install HPC software Kits" section 2016-02-10 16:16:23 -05:00
Casandra Qiu
f3123ae232 remove wildcard to extract kit tar file 2016-02-10 15:34:25 -05:00
Victor Hu
03e359c460 Merge pull request #703 from gurevichmark/man8Fixes
man page fixes for man8 section
2016-02-09 15:47:03 -05:00
Victor Hu
5f31a68f20 Merge pull request #545 from pdlun92/sn_update_xcat_doc
Added detail to 'Update Service Node Diskfull Image' section
2016-02-09 13:42:55 -05:00
cxhong
f832427afb Merge pull request #690 from whowutwut/manpage
Improve the content in the xCAT kit related command man page, better formatting on RTD
2016-02-08 16:34:44 -05:00
Mark Gurevich
b9dcd734c7 man page fixes for man8 section 2016-02-08 13:40:51 -05:00
Casandra Qiu
a6a8d1cf94 Remove /tmp/tmpkit dir after addkit and extract kit tar file only once 2016-02-05 14:22:43 -05:00
Victor Hu
e64529c2b2 Merge pull request #700 from gurevichmark/issue676
man page changes to remove xcatconfig without any flags and fix EXAMPL
2016-02-04 15:45:38 -05:00
cxhong
4a32d7f01a Update node.rst 2016-02-04 14:11:06 -05:00