[virt-tools-list] [PATCH] Add Proxy filesystem driver support

Cole Robinson crobinso at redhat.com
Mon Aug 13 20:46:25 UTC 2012


On 08/05/2012 12:42 AM, M. Mohan Kumar wrote:
> From: "M. Mohan Kumar" <mohan at in.ibm.com>
> 
> Signed-off-by: M. Mohan Kumar <mohan at in.ibm.com>
> ---
> 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




More information about the virt-tools-list mailing list