Bug 548434
| Summary: | [RFE] journal should contain basic HW profile of a guest | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Hutař <jhutar> | ||||||||
| Component: | beakerlib | Assignee: | Jan Hutař <jhutar> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | pmuller, psplicha, qa-errata-list | ||||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 893054 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2013-06-27 16:33:22 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | 555302 | ||||||||||
| Bug Blocks: | 893054 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Jan Hutař
2009-12-17 13:19:49 UTC
Hmm, no, will use something like this: CPU info: # grep '^model name' /proc/cpuinfo RAM info: # free -m | grep '^Mem' | sed 's/^Mem: \+\([0-9]\+\) \+.*/\1/' HDD info (will summarize this): # df -k -P --local --exclude-type=tmpfs | grep '^/' Created attachment 400191 [details]
propposed patch
Created attachment 434624 [details]
New version of the patch including option for journalling.py and tests
This is still not commited, I believe? Yep, I haven't commited it. I've tried to apply this, but it won't apply anymore. Removing the 'Patch' keyword. I'll try to include this in the journal overhaul effort. Created attachment 513602 [details]
Option for journalling.py and tests to add HW info to the journal
Re-created against current git. I've tested this a bit, seems good. OK to commit. I've pushed it. http://git.fedorahosted.org/git?p=beakerlib.git;a=commit;h=9d1aff8d3a4cb7a3cee1b3fb64d42ddd6baeb72a beakerlib-1.6-1 is already in fedora |