2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-18 18:41:08 +00:00
Commit Graph

4400 Commits

Author SHA1 Message Date
yangsong
30d04876f5 Merge pull request #718 from whowutwut/pkvm_diskless
Fix issue with SGA when creating diskless VMs on PowerKVM
2016-03-03 13:41:55 +08: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
penguhyang
4c509f03ad add sound device into vm xml 2016-02-29 00:45:03 -05:00
zet809
c026cfed79 Update debian.pm 2016-02-23 15:32:06 +08:00
zet809
c41a3e54e3 Update debian.pm 2016-02-23 14:41:21 +08: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
ertaozh
ded2750905 Fix issue #657: "mkdocker command= " could not set commad for container correctly 2016-02-19 04:11:22 -05:00
Victor Hu
1198621b60 When doing rpower for kvm hosts, need to call the get_node_info()
function to get properties of the hypervisor.

This is to address the issue when running diskless VMs on power.
In the build_oshash() function, if the properties are not set
then the cpumodel will be undefined and useserial will be set,
causing problems when powering on diskless VMs.
2016-02-16 22:29:44 -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
penguhyang
f461ff78e0 correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal 2016-02-16 21:12:01 -05:00
ertaozh
1e37705726 add getinstdisk as the default getdisk script for ubuntu 2016-02-16 02:11:20 -05:00
Casandra Qiu
f3123ae232 remove wildcard to extract kit tar file 2016-02-10 15:34:25 -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
chenglch
d0a63734cc Merge pull request #673 from zet809/fix_issue_660
fix issue 660: lsdocker node -l --logs return too many illegal code
2016-01-29 14:57:14 +08:00
ertaozh
93c2b73f12 fix issue 660: lsdocker node -l --logs return too many illegal code 2016-01-27 01:03:40 -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
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
ertaozh
79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -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
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
ertaozh
ae3f284217 Fix issue #649: The return value for "rpower <docker_instance> <option>" need be modified 2016-01-24 22:09:35 -05:00
penguhyang
1bf5ed8955 support rscan command to scan kvmhost to get the virtual machine list 2016-01-21 22:05:24 -05:00
Xiaopeng Wang
64a70b1a4e Merge pull request #469 from bybai/confignetworknew
support configuring bond/vlan/bridge for RH7
2016-01-18 03:10:52 -05:00
chenglch
97dd22a9ee Merge pull request #584 from zet809/docker_power
docker lifecycle management commands framework
2016-01-14 15:43:24 +08:00
ertaozh
7e90b5f77b docker lifecycle management commands framework 2016-01-14 01:54:58 -05:00
bybai
2c535712d7 enhance DBobjectdefs.pm 2016-01-12 02:35:53 -05:00
XuWei
18e85a8441 to fix Issue 559 2016-01-10 20:41:45 -05:00
immarvin
f37c53bff2 correct the indent of comments 2015-12-22 20:49:23 -05:00
immarvin
c2b9d979da correct indent 2015-12-22 03:46:15 -05:00
immarvin
181fdee0ce add support for chvm --detachdev 2015-12-21 05:10:22 -05:00
yangsong
0afeb8ccc5 Merge pull request #527 from penguhyang/updatenode_zero
fix issue: return values are zero for updatenode -f with incompatiable flags -k,-S,-P
2015-12-18 15:50:40 +08:00
chenglch
88b61bab04 Merge pull request #497 from xuweibj/S69370
Add FQDNfirst option in global cfg.
2015-12-16 17:07:16 +08:00
XuWei
3684705279 Add a global cfg to enable the longnamefirst 2015-12-16 03:52:20 -05:00
penguhyang
6aeb577bfa return values are zero for updatenode -f with incompatiable flags -k -S -P 2015-12-15 21:18:14 -05:00
neo954
c15027d4bb Merge pull request #452 from hu-weihua/getadapters
Cool. Will merge it, eventually.
2015-12-15 12:44:26 +08:00
chenglch
02ceafc428 Add a attribute in site table to set the delay time for rflash
Currently abort failure(0x81) occur during the initiate stage as
the firmware state is not stable enough after cold reset. As the
delay time is not a constant value, this change add a interface in
site table for user to set this value.

Close-issue: #471
2015-11-30 03:59:31 -05:00
huweihua
bfc5a88ee2 modify sleep bug 2015-11-27 04:40:48 -05:00
huweihua
a04f074c08 fix some bug found by cheng long 2015-11-27 03:47:48 -05:00
huweihua
cac6a5c8af add sleep when waitpid 2015-11-27 03:16:02 -05:00
huweihua
c8685b21ab modify write file error 2015-11-27 03:04:41 -05:00
huweihua
1f19b92529 modify depending on gongjie and chenglong 's comment 2015-11-25 05:19:33 -05:00
bybai
f8178de0ed support configuring bond/vlan/bridge 2015-11-25 02:32:00 -05:00
ertaozh
f99e7697dc fix issue 462: The result of "rvitals wattage" is not right on firestone and habanero 2015-11-25 01:20:34 -05:00
huweihua
b30037e485 modify depending on comments 2015-11-24 03:14:35 -05:00
Victor Hu
f180db98f7 Merge pull request #443 from zet809/rspconfig_ip_S822LC
fix issue 440: IBM Power S812LC using rspconfig to set bmc ip address…
2015-11-23 21:38:57 -05:00
bybai
1408ee73dc Merge pull request #451 from hu-weihua/rmimage
Provide a walk around to issue #424 by using rmimage
2015-11-23 10:55:38 +08:00