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

Re: [HTCondor-users] HTCondor Schedd and docker



Hi Iain,

I can reproduce the same problem, but I'm not sure how to fix it - having a collector, negotiator and startds in containers seems to be fairly straightforward (and works), but a schedd is a bit harder.

Regards,
Andrew.

________________________________
From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of Iain Bradford Steers [iain.steers@xxxxxxx]
Sent: Wednesday, December 16, 2015 11:48 AM
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] HTCondor Schedd and docker

Hi All,

Seeing as it's almost the holidays I decided to have some fun with docker and a single schedd.

I've built and run a container that runs condor with the following custom config.

DAEMON_LIST = MASTER, COLLECTOR, SCHEDD
USE_SHARED_PORT = True

The container works and condor appears to work. I've exposed the usual port 9618 as well. Using bash inside the container I can query both the collector and schedd.

However from outside the container I only appear able to query the collector.(1)

condor_q with multiple attempts at getting -name right just tells me that the collector has no knowledge of the schedd. I've removed the -pool ip as it's publicly routable i.e.

outside]# condor_q -name 11e3ad4f744a
Error: Collector has no record of schedd/submitter.

Has anyone else tried this before?

Nothing urgent here, just decided to have some fun and a poke around.

Cheers, Iain

(1)
outside]# condor_status -schedds
Name                 Machine    TotalRunningJobs TotalIdleJobs TotalHeldJobs

11e3ad4f744a         11e3ad4f74                0             0              0
                      TotalRunningJobs      TotalIdleJobs      TotalHeldJobs


               Total                 0                  0                  0