On 08/05/2012 12:42 AM, M. Mohan Kumar wrote: > From: "M. Mohan Kumar" <mohan@xxxxxxxxxx> > > Signed-off-by: M. Mohan Kumar <mohan@xxxxxxxxxx> > --- > Patch to enable proxy fs drive support to libvirt are posted > https://www.redhat.com/archives/libvir-list/2012-August/msg00292.html > > virtinst/VirtualFilesystem.py | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/virtinst/VirtualFilesystem.py b/virtinst/VirtualFilesystem.py > index dfd3a6a..8499c36 100644 > --- a/virtinst/VirtualFilesystem.py > +++ b/virtinst/VirtualFilesystem.py > @@ -48,8 +48,9 @@ class VirtualFilesystem(VirtualDevice.VirtualDevice): > > DRIVER_PATH = "path" > DRIVER_HANDLE = "handle" > + DRIVER_PROXY = "proxy" > DRIVER_DEFAULT = "default" > - DRIVER_TYPES = [DRIVER_PATH, DRIVER_HANDLE, DRIVER_DEFAULT] > + DRIVER_TYPES = [DRIVER_PATH, DRIVER_HANDLE, DRIVER_PROXY, DRIVER_DEFAULT] > > @staticmethod > def type_to_source_prop(fs_type): > Thanks, applied. - Cole