[Bug 1330572] [NEW] virt-manager fails to create a filesystem passthrough with the Proxy driver

Fatboy Maximus 1330572 at bugs.launchpad.net
Mon Jun 16 18:03:03 UTC 2014


Public bug reported:

In the "Add New Virtual Hardware" dialog virt-manager let's you create a
filesystem passthrough with the "Proxy" type. That's very useful for
safely sharing data owned by a user. However the process fails to
complete with an error:

Error adding device: unsupported configuration: unknown fs driver type
'proxy'

The traceback of the error is:

Error adding device: unsupported configuration: unknown fs driver type
'proxy'

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/addhardware.py", line 1197, in add_device
    self.vm.add_device(self._dev)
  File "/usr/share/virt-manager/virtManager/domain.py", line 406, in add_device
    self.redefine_cached()
  File "/usr/share/virt-manager/virtManager/domain.py", line 335, in redefine_cached
    self._redefine_xml(xml)
  File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 147, in _redefine_xml
    return self._redefine_helper(origxml, newxml)
  File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 137, in _redefine_helper
    self._define(newxml)
  File "/usr/share/virt-manager/virtManager/domain.py", line 879, in _define
    self.conn.define_domain(newxml)
  File "/usr/share/virt-manager/virtManager/connection.py", line 814, in define_domain
    return self.vmm.defineXML(xml)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3237, in defineXML
    if ret is None:raise libvirtError('virDomainDefineXML() failed', conn=self)
libvirtError: unsupported configuration: unknown fs driver type 'proxy'

This seems wrong because "virtfs-proxy-helper" is installed.

** Affects: libvirt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1330572

Title:
  virt-manager fails to create a filesystem passthrough with the Proxy
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1330572/+subscriptions



More information about the Ubuntu-server-bugs mailing list