You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-419227 Missing PGPU in pool_migrate_complete on destination host (#6731)
There is a regression test fail between xapi v25.30.0 and v25.33.0. The
job is cross pool SXM with vGPU. The source host VM.migrate_send failed
with exception `Storage_error ([S(Does_not_exist);[S(mirror)` which is
raised by `MIRROR.stat`. The `MIRROR.stat` is triggered by destination
host in `pool_migrate_complete`. The error is
`Server_error(HANDLE_INVALID, [ PGPU; OpaqueRef:NULL ])`. I find
#6648 inserts
`force_state_reset_keep_current_operations` in `pool_migrate_complete`
which set VGPU resident_on to NULL. After reverting this commit, the job
pass.
0 commit comments