Index: trunk/ippScripts/scripts/ipp_cleanup.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_cleanup.pl	(revision 29671)
+++ trunk/ippScripts/scripts/ipp_cleanup.pl	(revision 29892)
@@ -1984,5 +1984,5 @@
 sub file_gone
 {
-    # if $check_for_gone check whether the only instance of file is on a lost volumen
+    # if $check_for_gone check whether the only instance of file is on a lost volume
     # XXX: we don't have a proper interface for this. 
     # For now try to use Bill's hack the script 'whichnode'
@@ -1990,4 +1990,8 @@
 
     my $file = shift;
+
+    if (file_scheme($file) ne 'neb') {
+        return 0;
+    }
 
     if (!$whichnode) {
@@ -2021,4 +2025,6 @@
             print STDERR "$file is on $volume which is gone\n";
             $numGone++;
+        } elsif ($answer eq 'available') {
+            $numNotGone++;
         } elsif ($answer eq 'not') {
             print STDERR "$file is on $volume which is not available\n";
