Reported by Ron and Pic:
Hi Ted,
I am still having difficulty with with the caching of the mapping by the srm.
When I do:
voms-proxy-init -voms dteam
and I do a srm-reserve-space I see in the gPlazma log:
05/21 08:15:07,083 GPLAZMALiteVORoleAuthzPlugin: authRequestID 1628440016 Requesting mapping for User with DN and role: /O=dutchgrid/O=users/O=sara/CN=Ron Trompert/dteam/Role=NULL/Capability=NULL
05/21 08:15:07 Cell(gPlazma@gPlazma-dcadminDomain) : authRequestID 1628440016 authorized dteam 1991 [1135] / for /O=dutchgrid/O=users/O=sara/CN=Ron Trompert
which is OK and in the catalina.out file I see:
05/21 08:15:01 Cell(SrmSpaceManager@srm-srmDomain) : reserveSpace(group=dteam, role=, sz=1000, latency=NEARLINE, policy=CUSTODIAL, lifetime=3600000, description=TESTTOKEN
05/21 08:15:01 Cell(SrmSpaceManager@srm-srmDomain) : reserveSpaceInLinkGroup(linkGroupId=9group=dteam, role=, sz=1000, latency=NEARLINE, policy=CUSTODIAL, lifetime=3600000, description=TESTTOKEN
This is fine too. But when I do voms-proxy-init -voms dteam:/dteam/ne and I do a srm-reserve-space, I see in the gPlazma log:
05/21 08:29:30,230 GPLAZMALiteVORoleAuthzPlugin: authRequestID 1115292472 Requesting mapping for User with DN and role: /O=dutchgrid/O=users/O=sara/CN=Ron Trompert/dteam/ne/Role=NULL/Capability=NULL
05/21 08:29:30 Cell(gPlazma@gPlazma-dcadminDomain) : authRequestID 1115292472 authorized dteam 1991 [1135] / for /O=dutchgrid/O=users/O=sara/CN=Ron Trompert
which is OK but then in the catalina.out file:
05/21 08:29:25 Cell(SrmSpaceManager@srm-srmDomain) : reserveSpace(group=dteam, role=, sz=1000, latency=NEARLINE, policy=CUSTODIAL, lifetime=3600000, description=TESTTOKEN3
05/21 08:29:25 Cell(SrmSpaceManager@srm-srmDomain) : reserveSpaceInLinkGroup(linkGroupId=9group=dteam, role=, sz=1000, latency=NEARLINE, policy=CUSTODIAL, lifetime=3600000, description=TESTTOKEN3
which is wrong. After restarting the srm I get with the same proxy:
05/21 08:37:26 Cell(SrmSpaceManager@srm-srmDomain) : reserveSpace(group=/dteam/ne, role=NULL, sz=1000, latency=NEARLINE, policy=CUSTODIAL, lifetime=3600000, description=TESTTOKEN4
which is correct. In the setup file I have srmAuthzCacheLifetime=0.
Another thing is that when I do a dcache-core stop there is still one dcache java process running on our srm connected to init (pid=1) but this is probably not related to this.
Cheers,
Ron