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.
Bug 1345809 - virt-customize --truncate-recursive should give an error message when specifying a no-existing path
Summary: virt-customize --truncate-recursive should give an error message when specify...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libguestfs
Version: 7.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-13 08:52 UTC by Xianghua Chen
Modified: 2016-11-03 18:01 UTC (History)
2 users (show)

Fixed In Version: libguestfs-1.32.5-4.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 18:01:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
log.truncate-recursive (85.30 KB, text/plain)
2016-06-13 08:52 UTC, Xianghua Chen
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:2576 0 normal SHIPPED_LIVE Moderate: libguestfs and virt-p2v security, bug fix, and enhancement update 2016-11-03 12:06:51 UTC

Description Xianghua Chen 2016-06-13 08:52:56 UTC
Created attachment 1167288 [details]
log.truncate-recursive

Description of problem:
virt-customize --truncate-recursive should give an error message when specifying a no-existing path.
You can see the full log with -v -x in the attachment: log.truncate-recursive.

Version-Release number of selected component (if applicable):
libguestfs-1.32.5-3.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1.  Prepare an rhel7 image:  RHEL-Server-7.2-64-hvm.raw
2. Use  --truncate-recursive to truncate a no-existing path
# virt-customize -a  RHEL-Server-7.2-64-hvm.raw --truncate-recursive /home/noexist
[   0.0] Examining the guest ...
[   3.7] Setting a random seed
[   3.7] Recursively truncating: /home/noexist
[   3.9] Finishing off


Actual results:
It finished with no error.

Expected results:
It should prompt an error looks like:
No such path or directory

Additional info:

Comment 1 Richard W.M. Jones 2016-06-13 10:33:38 UTC
Patch posted:
https://www.redhat.com/archives/libguestfs/2016-June/msg00058.html

Comment 3 Xianghua Chen 2016-06-28 06:24:05 UTC
Verified with the packages:
libguestfs-1.32.5-6.el7.x86_64

Verify steps:
1.  Prepare an rhel7 image:  RHEL-Server-7.2-64-hvm.raw
2. Use  --truncate-recursive to truncate a no-existing path:
# virt-customize -a  RHEL-Server-7.2-64-hvm.raw --truncate-recursive /home/noexist
[   0.0] Examining the guest ...
[   3.4] Setting a random seed
[   3.4] Recursively truncating: /home/noexist
virt-customize: error: libguestfs error: find0: /home/noexist: No such file 
or directory

If reporting bugs, run virt-customize with debugging enabled and include 
the complete output:

  virt-customize -v -x [...]


It gives obvious error as above.

So verified.

Comment 5 errata-xmlrpc 2016-11-03 18:01:38 UTC
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, 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://rhn.redhat.com/errata/RHSA-2016-2576.html


Note You need to log in before you can comment on or make changes to this bug.