cvmfs-contrib / config-repo

Master source for CVMFS configuration repository for major organizations
4 stars 19 forks source link

OSDF cache inconsistencies between branches #185

Closed DrDaveD closed 7 months ago

DrDaveD commented 1 year ago

The master branch is expected to have a superset of the other branches. The domain.d/osgstorage.org.conf and osgstorage-auth.conf files in the master branch have sections for servers in osg and servers not in osg. So I expect to be able to do a git diff on those files between branches, for example from the master branch

git diff osg etc/cvmfs/domain.d/osgstorage.org.conf

and then the list of external servers in the osg section should be identical between the two branches. That is not the case, there are a lot of differences. Likewise for egi and the section of servers not used by osg. Please make them consistent. I expect there to be some missing servers in the egi branch from the osg section and for the egi section to be completely missing in the osg branch. The default branch should be just like egi in osgstorage.org.conf.

@biozit

biozit commented 12 months ago

sure!

DrDaveD commented 7 months ago

Fixed in #224