<div dir="ltr">Good Afternoon AFM Experts,<div><br></div><div>I looked in the manual for afmPreopopEnd event variables I can extract to log something useful after a prefetch event completes. Here is the manual entry:</div><div><br></div><div><div>         %prepopAlreadyCachedFiles</div><div>                  Specifies the number of files that are cached.</div><div>                  These number of files are not read into cache</div><div>                  because data is same between cache and home.</div></div><div><br></div><div>However, when I try to install a callback like this, I get the associated error:</div><div><br></div><div><div># mmaddcallback afmCompletionReport --command /var/mmfs/etc/afmPrepopEnd.sh --event afmPrepopEnd -N afm --parms "%fsName %filesetName %prepopCompletedReads %prepopFailedReads %prepopAlreadyCachedFiles %prepopData"</div><div>mmaddcallback: Invalid callback variable "%prepopAlreadyCachedFiles" was specified.</div><div>mmaddcallback: Command failed. Examine previous error messages to determine cause.</div></div><div><br></div><div>I have a butcher's in /usr/lpp/mmfs/bin/mmfsfuncs and see only these three %prepop variables listed:</div><div><br></div><div><div>    %prepopcompletedreads ) validCallbackVariable="%prepopCompletedReads";;</div><div>    %prepopfailedreads ) validCallbackVariable="%prepopFailedReads";;</div><div>    %prepopdata        ) validCallbackVariable="%prepopData";;</div></div><div><br></div><div>Is the %prepopAlreadyCachedFiles not implemented? Will it be implemented?</div><div><br></div><div>Unusual to see the manual ahead of the code ;)</div><div><br></div><div>Cheers,</div><div>Luke</div></div>