| Summary: | Idler commands need updating | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | brice <bfallonf> |
| Component: | Documentation | Assignee: | brice <bfallonf> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ecs-bugs |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0.0 | CC: | 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
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. |