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

M. Mohan Kumar mohan at in.ibm.com
Sun Aug 5 04:42:26 UTC 2012


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):
-- 
1.7.7.6




More information about the virt-tools-list mailing list