2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-30 01:45:32 +00:00
Commit Graph

25841 Commits

Author SHA1 Message Date
cebf36e991 Merge pull request #6805 from cxhong/mlx5
Add kernel-modules-extra to dracut module list
2020-08-14 08:34:36 -04:00
3097702dc9 Add kernel-modules-extra to dracut module list 2020-08-13 17:42:56 -04:00
89ea2e2d89 Merge pull request #6803 from gurevichmark/retry_rinstall
Retry rinstall if first one fails
2020-08-12 16:32:35 -04:00
3196739848 Retry rinstall if first one fails 2020-08-12 09:58:25 -04:00
aab3c29be6 Merge pull request #6709 from chenhanxiao/test_confignetwork_regex
test: confignetwork: update regexp to fix IP matching
2020-08-11 14:51:19 -05:00
55d66c2fa1 Merge pull request #6788 from cxhong/repo
Generate local repository template if not exist or empty
2020-08-10 15:50:46 -04:00
a3e1df31b8 Merge pull request #6795 from gurevichmark/doc_replayconsole
Fix usage and example for replaycons command
2020-08-10 15:46:19 -04:00
f3cb59c74f Merge pull request #6780 from peterwywong/solution1_miss_postscripts
Change the regex in post.xcat.ng to accommodate long file names
2020-08-07 16:07:41 -04:00
9bd33e0cd8 Merge pull request #6796 from gurevichmark/enablekdump_post
On RHEL8 do not use vers=3 when mounting kdump filesystem
2020-08-07 10:48:43 -04:00
33ba96f43b On RHEL8 do not user vers=3 when mounting kdump filesystem 2020-08-06 15:24:29 -04:00
f575439489 Fix usage and example for replaycons command 2020-08-06 11:07:56 -04:00
fa1b49799a Merge pull request #6768 from gurevichmark/gpgp_typo
Replace misspelled gpgpcheck with gpgcheck
2020-08-05 09:50:54 -04:00
74ead83b22 Merge pull request #6764 from gurevichmark/xdsh_doc
xdsh related documentation updates
2020-08-05 09:45:41 -04:00
b082229c39 Add egrep -v "O=D|Directory" to remove irrelevant files from being copied from MN to CN. 2020-08-04 11:56:39 -04:00
bebc5023e6 Merge pull request #6794 from peterwywong/compare_v4
Remove the extra double quote of the rm command.
2020-08-03 17:20:43 -04:00
4a94bf2e3f Remove the extra double quote of the rm command. 2020-08-03 16:20:07 -04:00
6397945f3f Merge pull request #6791 from peterwywong/compare_2
Remove the RC checking for the file removal command.
2020-07-31 18:31:03 -04:00
389c4e8b34 Remove the RC checking for the file removal command. 2020-07-31 17:34:56 -04:00
8155fed1b7 Merge pull request #6789 from cxhong/getadapter
Add getadapter to xCAT readdoc
2020-07-31 17:23:44 -04:00
25f83a80e6 remove , 2020-07-31 16:55:10 -04:00
478164108a uncomment the getadapter.rst in the conf.py 2020-07-31 16:28:48 -04:00
cdd22810b5 Add getadapter to xCAT Doc 2020-07-31 12:27:42 -04:00
f57fd01c3d Generate local repository template if not exist or empty 2020-07-30 13:54:15 -04:00
8d75b36772 Merge pull request #6785 from peterwywong/compare_postscripts
Add a separate test case to compare postscripts on MN and CN.
2020-07-29 14:05:47 -04:00
36478662a0 Additional changes 2020-07-29 13:30:26 -04:00
0638255550 diff is done on MN. sn.tar is replaced by mn.tar. 2020-07-29 12:19:34 -04:00
fd6d3a4cd7 Add a separate test case to compare postscripts on MN and CN. 2020-07-28 22:58:27 -04:00
b1a7d7f0ca Merge pull request #6783 from gurevichmark/squashfs_disk
squashfs on RHEL8.2 hierarchy testcase debug
2020-07-28 17:31:10 -04:00
5ef69dc56c Run on MN only 2020-07-28 17:06:06 -04:00
3e7cabdefc Merge pull request #6782 from gurevichmark/probe_switchmac
Install xCAT-client before xCAT-probe package
2020-07-28 16:56:43 -04:00
a3b28c4b98 Merge pull request #6784 from xcat2/revert-6779-postscripts_long_names
Revert "Compare /install/postscripts/* on MN/SN and /xcatpost/* on CN and display the difference as part of the diskfull and diskless hierarchical provisionings."
2020-07-28 12:29:31 -04:00
2f78873510 Revert "Compare /install/postscripts/* on MN/SN and /xcatpost/* on CN and display the difference as part of the diskfull and diskless hierarchical provisionings." 2020-07-28 11:03:28 -05:00
025c516807 squashfs on RHEL8.2 hierarchy testcase debug 2020-07-28 11:21:37 -04:00
eee2b1d191 Merge pull request #6779 from peterwywong/postscripts_long_names
Compare /install/postscripts/* on MN/SN and /xcatpost/* on CN and display the difference as part of the diskfull and diskless hierarchical provisionings.
2020-07-27 15:58:34 -04:00
272200b3e8 Install xCAT-client before xCAT-probe package 2020-07-27 11:03:25 -04:00
3ecd60aa28 Change the regex in post.xcat.ng so that postscirpts with long filenames can still be downloaded from MN/SN to CN. 2020-07-24 16:11:22 -04:00
694c9380bc This commit is to address Issue 6578. The new code is to compare /install/postscripts/* on MN/SN and /xcatpost/* on CN and display the difference. 2020-07-23 11:39:02 -04:00
7739dcad5a Merge pull request #6778 from cxhong/packimg
Use xcat runcmd instead of system() call for mksquash command
2020-07-22 21:08:54 -05:00
1e62c7f2ec Use xcat runcmd instead of system() call for mksquash command 2020-07-22 18:15:10 -04:00
7a5ed5a88a Merge pull request #6775 from cxhong/syslog
[RH8.2] parse the rsyslog version output
2020-07-21 17:34:04 -04:00
c29d7cafea parse the rsyslog version 2020-07-21 17:01:36 -04:00
1352a5cfa0 Merge pull request #6772 from jjohnson42/skipelilo
Skip elilo if possible
2020-07-20 21:20:08 -04:00
6b7cde63e4 Fix support for non-efistub kernels 2020-07-20 08:39:28 -04:00
eae0a64348 Have xnba conditionally do elilo if needed
CentOS 6 and RHEL 6 for example do not support direct iPXE
boot.  For those platforms, auto-use elilo for uefi boot.
2020-07-20 08:37:36 -04:00
76a57eaae2 Remove use of elilo
iPXE can directly execute all but the most ancient Linux kernels
directly in UEFI boot.  Remove the elilo intermediate step.
2020-07-20 08:37:28 -04:00
39e4e982bf Replace misspelled gpgpcheck with gpgcheck 2020-07-15 09:26:58 -04:00
bb94a50c17 Merge pull request #6765 from gurevichmark/switch_probe_debug
xCAT-probe rpm installation of switchprobe
2020-07-14 16:39:14 -04:00
465a4c90dc Add debug to xCAT-probe rpm installation 2020-07-14 15:28:02 -04:00
b0ca367d51 xdsh related documentation updates 2020-07-14 11:13:59 -04:00
03421cf064 Merge pull request #6763 from cxhong/geninitrd
geninitrd failed to load new driver rpm packages
2020-07-10 16:18:40 -04:00