2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00
Commit Graph

187 Commits

Author SHA1 Message Date
Jarrod Johnson
cc0741d0a6 Merge tag '2.16.1' into lenovobuild 2020-11-11 08:26:10 -05:00
Mark Gurevich
df2c325563 Formatting and default stanza doc improvements 2020-07-29 10:27:40 -04:00
Jarrod Johnson
abc782473a Merge tag '2.16.0' into lenovobuild 2020-06-22 11:07:17 -04:00
Mark Gurevich
666399a22e Add namedincludes to site table documentation 2020-06-01 15:11:39 -04:00
Jarrod Johnson
efbab45817 Merge tag '2.15.1' into lenovobuild 2020-03-06 11:10:19 -05:00
cxhong
c718b737d2 check in rst files 2020-03-02 10:30:20 -05:00
cxhong
db04e07303 modify Schema.pm 2020-02-28 15:55:45 -05:00
cxhong
f6d2ac5bd5 update documentation for nicextraparams 2020-02-28 15:44:46 -05:00
Jarrod Johnson
6af6ed227e Merge tag '2.15.0' into lenovobuild 2020-01-24 10:39:24 -05:00
Mark Gurevich
b332f3baa3 Update man pages for vm.othersettings 2019-12-09 11:24:33 -05:00
Mark Gurevich
7b4f221740 Remove docker man pages 2019-05-20 13:14:02 -04:00
Jarrod Johnson
bff53d4eae Merge tag '2.14.6' into lenovobuild2.14
xCAT 2.14.6 release
2019-05-02 13:05:07 -04:00
GONG Jie
410226830d Merge branch 'master' into rhels8-tmp 2019-03-14 16:10:41 +08:00
GONG Jie
26c27cc55e Update document for site 2019-03-13 17:25:00 +08:00
Mark Gurevich
b04d280317 Some more doc fixes 2019-03-12 14:01:58 -04:00
Kilian Cavalotti
3576d780fc doc: use pkill instead of ps | grep | awk | xargs (#6034)
pkill is provided by the same procps package as ps, so should be present
wherever ps is.
2019-02-26 10:08:08 +08:00
Yuan Bai
59c1630e76 add dnsforwardmode for makedns (#5970)
* add forwardmode for makedns

* polished

* polished

* update site table man doc

* polished

* polished
2019-01-24 14:36:35 +08:00
Jarrod Johnson
eb68b59906 Merge tag '2.14.5' into lenovobuild2.14
xCAT 2.14.5 release
2019-01-09 14:20:23 -05:00
yangsong
8cf9e330ea fix issue Unable to boot a RHEL compute node with an image that has site.installdir #2029 (#5892) 2018-12-13 17:39:37 +08:00
Mark Gurevich
ea215738d7 Process --noupdateinitrd and --ignorekernelchk flags even when osimage is not specified 2018-10-23 13:14:23 -04:00
Mark Gurevich
5b3aef0e82 Formatting and spelling fixes 2018-10-04 14:13:27 -04:00
Mark Gurevich
b993ee9f0c Regenerate .rst man pages with create_man_pages 2018-08-30 15:25:25 -04:00
Jarrod Johnson
dad3f26b9c Merge tag '2.14.3' into lenovobuild2.14
xCAT 2.14.3 release
2018-08-24 09:05:24 -04:00
Jarrod Johnson
af41ca947c Merge tag '2.14.2' into lenovobuild2.14
xCAT 2.14.2 release
2018-08-08 17:56:37 -04:00
robin2008
22c06a9039 secureroot doc 2018-06-22 17:34:46 +08:00
Jarrod Johnson
3bbfafad4d Merge tag '2.14.1' into lenovobuild2.14
xCAT 2.14.1  release
2018-06-01 09:51:20 -04:00
Jarrod Johnson
760f2f8ba2 Update man page for networks table 2018-06-01 09:51:09 -04:00
Mark Gurevich
a38ffa18f7 Auditlog table doc improvement 2018-05-04 11:33:27 -04:00
Mark Gurevich
4c8c68efb3 Changes after review 2018-04-18 16:07:59 -04:00
Mark Gurevich
36b0b69cf4 Documentation changes for REST API token 2018-04-17 15:55:09 -04:00
chenglch
dd7e1d51df Add consoleenabled column to help store the console status
On diskless SN, the nodes file of goconserver is missing when
reinstalling. This patch add a column in nodehm table to help
recover the console information on service node.

```
[root@c910f03c09k04 ~]# makegocons -q

NODE                             SERVER                           STATE
c910f03c09k05                    c910f03c09k04.pok.stglabs.ibm.com error
node-7912ac1-06vag36             c910f03c09k04.pok.stglabs.ibm.com error

NODE                             SERVER                           STATE
c910f03c09k04                    c910f03c09k03.pok.stglabs.ibm.com connected
[root@c910f03c09k04 ~]# rm /var/lib/goconserver/*
rm: remove regular file ‘/var/lib/goconserver/nodes.json’? y
rm: remove regular file ‘/var/lib/goconserver/nodes.json.bak’? y
[root@c910f03c09k04 ~]# service xcatd restart
Restarting xcatd (via systemctl):                          [  OK  ]
[root@c910f03c09k04 ~]# makegocons -q

NODE                             SERVER                           STATE
c910f03c09k05                    c910f03c09k04.pok.stglabs.ibm.com error
node-7912ac1-06vag36             c910f03c09k04.pok.stglabs.ibm.com error

NODE                             SERVER                           STATE
c910f03c09k04                    c910f03c09k03.pok.stglabs.ibm.com connected
```
2018-02-09 10:34:20 +08:00
Victor Hu
f2c4ce1677 Update man page for RTD for 2.13.10 release 2018-01-25 14:19:21 -05:00
Yuan Bai
d72c193710 correct description about nicsadapter (#4723)
* correct description about nicsadapter

* enhance nicsadapter desc

* polished

* polished
2018-01-25 04:04:21 -06:00
Bin Xu
c0074cf8ab Add the 'postbooting' status to indicate xCAT start to handle postboot tasks (#4346) (#4369)
- for diskful, it will be set when leaving 'booting' stage
 - for diskless, it will be set when leaving 'netbooting' stage
 - for diskful reboot, it will set when (site.runpostscript=1)
 - modify the document accordingly
 - also modify GlobalDef.pm, but it won't have impact as the status will not be in nodeset operation.
2018-01-19 02:39:11 -06:00
chenglch
7633bb2714 Add gocons setup doc on service node
Add console state 2 in the servicenode table to help set up
goconserver daemon.
2018-01-19 14:11:05 +08:00
GONG Jie
6ab6c0815b Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/zvmivp.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
5777bbbe4c Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/zvm.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
46fe343dcd Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/zone.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
db1d706282 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
bd21d86c4e Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/xcatdb.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
2bbd9b4c72 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/winimage.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
3ffb12bdd5 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/websrv.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
229b8fd768 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/vpd.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
1466b0bee5 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/vmmaster.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
4e466ba409 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/vm.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
d26c172cef Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/virtsd.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
427db0e1cd Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/token.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
8cf2a2d946 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/taskstate.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
bbf300ea26 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/switches.5.rst 2017-12-31 23:59:59 +00:00
GONG Jie
5a39f12da6 Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/switch.5.rst 2017-12-31 23:59:59 +00:00