Skip to content

warnings when cachesize not defined (Fixes BUGZ-3974)

Florido Paganelli requested to merge floridop/arc:dev-cachesize into master

fix for bug #3974 warnings when cachesize not defined

Link to Bugzilla ticket

BUGZ-3974

Description

A missing check in HostInfo.pm was causing Perl warnings in the logs.

If cachesize is not defined in arc.conf then Perl generates warnings. This patch simply checks whether the value is defined or not.

Edited by Maiken

Merge request reports