From 31a1c59ec2aa45400ded83d228af54b433910b8d Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 7 Dec 2010 14:36:49 +0000 Subject: first test commit --- plugins/xenapi/etc/xapi.d/plugins/objectstore | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/xenapi/etc/xapi.d/plugins/objectstore b/plugins/xenapi/etc/xapi.d/plugins/objectstore index 271e7337f..cbae1e552 100644 --- a/plugins/xenapi/etc/xapi.d/plugins/objectstore +++ b/plugins/xenapi/etc/xapi.d/plugins/objectstore @@ -77,6 +77,7 @@ def get_vdi(session, args): def get_vdi_(proto, netloc, url_path, username, password, add_partition, virtual_size, dest): + #Salvatore: vdi should not be partitioned for raw images if add_partition: write_partition(virtual_size, dest) -- cgit