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

6 Commits

Author SHA1 Message Date
62d5037975 Format the ouput of getadapter result
This patch format the result of getadapter command and update
the man page to notice that `getadapter` will boot into genesis.

Fix-issue: #3046
2017-06-23 02:32:58 -04:00
ae09fdfe6d Spelling for man1 and some formatting fixes 2017-06-06 13:04:41 -04:00
a8f727e454 Use rinstall to replace nodeset to boot into genesis
close-issue: #1174
2017-03-29 02:16:23 -04:00
ef3bf0c437 Fix doc build errors and missing links 2016-05-24 16:16:34 -04:00
215aecb5ab man1 chages for commands a-n 2016-02-11 15:12:13 -05:00
c6e663d1fd Use fifo pipe to enhance getadapter
Currently the getadapter implementation store the nics information
in multiple files. This implementaion will store the records in the
database and add the following changes:

1. Add taskstate table to record the getadapter request.
2. Add route_request hook in xcatd to avoid of too much process.
3. Add adapterinfo column to keep the adapter information.
4. Use fifo pipe to send/recv the adapter message and wake up the waiting process.
5. Use alarm signal to handle the timeout event.
2016-01-25 01:53:54 -05:00