From b8a0f3d66969147f2f8d08fc2644e0c7f99cb274 Mon Sep 17 00:00:00 2001 From: gpawel <gpawel> Date: Thu, 11 Oct 2012 09:40:21 +0000 Subject: [PATCH] SP-278 BIS-200: recovery highwater mark in service.properties SVN: 27147 --- openbis_standard_technologies/dist/etc/service.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/etc/service.properties b/openbis_standard_technologies/dist/etc/service.properties index a84d4b29fe0..7f0b3f2f7a0 100644 --- a/openbis_standard_technologies/dist/etc/service.properties +++ b/openbis_standard_technologies/dist/etc/service.properties @@ -48,8 +48,11 @@ shutdown-timeout = 180 # If free disk space goes below value defined here, a notification email will be sent. # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is -# specified or if value is negative, the system will not be watching. +# specified or if value is negative, the system will not be watching. There are 2 different kinds +# of highwater mark supported: the one that is checking the space on the store, and one that is +# checking the amount of free space for recovery state (on the local filesystem). highwater-mark = -1 +recovery-highwater-mark = -1 # If a data set is successfully registered it sends out an email to the registrator. # If this property is not specified, no email is sent to the registrator. This property -- GitLab