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

2844 Commits

Author SHA1 Message Date
caadc87bb5 Propagate signal via ssh even though pipe broken can not be detected
Add `-tt` option to force tty allocation when running ssh command

close-issue: #1609
2016-07-31 22:47:47 -04:00
dd31896c94 To have runxcmd to keep $::callback in case some module use it 2016-07-29 04:19:28 -04:00
2da47d9f4a correct typo and remove useless variable definition 2016-07-26 10:02:47 +08:00
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
fb911143fe perltidy all perl files, part 2 2016-07-21 13:27:40 -04:00
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
52c685c378 Merge pull request #1516 from xuweibj/fsppower
add powering-on status for fsp
2016-07-19 14:30:25 +08:00
b1c9c2f7e3 Improve performance for hmc mgt 2016-07-13 23:19:21 -04:00
7b9224a6a4 add powering-on status for fsp 2016-07-13 22:50:52 -04:00
9b48f99dd5 Merge pull request #1394 from gurevichmark/nodeset_offline
Nodeset offline for ppc64
2016-07-13 09:37:28 +08:00
77a563ed89 Fix issue 1371: xcatprobe switch-macmap - could not get valid information 2016-07-05 22:15:20 -04:00
0a5007890a add discid for centos 6.8 x86_64 2016-07-03 22:43:17 -04:00
05694c1aee Merge pull request #1429 from xuweibj/powering-on
add powering-on status for PPC-HMC
2016-07-01 09:11:10 +08:00
2a4b0a9caa add powering-on status for PPC-HMC 2016-06-30 20:51:01 -04:00
80e6a947b8 Fix issue 1371: xcatprobe switch - could not get valid information while using switch-macmap 2016-06-30 02:47:37 -04:00
ba01665adb refine hardware discovery framework, modifcation based on review comments 2016-06-27 02:51:09 -04:00
4c7148e8ed Nodeset offline for ppc64 2016-06-24 13:16:38 -04:00
1d3d27bece Merge pull request #1358 from xuweibj/I980
Fix issue 980, add status powering-on
2016-06-23 03:01:15 -05:00
ca7c9ad69a issue 1171: set SSL_verifycn_scheme => none for IO::Socket::SSL->new 2016-06-22 10:04:04 -04:00
704f03bcd0 Fix issue 980, add status powering-on 2016-06-22 01:37:40 -04:00
90cede03a7 Add the centos7.2-ppc64's discinfo 2016-06-20 23:13:34 -04:00
785f75f825 fix a typo 2016-06-20 07:06:18 -04:00
705a45b6d9 polish 2016-06-17 03:01:39 -04:00
4d5734558b issue1308 lsdef and Rest API issues with regex on nicks 2016-06-16 03:47:51 -04:00
04bd59443c fix nicips.enP5p7s0f1 can not removed from node definition. #1276 2016-06-15 23:25:48 -04:00
c44f9c2964 Merge pull request #1244 from cxhong/1036
Use arp command to get switch mac address
2016-06-14 22:33:27 +08:00
a5ea316427 issue 1292: added missing attribute disable for taskstate table 2016-06-12 21:27:51 -04:00
bbf151bf62 Use get_mac_by_arp subroutine from SvrUtil.pm 2016-06-07 22:17:54 -04:00
7675f7ca6e Schema.pm missing objects and spelling fixes 2016-06-07 15:13:34 -04:00
014de562f9 Merge pull request #1111 from whowutwut/install_disk
Modify the getinstdisk to create files called /tmp/xcat.install_disk to indicate xCAT related files  (DO NOT MERGE until after branch 2.12)
2016-06-07 14:28:00 +08:00
b011c6f2d3 Merge pull request #1225 from gurevichmark/doc_build_db2
man5 and man7 section formatting changes
2016-06-06 15:02:19 -04:00
41c1938b8c Use arp command to get switch mac address 2016-06-01 17:00:25 -04:00
98caf993bf Fix MacMap.pm syntax issue
The issue is not using '%' when getting keys for a hash variable.
2016-06-01 11:40:10 +08:00
9cd9a14a42 Merge pull request #1211 from cxhong/1120_more
support different outputs from nmap command
2016-06-01 11:32:22 +08:00
1a4a64644e move get_nmapversion() to Utils.pm 2016-05-31 10:56:15 -04:00
390d897081 Merge pull request #1220 from zet809/switch_probe
add command switchprobe to retrieve information from switches and/or …
2016-05-30 20:13:52 +08:00
c5bdb1da87 add command switchprobe to retrieve information from switches and/or check whether it is ready for MAC searchding 2016-05-30 02:50:23 -04:00
300e7610b1 More formatting changes for the <or> display 2016-05-27 12:27:34 -04:00
cd19f390b1 man5 and man7 section formatting changes 2016-05-27 11:31:40 -04:00
be2e49a632 support different outputs from nmap command 2016-05-25 13:54:02 -04:00
0eb9929452 Add -1 value for $dbworkerpid to make the db access mode more clear.
$dbworkerpid = -1 db process has not been started,
               access db in direct access mode.
$dbworkerpid == 0 db process itself.
$dbworkerpid >0 db process is started, access db in cache mode.
2016-05-25 02:02:48 -04:00
9680e50986 issue 1158: fix the syncfile issue for ubuntu 16.04
1. change the shebang for syncfiles postscripts to be /bin/bash from /bin/sh
  2. fix the syntax error in the xCAT/RSYNC.pm
2016-05-20 02:54:01 -04:00
fe79288298 fix issue#1148@github, support service management with systemd on ubuntu16.04 2016-05-19 05:53:30 -04:00
6de5c04f10 Fix typo error about hierarchical attributes 2016-05-17 02:08:12 -04:00
b0de75027f Remove --master from mkvm man page and usage 2016-05-13 17:07:26 -04:00
23e124ac2d Modify the getinstdisk to create a temporary file called /tmp/xcat.install_disk
so that it's easier for the admin who is debugging the install to know which files
are created by xCAT
2016-05-12 13:33:28 -04:00
e9f1c4b39c Merge pull request #1055 from immarvin/onrh6.8discinfo
add discinfo for rhels6.8
2016-05-06 10:56:15 +08:00
36cdbf8e77 add discinfo for rhels6.8 2016-05-05 22:14:24 -04:00
20d3453ad0 Do not undef nodelist reference in DB process
This patch add check method to wait for the DB process in xcatd.
Enhance the close method in Table.pm to disable the undef operation
for nodelist in DB process as the reference has already been cached
as a weak reference.

close-issue: #1011
2016-05-05 06:07:01 -04:00
951aa06963 nodelist table object should not fetch the attribs in groups
This patch intent to fix the undef reference for nodelist temporarily.

partial-issue #1011
2016-05-03 22:50:03 -04:00