Skip to content
  • Guido Trotter's avatar
    KVM: Make GetAllInstancesInfo concurrency-safe · 00ad5362
    Guido Trotter authored
    Or actually more so. If this function gets called while instances get
    shut down, it might try to report information on instances which don't
    exits. Try to fail gracefully if that happens, by just skipping an
    instance which has disappeared in the meantime.
    
    Reviewed-by: iustinp
    00ad5362