Bug 754974 - connection with xen+ssh vm's are missing with list (virsh)
Summary: connection with xen+ssh vm's are missing with list (virsh)
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-18 12:24 UTC by rvl
Modified: 2016-04-27 01:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-23 14:36:41 UTC
Embargoed:


Attachments (Terms of Use)

Description rvl 2011-11-18 12:24:51 UTC
Description of problem:

When i connect to a remot Xen hypervisor with SSH with virsh and list domains not all
domains are shown:

  virsh -c xen+ssh://root.2.1/
  virsh # list --all
   Id Name                 State
  ----------------------------------
    - ub04                 shut off


While when connecting local, all domains are shown:

root@ub02:~# virsh -c xen:///

  virsh # list --all
   Id Name                 State
  ----------------------------------
    0 Domain-0             running
   17 ub07                 idle
    - ub04                 shut off




Version-Release number of selected component (if applicable):

libvirt 0.9.2-4ubuntu15.1 -
libvirt-bin 0.9.2-4ubuntu15.1 - 



How reproducible:

alsways

Steps to Reproduce:

1. Connect to local Xen hypervisor with virsh , list --all
2. Connect to remote Xen hypervisor with SSH/virsh, list --all
3. Compare differences
  
Actual results:

Some domains do not show

Expected results:

All domains that are shown when connecting local should be shown when connecting
though ssh+xen://

Additional info:

Comment 1 Dave Allan 2011-11-18 14:10:26 UTC
You should mention this problem on libvir-list as well.  I would also file a bug with Ubuntu (looking at the package names, you're using Ubuntu, right?).

Comment 2 Cole Robinson 2016-03-23 14:36:41 UTC
Given the age of this bug, just closing. If anyone can still reproduce with modern libvirt and xen, please file a new bug


Note You need to log in before you can comment on or make changes to this bug.