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

Re: [HTCondor-users] Disable HasFileTransfer for hosts?



Hmm,

same thing here:

[root@bird855 ~]# condor_config_val -startd HasFileTransfer
false


[root@bird-htc-sched02 ~]# condor_status -l -direct bird855  | grep HasFileTransfer
HasFileTransfer = true

Condor restart (on bird855) does not change that - no idea why this is the case ...

Looks like the classadd of the startd is actualy not changed:

[root@bird855 ~]# condor_starter -classad
CondorVersion = "$CondorVersion: 8.7.7 Mar 13 2018 BuildID: 435313 $"
IsDaemonCore = True
HasFileTransfer = True
[ ... ]

Best
Christoph



--
Christoph Beyer
DESY Hamburg
IT-Department

Notkestr. 85
Building 02b, Room 009
22607 Hamburg

phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx


Von: "Joe DiTommasso" <jdito@xxxxxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Sonntag, 27. Mai 2018 08:31:59
Betreff: Re: [HTCondor-users] Disable HasFileTransfer for hosts?

Anyone have any ideas on this before I start digging into code to see why this value isn't propagating?

On Tue, May 22, 2018, 09:26 Joe DiTommasso <jdito@xxxxxxxxxxxx> wrote:
Interesting. That's one of the things I tried. Condor on the local host reports correctly:

[root@ip-172-31-17-170 config.d]# condor_config_val -startd HasFileTransfer
False


However, on my Condor head node, condor_status doesn't reflect that:

[root@sum-condor-01 ~]# condor_status -l ip-172-31-17-170.ec2.internal | grep -i filetransfer
HasFileTransfer = true


And jobs still run on that host, which doesn't share a filesystem domain with the rest of my cluster:

[root@sum-condor-01 ~]# condor_status | head
Name                                  OpSys      Arch   State     Activity LoadAv Mem     ActvtyTime

slot1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx   LINUX      X86_64 Unclaimed Idle      0.000   3532  0+00:00:03
slot1_1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Claimed   Busy      0.000    128  0+00:00:02
slot1_2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Claimed   Busy      0.000    128  0+00:00:03



On Mon, May 21, 2018 at 8:10 PM, Beyer, Christoph <christoph.beyer@xxxxxxx> wrote:
arggh,

reading is obviously not my main competence :(

On the host you should put

HasFileTransfer = false

After a condor_reconfig:

[root@bird855 ~]# condor_config_val -startd HasFileTransfer
False

(?)

Best
Christoph


--
Christoph Beyer
DESY Hamburg
IT-Department

Notkestr. 85
Building 02b, Room 009
22607 Hamburg

phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx


Von: "Christoph Beyer" <christoph.beyer@xxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Montag, 21. Mai 2018 19:03:29
Betreff: Re: [HTCondor-users] Disable HasFileTransfer for hosts?

Hi,

if it comes to the max you can always use job_transforms to set it to 'false' on the scheduler....

Best
Christoph


--
Christoph Beyer
DESY Hamburg
IT-Department

Notkestr. 85
Building 02b, Room 009
22607 Hamburg

phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx


Von: "Joe DiTommasso" <jdito@xxxxxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Montag, 21. Mai 2018 16:34:51
Betreff: [HTCondor-users] Disable HasFileTransfer for hosts?

Hi, I'm looking for a way to disable HasFileTransfer on a per-host or cluster-wide basis. I've not yet found any way to do it. Adding "HasFileTransfer = false" to my config in various formats had no effect. Am I missing something, or can that not be disabled?

_______________________________________________
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/

_______________________________________________
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/

_______________________________________________
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/


_______________________________________________
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/