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

[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