Bug 1522985
| Summary: | RFE: engine-backup needs a --quiet parameter | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Troels Arvin <troels> |
| Component: | Backup-Restore.Engine | Assignee: | Yedidyah Bar David <didi> |
| Status: | CLOSED WONTFIX | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.1.7.6 | CC: | bugs, michal.skrivanek, ylavi |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | Flags: | rule-engine:
planning_ack?
rule-engine: devel_ack? rule-engine: testing_ack? |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-12 11:15:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Troels Arvin
2017-12-06 21:35:29 UTC
Makes sense, does not seem high priority. Patches are welcome :-)
A workaround:
Run it with > /dev/null. If there is an error, it will be written to stderr, so you should get mail, at least by most sane cronds, and the log ('--log=') should usually be enough to debug the error.
Or run it with > /some/place/engine-backup-stdout.log, and have the same behavior, plus the extra theoretical info written to stdout and not to the log (if you find such, please open a bug), and plus the need to rotate the generated log.
Yes, it's a minor thing. By the way: Now that oVirt warns about lack of recent backups, maybe it should have a standard directory for backups and a default scheduled (nightly) backup-dump. That would leave one less task for the end-user to remember. Closing old RFEs, please reopen if still needed. Patches are always welcome. |