Skip to content
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

Improve processor buckets documentation #972

Merged
merged 2 commits into from
Jul 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,15 @@ cores per node on their resources.
[14, 4097, 2147483647, "> 4k"]
]

After changing this file it must be re-ingested and all job data must be
re-aggregated. If the job data are not re-aggregated the new labels will be
displayed, but will not be accurate if the corresponding bucket has changed.

```sh
/usr/share/xdmod/tools/etl/etl_overseer.php -a xdmod.jobs-xdw-bootstrap.processorbuckets
xdmod-ingestor --aggregate=job --last-modified-start-date 1970-01-01
```

### roles.json

Defines roles and the modules and statistics that each role grants
Expand Down