jmsperu commented on PR #12898: URL: https://github.com/apache/cloudstack/pull/12898#issuecomment-4208000383
@abh1sar Fixed. The build failure was caused by `configKey.valueOf((String) value)` — `valueOf()` has protected access in `ConfigKey`. Changed `overrideConfigValue()` to use `Method.setAccessible(true)` via reflection to invoke `valueOf()` properly. Also addressed the Copilot review feedback: rewrote the `mount` check in `nasbackup.sh` as `if mount ...; then` to prevent `set -e` from bypassing the custom error message. `@blueorangutan package` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
