[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_rm not transfering the files back to submitter



Hi Johnson.

condor_rm doesn't get file transferred back because it is used to
cancel the job.
Because you declare "when_to_transfer_output = ON_EXIT_OR_EVICT", file
will be transferred back either when the job is completed and when the
job is vacated.

Best,
-jae

On Tue, Dec 2, 2008 at 5:25 AM, Johnson koil Raj <johnson.raj@xxxxxxxxx> wrote:
> Hi,
>   I am submitted a VM job. In my submit file I have specified following
> parameter. After some time I remove the job by condor_rm <job.id>. The
> files didn't get transfer back.
>
>  when_to_transfer_output = ON_EXIT_OR_EVICT
>
> lines from condor_shadow after condor_rm command.
>
> 18:44:59 (67.0) (32077): DCStartd::deactivateClaim: successfully sent
> command
> 18:44:59 (67.0) (32077): Killed starter (fast) at <192.168.111.103:9611>
> 18:45:38 (67.0) (32077): Inside RemoteResource::updateFromStarter()
> 18:45:38 (67.0) (32077): Inside RemoteResource::resourceExit()
> 18:45:38 (67.0) (32077): setting exit reason on grid3.pesgrid.wipro.com
> to 107
> 18:45:38 (67.0) (32077): Resource grid3.pesgrid.wipro.com changing state
> from FINISHED to FINISHED
> 18:45:38 (67.0) (32077): Job 67.0 is being evicted
> 18:45:38 (67.0) (32077): ZKM: setting default map to (null)
> 18:45:38 (67.0) (32077): Updating Job Queue:
> SetAttribute(LastJobLeaseRenewal = 1228223738)
> ....
> 12/2 18:45:38 (67.0) (32077): **** condor_shadow (condor_SHADOW) EXITING
> WITH STATUS 102
>
> The condor_vacate command is working fine.
>
> while doing condor_vacate command also the shadow log looks like this,
>
> setting exit reason on grid3.pesgrid.wipro.com to 107
>
> but the job was properly checkpoint and files are transferd back to
> spool directory.
>
> what is missing in my submit file. where to see?
>
> Thanks in Advance
>
> by
> Johnson
>
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
>
> www.wipro.com
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>