Bug 719286

Summary: RFE: provide output of the contents of /var/lib
Product: [Fedora] Fedora Reporter: Dan Yasny <dyasny>
Component: sosAssignee: Bryn M. Reeves <bmr>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: acathrow, pierre
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-01 11:44:07 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:

Description Dan Yasny 2011-07-06 10:54:50 UTC
Description of problem:
troubleshooting certain issues (libvirt for example) requires knowing that certain files are in /var/lib/...

The directory itself can be huge, but the output of `tree /var/lib` or `lr -lR /var/lib/` should be enough

Example: checking for existence of libvirt VM save files in /var/lib/libvirt/qemu/save/ can solve a lot of VM save/restore issues


Version-Release number of selected component (if applicable):
F15 (and any RHEL)

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:
no /var/lib contents in sosreport

Expected results:
tree /var/lib and ls -lR /var/lib under sos_commands

Additional info:

Comment 1 Fedora Admin XMLRPC Client 2012-02-25 13:50:14 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Admin XMLRPC Client 2012-02-27 13:59:29 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Bryn M. Reeves 2012-12-11 19:39:20 UTC
Fixed upstream:

commit 1a0c39917ebc7c1636b702a6a6a0719b72795864
Author: Bryn M. Reeves <bmr>
Date:   Tue Dec 11 19:36:18 2012 +0000

    Collect file lists for /var/lib
    
    Collect a list of files and directories under /var/lib using ls -lR
    and tree (if available).