Bug 1127156
| Summary: | [RFE] Foreign Menu Using REST | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Christophe Fergeau <cfergeau> |
| Component: | virt-viewer | Assignee: | Christophe Fergeau <cfergeau> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | cfergeau, codong, dblechte, dyuan, jherrman, lmiksik, marcandre.lureau, mkenneth, mzhan, rbalakri, tjelinek, tzheng, virt-bugs |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-viewer-0.6.0-5.el7 | Doc Type: | Enhancement |
| Doc Text: |
Using the remote-viewer tool to connect to an ovirt:// URI now displays a menu that allows the user to change the CD image inserted in the virtual machine (VM). This makes it possible to change the inserted CD while the VM is running without the need to use Red Hat Enterprise Virtualization or the oVirt portal.
|
Story Points: | --- |
| Clone Of: | 975834 | Environment: | |
| Last Closed: | 2015-03-26 11:42:27 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: | |||
| Bug Depends On: | 1116844, 1145126, 1151171 | ||
| Bug Blocks: | 975835, 1200067 | ||
|
Description
Christophe Fergeau
2014-08-06 09:54:42 UTC
Patches upstream, will be in next build. Test with virt-viewer-0.6.0-4.el7.x86_64 Steps: 1. Prepare a guset on rhevm, and a ISO domain to rhevm, add more than one cd images in the domain, and add user "admin" to virtual machine permissions 2. on client: # wget http://rhevm.example.com/ca.crt # remote-viewer --ovirt-ca-file=ca.crt ovirt://rhevm.example.com/$vm 3. Input right username and password to connect the guest Result. After the guest console is open, check the menu bar of virt-viewer, just 4 menus: "File", "VIew", "Send key", "Help", there is no cd images VERIFIED with: virt-viewer-0.6.0-5.el7.x86_64 Steps are same with above. Result: There is an additional menu "Change CD" after "Help", click it, will list images added in ISO domain. Click different image, and check in guest, the cdrom is changed. But if I click an image that is already changed, I will get info from remote-viewer debug message like this: ... (remote-viewer:7998): remote-viewer-DEBUG: 'en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso' clicked (remote-viewer:7998): remote-viewer-DEBUG: Removing current cdrom image ... It says remove current cdrom image, but in cd images list, the item is still be clicked, and in guest, /dev/cdrom can be mounted too. I think /dev/cdrom should not be mounted if remove the image, and the item status in list should be updated. > Result:
> There is an additional menu "Change CD" after "Help", click it, will list
> images added in ISO domain. Click different image, and check in guest, the
> cdrom is changed.
>
>
> But if I click an image that is already changed, I will get info from
> remote-viewer debug message like this:
> ...
> (remote-viewer:7998): remote-viewer-DEBUG:
> 'en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso' clicked
> (remote-viewer:7998): remote-viewer-DEBUG: Removing current cdrom image
> ...
>
> It says remove current cdrom image, but in cd images list, the item is still
> be clicked, and in guest, /dev/cdrom can be mounted too.
>
> I think /dev/cdrom should not be mounted if remove the image, and the item
> status in list should be updated.
Yes, this is currently not working :(
>
> Yes, this is currently not working :(
Thanks, so I move this bug to ASSIGNED.
(In reply to CongDong from comment #5) > > > > Yes, this is currently not working :( > > Thanks, so I move this bug to ASSIGNED. For what it's worth, this also seems broken on RHEV side :( https://bugzilla.redhat.com/show_bug.cgi?id=1145035 I've opened bug #1145121 and bug #1145126 to track what we miss in virt-viewer and libgovirt to be able to remove CD images. I am not able to test this as the RHEV instances I have access to don't have the needed fix to be able to handle this. I prefer not to push too hard on these 2 patches before they are tested (ie before we have deployed RHEV instances where bug #1135970, is fixed). For now I've added #1145126 as a blocker for this bug, but imo we should just mark this bug as VERIFIED if removal is the only issue which was found, and address removal in that separate bug. CongDong, would you agree to verify this bug, and to track this missing feature in a separate bug report? (In reply to Christophe Fergeau from comment #8) > CongDong, would you agree to verify this bug, and to track this missing > feature in a separate bug report? Yes, I agree with you, as result in comment 3, move this to VERIFIED. If this Feature should be included in the 7.1 Release Notes, could you please change the Doc Type from Enhancement to "Release Note"? Note that the Release Notes are intended to list the most prominent and customer-relevant new features rather than every single enhancement. Cheers, Jirka This should not be mentioned as this only useful in combination with RHEV, and the RHEV bits are not available yet. I assume this will be mentioned in RHEV release notes when everything is ready. |