#!/bin/sh
#
# This is /etc/periodic.conf.local - a file full of useful variables that
# you can set to change the default behaviour of periodic jobs on 
# on NetApp NG cluster file servers. Please add new variables to this
# configuration file. See /etc/defaults/periodic.conf for more information.
#
#
# Daily options

# 
# These options are for controlling the number of 
# user space core files in /mroot.
#
daily_mroot_clean_enable="YES"		 # enable the cleaning of mroot core files.
daily_mroot_clean_days=7                 # delete user space core files that are older then 7 days
daily_mroot_clean_max_size=1024000       # delete core files if usage is greater the 1024000 kbytes 
daily_mroot_clean_delta="0.15"           # once we start deleting core files keep going until
                                         # we are 15% below max_size
