2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

8472 Commits

Author SHA1 Message Date
Bin Xu
2991ec1e59 Fix 3749, handle '+' and '-' in id when merging /etc/passwd (#3771)
* Fix 3749, handle '+' and '-' in id when merging /etc/passwd

* Add some comments
2017-08-25 15:13:51 +08:00
chenglch
00d947a1fa Fix the bug due to the race condition about the pipe usage (#3719)
This commit disable the ACK mechanism in xCATd as now it will cause the race condition
if multiple child processes are waiting for the response.

fix-issue: #3698
2017-08-24 17:20:11 +08:00
Mark Gurevich
f64e84e374 Merge pull request #3677 from xuweibj/I3668
fix issue 3668, make rsetboot node do rsetboot stat
2017-08-23 21:59:03 -04:00
Bin Xu
a263773b15 Set xcatmaster to facing IP in priority when the node is managed by service node. (#3696)
* Fix #3428, set xcatmaster to facing IP in priority when the node is mananged by service node.

* Always using my facing IP first than site.master

* remove non-used variable sitemaster
2017-08-22 10:21:00 +08:00
Mark Gurevich
c8c1fc276f Allow -d <directory name> flag for rflash 2017-08-21 15:12:41 -04:00
Mark Gurevich
ea254aeeef Merge pull request #3716 from xuweibj/rspdhcp
rspconfig ip to dhcp for openbmc
2017-08-21 10:28:14 -04:00
Victor Hu
2bad7b823d Merge pull request #3684 from gurevichmark/openbmc_rflash_relative_path
Allow update image relative filename
2017-08-21 10:20:28 -04:00
XuWei
337501871f modified depending on comments 2017-08-20 22:35:31 -04:00
XuWei
0dbfef1e01 modified depending on comments 2017-08-20 22:33:36 -04:00
Victor Hu
7f23dd3c08 Merge pull request #3702 from gurevichmark/boston_update_enhancements
handle rflash relative path and more Boston product ids
2017-08-18 14:10:35 -04:00
chenglch
786901ac88 Merge pull request #3723 from robin2008/destiny-3722
Fix 3722, move setNodesAttribute out of the node loop
2017-08-18 22:12:27 +08:00
Bin Xu
1db1308eb3 Fix 3722, move setNodesAttribute out of the node loop 2017-08-18 17:55:28 +08:00
xuweibj
c22e7c5928 Merge pull request #3685 from chenglch/bmcdiscover
Fix the error caused by too many open file descriptors
2017-08-18 11:04:46 +08:00
XuWei
ff7e52b304 rspconfig ip to dhcp for openbmc 2017-08-17 22:03:57 -04:00
zet809
fc07c02e74 Merge pull request #3694 from immarvin/ondiscovery
fix issue xCAT install failed on sles11.4 & rhels6.9 in automation #3693;move send_tcp_msg from Utils.pm to NetworkUtils.pm
2017-08-17 16:43:55 +08:00
immarvin
39c4e7081f fix issue xCAT install failed on sles11.4 & rhels6.9 in automation #3693;move send_tcp_msg from Utils.pm to NetworkUtils.pm 2017-08-17 03:35:03 -04:00
zet809
c798d4d029 Merge pull request #3703 from mattaezell/switch_macmap_natural_sort
Sort 'xcatprobe switch_macmap' ports in 'natural' order
2017-08-17 13:34:05 +08:00
Gᴏɴɢ Jie
02be314d54 Merge pull request #3705 from robin2008/xcatdsource-impact
Filter non-content lines when generating mypostscripts
2017-08-17 12:20:03 +08:00
Bin Xu
8c663f946b Filter non-content lines when generating mypostscripts 2017-08-17 10:49:27 +08:00
Matt Ezell
45df02f4f3 Sort 'xcatprobe switch_macmap' ports in 'natural' order
Old: swp1,swp11,swp12,swp2,swp20,swp21
New: swp1,swp2,swp11,swp12,swp20,swp21
2017-08-16 21:17:30 -04:00
Mark Gurevich
f3a506496d hangle rflash relative path and more Boston product ids 2017-08-16 15:19:48 -04:00
zet809
feb51eb6a6 Merge pull request #3692 from whowutwut/bmcdiscover_model
Change bmcdiscover for OpenBMC to look at Model instead of PartNumber
2017-08-16 17:51:44 +08:00
zet809
fd339de900 Merge pull request #3662 from whowutwut/sn_pkglist
Adding some packages that would help debug xCAT issues from service nodes
2017-08-16 17:03:55 +08:00
Victor Hu
61bad88824 Change bmcdiscover for OpenBMC to look at Model instead of Part Number 2017-08-15 21:09:05 -04:00
Mark Gurevich
0dcd6cc5c0 Message changed per suggestion 2017-08-15 13:13:06 -04:00
chenglch
eb5777ca2e Fix the error caused by too much open file descriptors
The code in bmcdiscover do not close socket pair correctly which
causes `Too many open files` error from system. This commit maintains
a hash map to locate the file descriptors for child processes, close
these files when the child processes exit.

fix-issue: #3682
2017-08-15 17:57:11 +08:00
zet809
c548d0bd77 Merge pull request #3678 from immarvin/ondiscovery
notify the nodes which are sending findme requestd about the status of the processing
2017-08-15 16:31:26 +08:00
immarvin
021e873704 notify the nodes which are sending findme requestd about the status of the processing 2017-08-15 03:58:44 -04:00
Mark Gurevich
7f48425190 Allow update image relative filename 2017-08-14 15:54:05 -04:00
zet809
f9cc8f71b9 Merge pull request #3654 from cxhong/sshpass
using sshpass (if availble) connect to openbmc console
2017-08-14 13:43:25 +08:00
XuWei
55c15023aa fix issue 3668, make rsetboot node do rsetboot stat 2017-08-13 21:59:38 -04:00
Victor Hu
fab77a0c30 Adding strace to the pkglist for service nodes 2017-08-11 22:53:02 -04:00
xuweibj
5f267b7b98 Merge pull request #3664 from whowutwut/remove_discovery_workaround
Remove workaround for OpenBMC discovery to provide a unique discover node name
2017-08-11 16:55:48 +08:00
chenglch
506ae0ddae Merge pull request #3667 from bybai/netname
enhance netname/net/mask duplicate or invalid in makenetworks,mkdef and chdef
2017-08-11 16:52:15 +08:00
zet809
70d967c66b Merge pull request #3533 from xuweibj/reventlog
expose reventlog and modify time format
2017-08-11 16:41:58 +08:00
bybai
6e16bd9f27 fix CI failure 2017-08-11 04:14:42 -04:00
bybai
7afbaaded1 enhance netname/net/mask duplicate or invalid 2017-08-11 02:42:12 -04:00
XuWei
deb6d6f02b expose reventlog and modify time format 2017-08-10 21:58:26 -04:00
Victor Hu
fa0799c4c4 With PR #3525 (4d54889a36b580bd6aba851037625febe24609b2) MAC address is used so this workaround is no longer needed 2017-08-10 15:16:15 -04:00
Victor Hu
6210f197dc Adding some packages that would help debug issues on the service nodes 2017-08-10 14:54:42 -04:00
Casandra Qiu
d8600c25c1 Modify the comments 2017-08-10 11:08:41 -04:00
Casandra Qiu
11890b660b using sshpass (if availble) connect to openbmc console 2017-08-09 14:32:18 -04:00
zet809
eeb32f8431 Merge pull request #3608 from gurevichmark/openbmc_rflash_delete_image
Implement openbmc image delete function
2017-08-08 15:17:05 +08:00
ertaozh
818fd8d5a3 fix issue 3617 2017-08-07 02:23:39 -04:00
zet809
b07437073b Merge pull request #3601 from immarvin/ondiscovery
fix issue dodiscovery sending findme packet 4 times for each node #3408
2017-08-04 16:04:45 +08:00
immarvin
02fa80fba3 fix issue dodiscovery sending findme packet 4 times for each node #3408 2017-08-04 03:20:49 -04:00
chenglch
cbec85b60b Merge pull request #3606 from bybai/postage
fix nicips regular expression in mypostscript
2017-08-04 13:47:36 +08:00
bybai
12923fdd74 polished 2017-08-04 01:07:41 -04:00
bybai
c87dd2c763 polished 2017-08-04 00:33:54 -04:00
Mark Gurevich
1be7b6c2d5 Implement openbmc image delete function 2017-08-03 14:40:18 -04:00