mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-05 16:49:08 +00:00
* Fix silent failure when site.master is not set (#6157) Hardware control commands (rpower, rinv, etc.) silently return no output and exit 0 when site.master is empty. The original fix (#6074) was reverted (#6158) because it warned per-node with the wrong hostname. Check once in plugin_command before dispatching to plugins, so the error appears exactly once with the correct command name. * Also reject empty site.master, not only undef