Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionAbhilasha Revur
2018-07-12 23:54:37 UTC
Description of problem:
I am trying to get filesystems of a VM which has root fs on lvm. The libguestfs tool is not able to detect the filesystem type of this.
Version-Release number of selected component (if applicable):
guestfish 1.36.10rhel=7,release=6.el7_5.2,libvirt
How reproducible:
Steps to Reproduce:
1.Export disks from vmware
2.Run the tool
3.vfs_type "/dev/rhel/root"
Actual results:
unknown
Expected results:
xfs
Additional info:
Comment 3Richard W.M. Jones
2018-07-13 07:43:48 UTC
You probably need to install the libguestfs-xfs package to
get XFS support, but it's not very clear from your description
what you're trying to do. If installing libguestfs-xfs
doesn't help then produce a step by step description of
what you're doing that we can follow.
Other than what Rich said:
(In reply to Abhilasha Revur from comment #0)
> Steps to Reproduce:
> 1.Export disks from vmware
Using virt-v2v, or with some other tool?
> 2.Run the tool
How exactly did you run guestfish? The log you provided start at some point.
Also: please provide the logs in *plain text* format, not HTML nor docx. Otherwise, it very hard for us to examine them.