GitHub user TadiosAbebe added a comment to the discussion: NAS backup of large VMs fails
@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 ``` GitHub link: https://github.com/apache/cloudstack/discussions/13903#discussioncomment-18061722 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
