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