Hide Forgot
Description of problem: As per info from BZ 1044224, the idler commands section in the Admin Guide need to be updated for the 2.0 release. Version-Release number of selected component (if applicable): 2.0.1 Additional info: Comments from BZ1044224: Luke: The admin guide description of the idler tools is now totally out of date https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/2/html-single/Administration_Guide/index.html#sect-Idler_Commands oo-last-access and oo-auto-idler being the only ones left I think. Brice: is it as easy as deleting the sections that aren't oo-last-access and oo-auto-idler? That can easily be done. Luke: Delete those and rename oo-autoidler => oo-auto-idler
Commented out the obsolete commands and then some rewording of the oo-last-access and oo-auto-idler commands to make them work. This may work for now, but as Luke mentions, there might be more information coming.
Example 5.9 still has old oo-autoidler. -------- # run the auto-idler twice daily and idle anything stale for 5 days 30 7,19 * * * /usr/bin/oo-autoidler 5 ===> # run the auto-idler twice daily and idle anything stale for 24 hours 30 7,19 * * * /usr/bin/oo-auto-idler idle --interval 12 -------- Otherwise, looks good!
Thanks, Luke. Example output has been updated.