Index: /trunk/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 41479)
+++ /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 41480)
@@ -611,4 +611,9 @@
                     print STDERR "file $f is not available\n";
                     $return_code = 0;
+                    ## MEH doesn't look like return_code is even used from check_files...
+                    ## if file is not available, why is my_die not called with PSTAMP_NOT_AVAILABLE?
+                    ## is this only the case when neb-host down and fails to wait for fix?
+                    ## with multiple data nodes down, this needs to be a fault case
+                    my_die( "file $f is not available:", $job_id, $error_code, 'stop');
                 }
             } else {
