Index: /tags/ipp-20110622/Nebulous-Server/bin/neb-admin
===================================================================
--- /tags/ipp-20110622/Nebulous-Server/bin/neb-admin	(revision 32521)
+++ /tags/ipp-20110622/Nebulous-Server/bin/neb-admin	(revision 32522)
@@ -558,5 +558,9 @@
 			       'ota60' => 'ipp039.0','ota61' => 'ipp040.0','ota62' => 'ipp041.0','ota63' => 'ipp042.0','ota64' => 'ipp043.0','ota65' => 'ipp044.0','ota66' => 'ipp046.0','ota67' => 'ipp047.0',
 			       'ota71' => 'ipp048.0','ota72' => 'ipp049.0','ota73' => 'ipp050.0','ota74' => 'ipp051.0','ota75' => 'ipp052.0','ota76' => 'ipp053.0');
-
+    my %blocked_volume = ('ipp027' => 1,
+			  'ipp037' => 1,
+			  'ipp043' => 1,
+			  'ipp044' => 1,
+			  'ipp053' => 1);
     if (not defined $so_id_start) { $so_id_start = 0; }
     if (not defined $so_id_range) { $so_id_range = 100000; }
@@ -641,4 +645,7 @@
 	    next;
 	}
+	if (defined($blocked_volume{$destination_host})) {
+	    next;
+	}
 	$destination_uri =~ s/$source_name/$destination_name/;
 	
