TadiosAbebe commented on issue #13883: URL: https://github.com/apache/cloudstack/issues/13883#issuecomment-5305335879
@draggeta You can add a comma separated key value pairs containing timeouts for different command for the global setting ``commands.timeout`. For example `TakeBackupCommand=7200,RestoreBackupCommand=7200` and restart your management servers. Then you will be able to see that parameter logged on the management server logs when taking or restoring a backup ``` 2026-08-16 05:09:27.883 2026-08-16 05:09:27,645 DEBUG [c.c.a.m.ClusteredAgentManagerImpl] (API-Job-Executor-1:[ctx-7ceb121d, job-116486, ctx-16299080]) (logid:f5b8d17e) Wait time setting on org.apache.cloudstack.backup.TakeBackupCommand is 7200 seconds ``` -- 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]
