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

Re: [HTCondor-users] Docker universe problems with gid



Thanks for the info Todd.

Testing in 8.8.0, the gid shows up correctly in docker universe. However the primary gid doesn't match on the submit node and inside the job. It looks like the primaryÂgid is retrieved from a sorted gid list (?).

submit node
uid=51248 gid=51183Âgroups=51183,50513,51129,51131,51183,51248,51498

vanilla/docker universe
uid=51248 gid=50513 groups=50513,51129,51131,51183,51248,51498

Thanks,

JoÃo BaÃto
---------------
ScientificÂComputing and Software Platform
Champalimaud Research
Champalimaud Center for the Unknown
Av. BrasÃlia, Doca de PedrouÃos
1400-038 Lisbon, Portugal

fchampalimaud.org


Todd Tannenbaum <tannenba@xxxxxxxxxxx> escreveu no dia quinta, 7/02/2019 Ã(s) 20:49:
On 2/7/2019 12:55 PM, JoÃo BaÃto wrote:
> Hey Greg,
>
> It's an older version HTCondor 8.6.13... missed that on the release notes
>

Realize that v8.8.0, as a new stable series, contains hundreds of
enhancements added over the past 12+ months from the v8.7 developer
series. The supplemental group id support for docker universe was added
first in v8.7.9, and is documented in the Manual's Version History.

Notes about HTCondor version numbering scheme (stable vs developer series):
 Âhttp://research.cs.wisc.edu/htcondor/version_number.html

Details about addition of supplemental group id support:
 Âhttps://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=6658

hope the above helps,
Todd