On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > Hi, > > I have been examining a bug where libvirtd (and virsh) does not show > all virtual machines on a xen host. This proved to be because of this > program flow: > 1. virConnectNumOfDomains -> .. -> xenUnifiedNumOfDomains > -> xenHypervisorNumOfDomains => 3 > 2. virConnectListDomains(max=3) -> .. -> xenUnifiedListDomains(max=3) > -> xenStoreNumOfDomains(max=3) => { 0, 2, 7 } That in itself is a nice indication of trouble - xenUnifiedNumOfDomains and xenUnifiedListDomains should both follow the exact same logic. At least part of your problem is due to one using the HV first, while the other uses XenStore - they need to be consistent Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :| -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list