Currently Table.pm has a partial revert. Rectify
this to sync back up with xcat.org in optimism that
the problem has been fixed (based on some examination
of changes since the mistake)
* imporve the performance to list group object when lots of groups defined (#5761)
* - for list group attribute, using the similiar method as node object, but for group
not consider the inherit and regex translation (pass $options{keep_raw} = 1)
If IPv6 support is added to a system after xcat is running,
then trying to reach 'localhost' may end up being '::1' instead
of '127.0.0.1'. This will be fine after xCAT restarts from before
IPv6 support being available, but until that time the daemon is
IPv4 only. Have Client try IPv4 if IPv6 fails to accomodate this
situation.
If IPv6 support is added to a system after xcat is running,
then trying to reach 'localhost' may end up being '::1' instead
of '127.0.0.1'. This will be fine after xCAT restarts from before
IPv6 support being available, but until that time the daemon is
IPv4 only. Have Client try IPv4 if IPv6 fails to accomodate this
situation.
* To fix issue that lose activation success log
* update onie doc to add rspconfig sshcfg command (#5539)
* fix osarch missing from copycds (#5543)
* Modify release information for 2.14.3 release
* update goconserver quickstart document
* Enhancement for using site cache in plugin (#5535)
* site cache when run plugin does not work very well
- using cache from plugin when getNodesAttribs/getNodeAttribs (pass it into DB process from plugin process)
- Site cache is a whole hash, so to use cache when by the hash is there, instead of the specified key is there.
It is because that there might be no key defined in site table.
* with XCATBYPASS, to populate site hash before scan_plugins. Then only 1 query for site table to do whole things.
* cache site when init plugins on service nodes
* missing to comment the old codes query from xCAT DB process
* site cache when run plugin does not work very well
- using cache from plugin when getNodesAttribs/getNodeAttribs (pass it into DB process from plugin process)
- Site cache is a whole hash, so to use cache when by the hash is there, instead of the specified key is there.
It is because that there might be no key defined in site table.
* with XCATBYPASS, to populate site hash before scan_plugins. Then only 1 query for site table to do whole things.
* cache site when init plugins on service nodes
* missing to comment the old codes query from xCAT DB process