nabassa1323 opened a new issue, #13900:
URL: https://github.com/apache/cloudstack/issues/13900
### Problem
`copySnapshot` between zones fails with:
`Timeout waiting for response from storage host`
The destination SSVM actually finishes the HTTP download (vmdk/nvram/ovf) in
seconds.
Files are present on destination secondary storage, but the management
server never
marks the copy as successful.
### Versions
4.22.1.0 (also present on current main)
Hypervisor: VMware
Reproduced 5+ times, always ~90s timeout.
### Root cause
Regression from commit ca7b08ac ("secondary storage resource limit for
download").
`DownloadListener.getAccountIdForDataObject()` handles TEMPLATE and VOLUME
only.
For SNAPSHOT it returns null, then:
```java
Long accountId = getAccountIdForDataObject(); // null
Account account = _accountMgr.getAccount(accountId); // NPE (unbox null Long)
--
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]