Bug 998750

Summary: guestfish does not work due to conflict of remote and interactive mode
Product: Red Hat Enterprise Linux 7 Reporter: bfan
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: leiwang, wshi
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libguestfs-1.22.6-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 996039 Environment:
Last Closed: 2014-06-13 13:23:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 3 bfan 2013-12-03 09:03:02 UTC
Verified with libguestfs-1.22.6-16.el7.x86_64.

# man guestfish


REMOTE CONTROL DOES NOT WORK WITH -a ETC. OPTIONS
       Options such as -a, --add, -N, --new etc don't interact properly with remote support.  They are
       processed locally, and not sent through to the remote guestfish.  In particular this won't do
       what you expect:

        guestfish --remote --add disk.img

       Don't use these options.  Use the equivalent commands instead, eg:

        guestfish --remote add-drive disk.img

       or:

        guestfish --remote
        ><fs> add disk.img



Man page is updated

Comment 4 Ludek Smid 2014-06-13 13:23:37 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.