2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-09 14:21:30 +00:00
Commit Graph

2288 Commits

Author SHA1 Message Date
6755a099d0 Merge pull request #2195 from neo954/issue1547-rpm-packaging
Make all the rpm packages have the exactly same version and release numbers
2017-01-10 17:27:54 +08:00
327db76f9e Make all the deb packages have the exactly same version and release numbers 2017-01-03 12:56:15 +08:00
65c2911888 Make all the rpm packages have the exactly same version and release numbers 2017-01-03 12:47:14 +08:00
a8522a9731 update man page for copycds 2016-12-26 21:36:19 -05:00
1f113afdc8 makeconservercf -d to remove all xCAT nodes 2016-12-15 15:32:41 -05:00
d37413654c Merge pull request #2298 from immarvin/onsles12sp2
fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297
2016-12-15 14:29:31 +08:00
212da735bc Merge pull request #1949 from samveen/bare_output
[xCAT-client]Improvements to `bin/xdshbak`
2016-12-13 15:16:56 +08:00
5b882fc24d fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297 2016-12-08 22:21:12 -05:00
8470c14090 Redirect progress message to rflash log files when updating firmware
Previously rflash process will be terminated when the tty session is closed
which is a very dangerous operation that may bricked the BMC. This patch will
ignore the `int`, `term` and `hup` signal when rflash is running and redirect
the output of ipmitool command to `/var/log/xcat/rflash/<node.log>` which make
the progress trackable. In addition,  -V option is provided to print more
verbose message from ipmitool when `hpm upgrade` command is running.

This patch also update the node status in the `nodelist` table to record
the rflash status.

fix-issue: #1849
2016-11-28 13:21:26 +08:00
484c00cfa1 Fix some formatting and wording for copycds command 2016-11-07 10:42:42 -05:00
ed4e645558 Merge pull request #2035 from penguhyang/rvitals_update
update rvitals manpage for openpower
2016-10-27 16:55:46 +08:00
b6456132be Add a note into the packimage man page to help clarify that (#2027)
during the time of running genimage, the rootimg file is unavail
to be served to the compute nodes
2016-10-27 14:17:12 +08:00
8814e623e5 update rvitals manpage for openpower 2016-10-26 04:08:05 -04:00
a50f3710f7 Doc spelling and gramma fixes 2016-10-25 15:31:20 -04:00
4e82343eaa update rvitals doc for OpenPOWER 2016-10-20 03:02:42 -04:00
6e26da06b4 remove "-t" option from bmcdiscover doc and man page 2016-10-11 13:32:02 -04:00
a91bf8e258 [xCAT-client]xdshbak: Add -b option to manpage 2016-10-10 15:49:23 +00:00
c6f7861fb1 [xCAT-client]xdshbak: Add bare output sub-option -b for -x 2016-10-10 15:49:23 +00:00
ccd0ff64f5 [xCAT-client]xdshbak: Use version sorting on hostnames 2016-10-10 15:49:23 +00:00
7fcfc0700b [xCAT-client]xdshbak: make header match manpage 2016-10-10 15:49:22 +00:00
7b6b421b17 [xCAT-client]xdshbak: make -x match manpage 2016-10-10 15:49:22 +00:00
2742a29bcf [xCAT-client]xdshbak: make -q match manpage 2016-10-10 15:49:22 +00:00
1e3ce72f09 Changes after review 2016-10-06 13:00:44 -04:00
4f686ebc9e Display errors for rmvm and mkvm 2016-10-05 16:38:41 -04:00
edb1d181e9 Provide hook for saner versioning
The traditional approach was not adequately
hooked into git.  It should do nothing by
default differently.
2016-09-28 08:43:35 -04:00
7359d60886 update doc about the imgexport imgimport (#1909) 2016-09-28 17:01:59 +08:00
9850f7c94e update rspconfig man page for vlan 2016-09-26 03:00:05 -04:00
7b87c6e417 Add STDIN redirection support for stanza definition (#1863)
close-issue: #1671
2016-09-20 14:33:25 +08:00
0d608a2d80 Merge pull request #1825 from cxhong/1732
Modify switchdiscover usage, man page and update readdoc.
Changes look good. Merging.
2016-09-19 13:12:00 -04:00
e7726d67da Modify comments from Mark 2016-09-15 21:03:24 -04:00
e324a58652 Merge pull request #1823 from zet809/modify_rinv_manpage_rst_file
the modification for rinv manpage rst file, add rinv options for Open…
2016-09-14 09:12:30 -04:00
dca08efb3b add description for uuid option of rinv 2016-09-13 21:59:06 -04:00
30d8d67c35 modify man page 2016-09-13 16:54:57 -04:00
4d96246fbb modify rcons manpage 2016-09-13 04:17:27 -04:00
b90ca84237 Modify switchdiscover usage, man page and update readdoc 2016-09-12 22:42:41 -04:00
09b28930dc support options model|serial|deviceid|uuid|guid|vpd|mprom|firm for rinv for OpenPOWER servers 2016-08-30 03:40:36 -04:00
c44e760214 Merge pull request #1771 from zet809/fix_issue_1750
Remove the hardcoded password for FSP
2016-08-29 22:34:47 -04:00
a9b9c89c28 Remove the hardcoded password for FSP 2016-08-28 22:51:28 -04:00
9023bf1699 update manpage for packimage (#1753) 2016-08-24 09:45:51 +08:00
9181279913 mysqlsetup failed becuase /usr/bin/mysql_install_db is not available (#1702)
* mysqlsetup failed becuase /usr/bin/mysql_install_db is not available

* use variable

* chang "-e" to "-x"
2016-08-17 18:44:19 -05:00
60f54f7fb2 Support --resize option for chvm (#1598)
* Support --resize option for chvm

* Handle generic error from libvirt when resizing VM

* Improve finding the disk to resize
2016-08-16 19:34:15 -05:00
be77e5f43f fix issue [DEV] it is ambiguous to determine which compressed rootimg to use among rootimg.tar.gz,rootimg.cpio.gz,rootimg.tar.xz... #1695; update the manpage and usage info of packimage 2016-08-13 02:53:05 -04:00
22fe457bc1 Fix tcons interaction with filename globbing
Filename globbing strings are not good to happen
to noderanges.  Use quotes to avoid it in script.
Caller still needs to be careful to quote/escape
on their end.
2016-08-12 15:57:11 -04:00
79426ad21e add new option to indicate compress method (#1669) 2016-08-11 03:09:43 -05:00
193a9680d4 Fix indentation in xdsh (#1617)
* Merged the zVM changes into some xcat_client files

Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a

* Fix indentation in xdsh
2016-08-03 10:38:24 +08:00
860b61a7ed Revert "Master client merges for two files from zVM" (#1619) 2016-08-03 10:34:25 +08:00
a21edcdcb5 Merged the zVM changes into some xcat_client files (#1608)
Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a
2016-08-03 10:03:15 +08:00
5cd203cdf5 enhance packimage -m txc (#1602) 2016-08-02 16:45:31 +08:00
45c1dc0f92 fix [FVT]:mysqlsetup -i failed to setup database on sles12 #1413 ;refine the logic to determine hostname of the master 2016-07-28 01:37:28 -04:00
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00