Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

copySnapshot between zones fails with: Timeout waiting for response from storage host

Aperta
#13,900 2 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@harikrishna-patnala ci sta già lavorando.

Dal 20/8/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

component:secondary-storage component:vmware Severity:Major type:bug
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

DownloadListener.getAccountIdForDataObject() handles TEMPLATE and VOLUME only.
For SNAPSHOT it returns null, then:

Long accountId = getAccountIdForDataObject();
Account account = _accountMgr.getAccount(accountId);

Copying a template between the same zones works.

Steps to reproduce
  1. VMware zone A + zone B, NFS secondary in both
  2. Create a volume snapshot, wait until BackedUp
  3. copySnapshot from zone A to zone B
  4. Dest SSVM log: Download Completion ... status=DOWNLOAD_FINISHED
  5. MS log: timeout after ~90s — UI: Failed to copy snapshot
Expected

Snapshot Ready on destination image store, snapshot_zone_ref updated.

Actual

Job failed. No snapshot_store_ref row on dest store. Orphan files may remain on dest NFS.

Lingua principale
Java
Stelle
3.1k
Fork
1.4k
Merge medio
6g 20h
PR unite (30g)
27

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di apache/cloudstack

Tutte le issue di apache/cloudstack

Issue simili

Altre issue su Java

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.