{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

brian

Ticket Summary Component Milestone Type Created
Description
#25 GlueCEStateFreeJobSlots being overreported when max_queuable is set for PBS PBS None defect 01/29/2009

From Steve Timm (this may be dependent on a fix for ticket:24):

It appears that there is a failure mode in gip 1.0.7 and earlier such that when the pbs queue is absolutely empty, no jobs waiting, it reports the total number of free cpu's in the cluster as GlueCEStateFreeCPUs/GlueCESTateFreeJobSlots instead of looking at the max_queuable value. The result is that the number of free slots gets over reported.

HAven't checked the vtb gip 1.1.0 beta to see if it is there too.

Steve Timm


#40 dCache provider generating stanzas with no ACBR Storage None defect 05/04/2009

Mike found that the GIP 1.1.0 at Caltech is generating a stanza with no ACBR -- looks like it's failing to detect the access policies correctly.

There should be no case that allows a SA without ACBR, as it causes invalid LDAP and the entire SE to stop advertising.

dn: GlueSALocalID=OSG_Opportunistic_Pools-link-group:custodial:nearline,GlueSEUniqueID=cit-se.ultralight.org,Mds-Vo-name=local,o=grid
objectClass: GlueSATop
objectClass: GlueSA
objectClass: GlueSAPolicy
objectClass: GlueSAState
objectClass: GlueSAAccessControlBase
objectClass: GlueKey
objectClass: GlueSchemaVersion
GlueSARoot: /
GlueSAPath: /pnfs/ultralight.org/data/osg
GlueSAType: permanent
GlueSALocalID: OSG_Opportunistic_Pools-link-group:custodial:nearline
GlueSAName: OSG_Opportunistic_Pools-link-group:custodial:nearline
GlueSATotalOnlineSize: 0
GlueSAUsedOnlineSize: 0
GlueSAFreeOnlineSize: 0
GlueSAReservedOnlineSize: 0
GlueSATotalNearlineSize: 0
GlueSAUsedNearlineSize: 0
GlueSAFreeNearlineSize: 0
GlueSAReservedNearlineSize: 0
GlueSARetentionPolicy: custodial
GlueSAAccessLatency: nearline
GlueSAExpirationMode: neverExpire
GlueSACapability: file storage
GlueSAPolicyMaxFileSize: 0
GlueSAPolicyMinFileSize: 0
GlueSAPolicyMaxData: 0
GlueSAPolicyMaxNumFiles: 0
GlueSAPolicyMaxPinDuration: 0
GlueSAPolicyQuota: 0
GlueSAPolicyFileLifeTime: permanent
GlueSAStateAvailableSpace: 0
GlueSAStateUsedSpace: 0

GlueSACapability: SRMTokenReservedSpace=0
GlueSACapability: InstalledOnlineCapacity=0
GlueSACapability: InstalledNearlineCapacity=0
GlueChunkKey: GlueSEUniqueID=cit-se.ultralight.org
GlueSchemaVersionMajor: 1
GlueSchemaVersionMinor: 3

#41 We don't currenly bind more than one SE to a CE Common None defect 05/08/2009

The code which fills the GlueCESEBindGroupCEUniqueID stanza needs to be changed. If we have a single CE (CE1) and two storage elements (SE1, SE2), we get

dn: GlueCESEBindGroupCEUniqueID=CE1
GlueCESEBindGroupSEUniqueID: SE1

dn: GlueCESEBindGroupCEUniqueID=CE1
GlueCESEBindGroupSEUniqueID: SE2

and the second stanza overwrites the first downstream in LDAP land.

But what we want is

dn: GlueCESEBindGroupCEUniqueID=CE1
GlueCESEBindGroupSEUniqueID: SE1
GlueCESEBindGroupSEUniqueID: SE2

#45 Support ACLs for Condor provider Condor None defect 06/24/2009

Support blacklist/whitelist ACLs in the Condor provider like is done for the PBS provider (including setting this in the proper section in the config.ini) Add unittest.


#47 Enforce sanity invariants in condor provider Condor None defect 06/24/2009

From email to GIP list:

Here are the invariants I'm looking at for the GlueCE:
If (group quota is defined):
 TOTAL <= CE_ASSIGNED (CE_ASSIGNED is the value of the group quota)
Else:
 CE_ASSIGNED=TOTAL
RUNNING <= TOTAL
RUNNING <= CE_ASSIGNED
CE_FREE_SLOTS <= CE_ASSIGNED - RUNNING
CE_FREE_SLOTS <= UNCLAIMED SLOTS IN CONDOR

Here are the invariants I'm looking at for the GlueVOView:
VO_FREE_SLOTS <= CE_FREE_SLOTS
VO_FREE_SLOTS <= CE_ASSIGNED - VO_RUNNING

Note: See TracReports for help on using and creating reports.