Bug #1283
closedcheckRefineJobs.php detects missing job file at appiondir when remote cluster is used for processing
0%
Description
The script checks the local appion run directory for the job file and need to parse it when it comes to the time to upload the result. When job is copied to remote cluster, it should also be copied to the local file server as defined by C_REMOTE_SERVER in cluster.php
Because it includes also mkdir of the appion run directory. It also makes the rsync from the remote server at the last part of the job fails.
Updated by Anchi Cheng over 13 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Christopher Irving
r15611 fixes this by duplicating the mkdir and copying of the job file part of the script. It might be better to clean it up in the future.
This fix also need r15600 change in emanJobGen.php to work right.
Testing:
1. submit eman job to garibaldi without going through dmf and see if the job shows up when check status.
Updated by Christopher Irving over 13 years ago
- Status changed from In Code Review to In Test
This will work in our environment but because of the way we implimented user logins there is a potential problem if the user credentials for the processing host (CNAME) and C_REMOTE_SERVER are diffferent. For instance if the usernames are different the login to one will fail.
Updated by Christopher Irving over 13 years ago
- Status changed from In Test to Closed