GitHub user gabriel2k5 added a comment to the discussion: Timeout snapshot
Hi, I discovered you're using the wrong time measurement. The `CreateObjectCommand` isn't in seconds, it's in milliseconds. That's why it was canceling as soon as you started if you used 10800 or 14400, since that would be around 10 and 14 seconds, respectively. But if you use `CreateObjectCommand=14400000`, it's 4 hours in milliseconds. With this, the snapshots no longer cancel at 3600 seconds. GitHub link: https://github.com/apache/cloudstack/discussions/11923#discussioncomment-15543479 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
