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

Re: [HTCondor-users] Change JobOwner in Python



Hi Dario,

The job owner is an immutable attribute by default and cannot be changed after set. See  IMMUTABLE_JOB_ATTRS and SYSTEM_IMMUTABLE_JOB_ATTRS:

https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html

You will need to change these at the admin level.  Note: havenât tested this myself but itâs possible there are other internal safeguards to changing the attribute.

Whatâs the use case?  Iâd worry about things like file ownership getting confused if the Owner attribute suddenly changes in the middle of a job.

Brian 

Sent from my iPad

On Apr 19, 2020, at 2:48 PM, "dario.rodriguez@xxxxxxxxxxxx" <dario.rodriguez@xxxxxxxxxxxx> wrote:

ï

It is possible to change the job ownership in Python binding?


Thanks


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