Skip to content

Commit

Permalink
adds comments to eos_accounting_cmsvoc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Germano0 committed Mar 7, 2024
1 parent 01308c0 commit a03c22c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/python/CMSMonitoring/eos_accounting_cmsvoc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Germano Massullo - [email protected]
# Dario Mapelli - [email protected]

# This script is running in acrontab in lxplus under the personal account (not 'cmsvoc' service account) of the CMS VOC, because such account has full permissions.
# This script is running in acrontab in lxplus under the personal account (not 'cmsvoc' service account) of the CMS VOC, because such account has full permissions. This python script cannot be run directly on lxplus, the acrontab must run it from the following bash script
"""
#!bin/bash
# This script is run by acrontab on lxplus
source /etc/profile
python3 eos_accounting_cmsvoc.py
"""
# A very extensive explanation of this script is available at
# https://its.cern.ch/jira/browse/CMSMONIT-521?focusedId=4724501&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-4724501
# Its text cannot be pasted here for both reserved comments and lack of layout capabilities in a Python file compared to a comment in a Jira ticket.
Expand Down

0 comments on commit a03c22c

Please sign in to comment.