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

Re: [HTCondor-users] Error with the Docker universe



On 2/23/23 09:27, Gaetan Geffroy wrote:

Hi,

 

  1. I try to run a basic Docker Universe job:
    universe                = docker
    docker_image            = python:3.8.10
    executable              = /usr/bin/echo
    arguments               = Bonjour
    output                  = test_docker.out
    error                   = test_docker.err
    log                     = test_docker.log
    request_memory          = 100M
    queue 1

The job is correctly submitted and picked by one of the workers, but then it immediately goes on hold with the following error:

Hold reason: Error from slot1@mymachine: Error response from daemon: Duplicate mount point: /var/lib/condor/execute/dir_1260


GaÃtan:

This is a bit of an unusual setup.  I think there have been problems with the docker universe in the past when file transfer is off -- can you try forcing file transfer on by adding

should_transfer_files = yes


to your submit file.


Otherwise, we'll need to see the line in the StarterLog.slotXXX file where the docker create command line is logged.


-greg


 

Does anyone know what could be causing this ?

 

Thanks,

GaÃtan Geffroy

 


Gaetan Geffroy
Junior Software Engineer, Space

Terma GmbH
Europaarkaden II, BratustraÃe 7, 64293 Darmstadt, Germany
T +49 6151 86005 43 (direct)  â  T +49 6151 86005-0
Terma GmbH - Sitz Darmstadt  â  Handelsregister Nr.: HRB 7411, Darmstadt
GeschÃftsfÃhrer: Poul Vigh / Steen Vejby SÃrensen
www.terma.com â Linkedin â Twitter â Instagram â Youtube


Attention:
This e-mail (and attachment(s), if any) - intended for the addressee(s) only - may contain confidential, copyright, or legally privileged information or material, and no one else is authorized to read, print, store, copy, forward, or otherwise use or disclose any part of its contents or attachment(s) in any form. If you have received this e-mail in error, please notify me by telephone or return e-mail, and delete this e-mail and attachment(s). Thank you.


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/