From 4ad70881c443d9d03f78d7dfe061d6b3d6ba89be Mon Sep 17 00:00:00 2001 From: Niklas Edmundsson Date: Thu, 12 Mar 2020 11:16:24 +0100 Subject: [PATCH] Example config: Include resourceutil on cmdline to override dsm.sys setting Things do not behave as expected if ResourceUtilization has been changed from default in dsm.sys. Improve example configuration by including it on the command line to override any dsm.sys additions. --- Endit.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Endit.pm b/Endit.pm index 1af342d..b13c4bd 100644 --- a/Endit.pm +++ b/Endit.pm @@ -134,7 +134,8 @@ my %confitems = ( desc => "Require this usage before migrating to tape, in gigabytes.\nTune this to be 20-30 minutes or more of tape activity.", }, archiver_threshold1_dsmcopts => { - desc => 'Extra dsmcopts for archiver_threshold1', + example => "-resourceutilization=2", + desc => "Number of tape mounts corresponds to ResourceUtilization - 1. Explicitly adding -resourceutilization=2 overrides any settings in dsmc config dsm.sys.", }, archiver_threshold2_usage => { example => 2000,