Hide Forgot
Description of problem: Jobs submitted via aviary do not compute size attributes based on input executable and use in requirements expression. Version-Release number of selected component (if applicable): condor-aviary-7.6.1-0.4 How reproducible: 100% Steps to Reproduce: 1. Submit via example apps 2. condor_q -long | grep -i size (or image) Actual results: *Sizes = 0 Expected results: *Sizes == *Size set via condor_submit and requirements expression does not utilize said data.
The primary attribute of interest is ImageSize, which is difficult for the aviary plugin to calculate, given uncertain access to the Cmd (executable). ImageSize is an attribute managed by Condor as a job runs. condor_submit provides an initial hint at its value by sizing the executable. An initial guess of 0/Undef is just as reasonable in many cases.