Bug 2004765
| Summary: | systemd-analyze calendar --iterations= unsupported | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Mason Loring Bliss <mbliss> |
| Component: | systemd | Assignee: | David Tardon <dtardon> |
| Status: | CLOSED ERRATA | QA Contact: | Frantisek Sumsal <fsumsal> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.3 | CC: | ds815, dtardon, msekleta, systemd-maint-list |
| Target Milestone: | rc | Keywords: | ManPageChange, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-239-53.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-10 15:25:47 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: | |
| Embargoed: | |||
fix merged to github master branch -> https://github.com/redhat-plumbers/systemd-rhel8/pull/219 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (systemd bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:2069 |
Description of problem: The systemd-analyze(1) man page says: Example 9. Show leap days in the near future $ systemd-analyze calendar --iterations=5 '*-2-29 0:0:0' Original form: *-2-29 0:0:0 ...but that feature is evidently from a newer version than what we ship: # systemd-analyze calendar --iterations=5 '*-2-29 0:0:0' systemd-analyze: unrecognized option '--iterations=5' We should probably either backport the feature or amend the docs.