dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

Enable creation of LoadTestSource datasets for T1_*_Disk endpoints #942

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 102697 reported by wildish on Fri Sep 27 07:42:04 2013.

Hi Tony,

In the PHEDEX/Toolkit/LoadTest/LoadTestFileInfoToInjectXML script, it is assumed that T1s have a single LoadTestSource dataset for Buffer/Disk/MSS:

https://github.com/dmwm/PHEDEX/blob/master/Toolkit/LoadTest/LoadTestFileInfoToInjectXML#L22

+verbatim+ $sitename =~ s/^T.//; $sitename =~ s/(MSS|Buffer|Disk)$//; -verbatim-

However, nowadays T1s are supposed to have independent _Buffer and _Disk nodes, each with its own LoadTestSource dataset. So I think that the previous line can be modified to:

+verbatim+ $sitename =~ s/^T.//; $sitename =~ s/(MSS|Buffer)$//; -verbatim-

(keeping the Disk suffix in the name of the LoadTestSource dataset for the T1*_Disk node)

Cheers Nicolo'

ericvaandering commented 10 years ago

Comment by wildish on Fri Sep 27 07:57:30 2013

fixed, will be in the next release.

...I wish they were all that easy :-)

ericvaandering commented 10 years ago

Closed by wildish on Fri Sep 27 07:57:30 2013