[libvirt] [PATCH 3/9] Add vol wiping to ESX storage driver struct

David Allan dallan at redhat.com
Tue Mar 16 02:13:25 UTC 2010


---
 src/esx/esx_storage_driver.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/esx/esx_storage_driver.c b/src/esx/esx_storage_driver.c
index b920f3b..7b073a6 100644
--- a/src/esx/esx_storage_driver.c
+++ b/src/esx/esx_storage_driver.c
@@ -102,6 +102,7 @@ static virStorageDriver esxStorageDriver = {
     NULL,                                  /* volCreateXML */
     NULL,                                  /* volCreateXMLFrom */
     NULL,                                  /* volDelete */
+    NULL,                                  /* volWipe */
     NULL,                                  /* volGetInfo */
     NULL,                                  /* volGetXMLDesc */
     NULL,                                  /* volGetPath */
-- 
1.6.5.5




More information about the libvir-list mailing list