Bug 643624

Summary: libguestfs tools documentation should describe how to quote guest domain names from shell
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: hbrock, hchiramm, mbooth, rjones, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 639601 Environment:
Last Closed: 2011-07-14 19:20:53 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:    
Bug Blocks: 639601, 639602    

Description Richard W.M. Jones 2010-10-16 13:44:21 UTC
If the guest domain is something like "#" then the usual
command:

  virt-ls #

fails because the shell thinks that # is a comment.

The documentation for all libguestfs tools should describe
how to quote parameters to defend them from the shell (this
comes from a customer request).

Comment 1 Richard W.M. Jones 2010-10-18 12:21:53 UTC
Patch posted upstream:

https://www.redhat.com/archives/libguestfs/2010-October/msg00030.html