-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sites suggestions in the console #14
Comments
there should be a "hide / show" button for the site list. |
playing either with http://vocms0116.cern.ch/tasks or http://vocms0276.cern.ch/tasks the actions do get in mongodb for both. {u'timestamp': 1550051732L, u'acted': 0, u'_id': ObjectId('5c63e994ee453f295b9f2256'), u'name': u'/vlimant_task_HIG-RunIIFall17wmLHEGS-02271__v1_T_190118_172127_2013/HIG-RunIIFall17wmLHEGS-02271_0/HIG-RunIIFall17DRPremix-02981_0/HIG-RunIIFall17DRPremix-02981_1', u'parameters': {u'action': u'acdc', u'reasons': [], u'xrootd': u'disabled', u'sites': [], u'secondary': u'disabled'}} for example, while T2_PL_Swierk box was properly tick (NB #11 (comment), one needs the "workflow" field) |
The recovery docs list different sites for different tasks, which suggests some tasks can only run at certain sites. Also, the current view of a site list per task was explicitly requested by @sharad1126 Did you check both databases? vocms0116 is the one up to date, so one of the databases will probably be incomplete if you did the same thing with 0116 and 0276. |
I know this was a request
it might not have been the best recommendation of all time. |
|
@vlimant Can you please check again if you find the same error by using |
since it is not wired to anything yet, can you please insert one and check that its shows up fine in mongodb ? I cannot really do it right now. |
EDIT: Actually I do. It is now showing
|
you can setup a simple pymongo client
saw this {u'timestamp': 1550096995L, u'acted': 0, u'_id': ObjectId('5c649a63ee453f10cae76dcd'), u'name': u'/pdmvserv_task_EXO-RunIIFall17NanoAODv4-01241__v1_T_190118_032613_2330/EXO-RunIIFall17NanoAODv4-01241_0', u'parameters': {u'action': u'acdc', u'reasons': [], u'xrootd': u'disabled', u'sites': [u'T2_US_UCSD'], u'secondary': u'disabled'}} it seems to work then. thx |
trying http://vocms0116.cern.ch/tasks when going "manual" one needs a "unselect all".
in addition (I don't recall where this discussion happened) the list of site should not be made task specific, because it makes the console impractical. so indeed this came up as a request in #4 and #4 (comment) but the list, as it was explicitely designed with @vined should be there upfront, and not task specific
The text was updated successfully, but these errors were encountered: