diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2010-12-07 14:36:49 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2010-12-07 14:36:49 +0000 |
| commit | 31a1c59ec2aa45400ded83d228af54b433910b8d (patch) | |
| tree | 130c97cd17830e371b2f1b468a0fa573f54c045f | |
| parent | 09ebc4c33ff52c352cdab54fea41d1b116a446f4 (diff) | |
first test commit
| -rw-r--r-- | plugins/xenapi/etc/xapi.d/plugins/objectstore | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
