2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00
Commit Graph

183 Commits

Author SHA1 Message Date
2ea805e541 Merge pull request #2623 from cxhong/2615
Handle bad return code from pdu commands
2017-03-15 17:14:30 +08:00
850a7e65a2 Fix .pod error that broke the build 2017-03-14 11:27:56 -04:00
87d870f1bc Update man page based on comments 2017-03-10 14:03:39 -05:00
6a5b8b3bbc Handle bad return code from pdu commands 2017-03-09 17:26:35 -05:00
973d71517b Make running nodeset offline optional for rmdef 2017-03-09 17:24:00 -05:00
83ebef0425 Merge pull request #2559 from stanford-rc/crypt_passwd
Crypt passwd
2017-03-01 17:18:34 +08:00
11a088820d Small doc formatting changes 2017-02-27 16:40:46 -05:00
0e5bb69678 Clarifies the purpose of the cryptmethod field, to match what the code
does
2017-02-24 15:32:30 -08:00
ff2212b488 Merge pull request #2502 from gurevichmark/misc_doc_fixes
Add Service Node install steps and fix formatting and man wording
2017-02-20 15:55:20 -05:00
dfae72550c Add Service Node install steps and fix formatting and wording in man pages 2017-02-17 11:00:31 -05:00
896723163d Check in rst files created by man page changes for PDU 2017-02-16 16:10:14 -05:00
c4e0f637c9 Add pdu support 2017-02-13 16:33:11 -05: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
50241fc7bf Update the man pages in preparation for the 2.13.0 release 2016-12-05 10:22:13 -05:00
fdb12ecf8f refine the doc on raid 2016-12-05 00:39:32 -05:00
72d20a23be Merge pull request #2156 from gurevichmark/postinstall-doc
postinstall script description, formatting and spelling
2016-12-05 10:16:21 +08:00
9cf54f66cb Review recommended changes 2016-11-30 13:41:48 -05:00
30488810f3 Merge pull request #2203 from chenglch/rflashprogress
Redirect progress message to rflash log files when updating firmware
2016-11-28 17:17:40 +08:00
32ba9701ca Merge pull request #1868 from zet809/fix_issue_1734
fix issue 1734: Update the help info for node.mac to know how to hand…
2016-11-28 13:24:39 +08: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
bea547512a fix issue 1734: Update the help info for node.mac to know how to handle installnic bond 2016-11-25 22:59:26 -05:00
69fff6a31e Load the cryptmethod in the passwd table to generate the password
sha256 and sha512 crypt methods are supported from glibc 2.7 version.
This patch enable the crypt feature on linux system and encrypt the
password with sha256 by default.

implement: #1890
2016-11-22 13:10:41 +08:00
fb49715667 postinstall script description, formatting and spelling 2016-11-15 13:19:53 -05:00
484c00cfa1 Fix some formatting and wording for copycds command 2016-11-07 10:42:42 -05:00
fd41b72a2e Merge pull request #2058 from caomengmeng/update_xcattest_for_default_file_deleted
I agree to merge
2016-11-07 16:05:03 +08:00
c3dfe43b72 update docoment and man page 2016-10-31 23:30:33 -04:00
9dc963578c Add the autogenerated man pages 2016-10-31 22:23:16 -04: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
e0bd9e1e46 Merge pull request #1986 from hu-weihua/mellanox
Refine hack_uname() in mlnxofed_ib_install.v2
2016-10-20 10:39:55 -04:00
4e82343eaa update rvitals doc for OpenPOWER 2016-10-20 03:02:42 -04:00
a6c910467e Refine hack_uname() in mlnxofed_ib_install.v2 2016-10-18 23:15:19 -04:00
6e26da06b4 remove "-t" option from bmcdiscover doc and man page 2016-10-11 13:32:02 -04: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
443fefdea1 Use auto-generated docs for networks.mtu 2016-10-03 22:11:59 -04:00
1e11b6e80f Add support for a default MTU on a network
Add a MTU column to the networks table.  If set, this will configure the MTU in
DHCP so that nodes will have the correct MTU during provisioning.  This is
important for large systems to enable jumbo frames to reduce CPU usage when
copying diskless images over the network (before the confignics postscript can
run to set the desired MTU).
2016-10-01 16:01:28 -04:00
c787341fed update the .rst files from the changes in the code 2016-09-29 21:13:33 -04:00
7359d60886 update doc about the imgexport imgimport (#1909) 2016-09-28 17:01:59 +08:00
e57f574141 Merge pull request #1867 from penguhyang/doc_rspconfig_vlan
update rspconfig man page for vlan
2016-09-26 15:07:43 +08:00
9850f7c94e update rspconfig man page for vlan 2016-09-26 03:00:05 -04:00
b6d14179ca add IMG_NAME into the environment variables to postinstall scripts 2016-09-23 14:32:54 +08:00
66c99aad31 fix issue netboot postscripts have no knowledge about the osimage it is installing. #1857; export osimage attributes to postinstall scripts as environment variables 2016-09-22 05:05:00 -04: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
6bdfc2044b Fixed based on review comments 2016-09-16 19:03:21 -04:00
e7726d67da Modify comments from Mark 2016-09-15 21:03:24 -04:00
031a5022ce Change the man page for the chain table 2016-09-15 14:01:04 -04:00