File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
pbenchinacan/etc/pbench-server Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,11 @@ mailfrom=%(user)s@localhost
2929# Token expiration duration in minutes, can be overridden in the main config file, defaults to 60 mins
3030token_expiration_duration = 60
3131
32- # Maximum number of days an unpacked tar ball directory hierarchy will be
33- # kept around.
34- max-unpacked-age = 30
35-
3632# Server settings for dataset retention in days; the default can be overridden
3733# by user metadata, bounded by the server maximum.
3834maximum-dataset-retention-days = 3650
3935default-dataset-retention-days = 730
4036
41- # See pbench-server-setup documentation for filesystem setup.
42-
4337# WARNING - the pbench-server.cfg file should provide a definition of
4438# pbench-top-dir, e.g.:
4539# pbench-top-dir = /srv/pbench
@@ -70,11 +64,6 @@ workers = 3
7064# Set the gunicorn worker timeout. Setting it to 0 has the effect of infinite timeouts
7165worker_timeout = 9000
7266
73- # WARNING - the pbench-server.cfg file should provide a definition of
74- # pbench-backup-dir, e.g.:
75- # pbench-backup-dir = %(pbench-local-dir)s/archive.backup
76- # We won't define it here by default to avoid unintended behaviors.
77-
7867# Default roles this pbench server takes on, see crontab roles below.
7968roles = pbench-results
8069
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ install-dir = /opt/pbench-server
77# ##########################################################################
88[pbench-server]
99pbench-top-dir = /srv/pbench
10- pbench-backup-dir = %(pbench-top-dir)s/pbench.archive.backup
1110environment = container
1211realhost = pbenchinacan
13- max-unpacked-age = 36500
1412maximum-dataset-retention-days = 36500
1513default-dataset-retention-days = 730
16- roles = pbench-results, pbench-backup
14+ roles = pbench-results
1715
1816[Indexing]
1917index_prefix = container-pbench
You can’t perform that action at this time.
0 commit comments