Skip to content

fix for issue#54: nordugrid-queues not published due to missing maxcputime/maxwalltime (Fixes #54)

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

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

## fix for issue#54: nordugrid-queues not published due to missing maxcputime/maxwalltime (Fixes #54 (closed))

Link to Bugzilla ticket

BUGZ-3569

Description

NorduGRID schema complains if numerical values are ''

The patch modifies ARC0ClusterInfo.pm to assign undef to maxcputime, maxwalltime when these are not set.

Merge request reports