Bug 1045239

Summary: Idler commands need updating
Product: OpenShift Container Platform Reporter: brice <bfallonf>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.0.0CC: alyoung, jokerman, libra-onpremise-devel, lmeyer, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-15 04:03:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description brice 2013-12-20 01:04:51 UTC
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

Comment 2 brice 2013-12-20 01:32:11 UTC
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.

Comment 4 Luke Meyer 2014-05-08 19:37:55 UTC
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!

Comment 5 brice 2014-05-09 01:53:21 UTC
Thanks, Luke.

Example output has been updated.