[pve-devel] r6356 - pve-storage/pve2/PVE

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jul 22 11:09:41 CEST 2011


Author: dietmar
Date: 2011-07-22 11:09:40 +0200 (Fri, 22 Jul 2011)
New Revision: 6356

Modified:
   pve-storage/pve2/PVE/Storage.pm
Log:


Modified: pve-storage/pve2/PVE/Storage.pm
===================================================================
--- pve-storage/pve2/PVE/Storage.pm	2011-07-22 09:09:12 UTC (rev 6355)
+++ pve-storage/pve2/PVE/Storage.pm	2011-07-22 09:09:40 UTC (rev 6356)
@@ -1305,7 +1305,6 @@
     }
 }
 
-
 sub lvm_create_volume_group {
     my ($device, $vgname, $shared) = @_;
     
@@ -2127,7 +2126,7 @@
 	die "unable to parse/resolve portal address '${portal_in}'\n";
     }
 
-    return iscsi_discovery ($portal);
+    return iscsi_discovery($portal);
 }
 
 sub storage_default_format {




More information about the pve-devel mailing list