From 8feefc37726c52b93b0e04f0a7f40938d6fc8120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 2 Jun 2017 12:15:44 +0200 Subject: [PATCH] Change to test compaction. --- policies/image.policies | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/policies/image.policies b/policies/image.policies index 5dc924e..62a4e38 100644 --- a/policies/image.policies +++ b/policies/image.policies @@ -11,5 +11,21 @@ ] } } + ,{ + "pattern": "SINBC02-DSRM310:FPICTURE", + "data_reduction": { + "default": [ + { + "ttl": "PT1H", + "modulo": 1 + }, + { + "ttl": "P3D", + "modulo": 100, + "offset": 3 + } + ] + } + } ] }