Skip to content

Commit

Permalink
Example config: Include resourceutil on cmdline to override dsm.sys s…
Browse files Browse the repository at this point in the history
…etting

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.
  • Loading branch information
ZNikke committed Mar 18, 2020
1 parent 78879a0 commit 4ad7088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Endit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ad7088

Please sign in to comment.