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

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



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@cs.wisc.edu 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@cs.wisc.edu 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@cs.wisc.edu 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/