Skip to content

warnings when cachesize not defined (Fixes BUGZ-3974)

nordugrid-arc-bot requested to merge floridop/arc:dev-cachesize into next

Begin arcbot message
This merge request is automatically copied from !1332 (merged) orginally made by @floridop
End arcbot message

## 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