mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-06-20 10:30:48 +00:00
34406828b9
When a plugin dies during request processing, xcatd wrapped the error in a misleading "plugin bug" message that hid the real cause (e.g. "No space left on device"). Now passes through the actual error from the eval, making the output useful for any failure, not just disk full. Fixes #2719