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
29
29
# Token expiration duration in minutes, can be overridden in the main config file, defaults to 60 mins
30
30
token_expiration_duration = 60
31
31
32
- # Maximum number of days an unpacked tar ball directory hierarchy will be
33
- # kept around.
34
- max-unpacked-age = 30
35
-
36
32
# Server settings for dataset retention in days; the default can be overridden
37
33
# by user metadata, bounded by the server maximum.
38
34
maximum-dataset-retention-days = 3650
39
35
default-dataset-retention-days = 730
40
36
41
- # See pbench-server-setup documentation for filesystem setup.
42
-
43
37
# WARNING - the pbench-server.cfg file should provide a definition of
44
38
# pbench-top-dir, e.g.:
45
39
# pbench-top-dir = /srv/pbench
@@ -70,11 +64,6 @@ workers = 3
70
64
# Set the gunicorn worker timeout. Setting it to 0 has the effect of infinite timeouts
71
65
worker_timeout = 9000
72
66
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
-
78
67
# Default roles this pbench server takes on, see crontab roles below.
79
68
roles = pbench-results
80
69
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ install-dir = /opt/pbench-server
7
7
# ##########################################################################
8
8
[pbench-server]
9
9
pbench-top-dir = /srv/pbench
10
- pbench-backup-dir = %(pbench-top-dir)s/pbench.archive.backup
11
10
environment = container
12
11
realhost = pbenchinacan
13
- max-unpacked-age = 36500
14
12
maximum-dataset-retention-days = 36500
15
13
default-dataset-retention-days = 730
16
- roles = pbench-results, pbench-backup
14
+ roles = pbench-results
17
15
18
16
[Indexing]
19
17
index_prefix = container-pbench
You can’t perform that action at this time.
0 commit comments