Bug 1049855
| Summary: | '/var/lib/libvirt/boot' is not managed on the remote host.' during remote install | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Dr. David Alan Gilbert <dgilbert> |
| Component: | virt-manager | Assignee: | Giuseppe Scrivano <gscrivan> |
| Status: | CLOSED UPSTREAM | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | berrange, crobinso, dyuan, lcui, mkletzan, mzhan, tzheng, virt-maint, vyasevic |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1049852 | Environment: | |
| Last Closed: | 2014-01-28 17:55:53 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: | 1049852 | ||
| Bug Blocks: | |||
|
Description
Dr. David Alan Gilbert
2014-01-08 11:25:47 UTC
I tested on F20 desktop and try to install guest on remote rhel7 host using http,I didn't hit the issue in description of the bug,but hit errors described in bug 1044742. Hi Tingting, The RHEL7 host you tried it on, was that a fresh install or had it had guests installed on it already? Dave (In reply to Dr. David Alan Gilbert from comment #3) > Hi Tingting, > The RHEL7 host you tried it on, was that a fresh install or had it had > guests installed on it already? > > Dave The rhel7 host I've tried has already installed some guests. (In reply to tingting zheng from comment #4) > (In reply to Dr. David Alan Gilbert from comment #3) > > Hi Tingting, > > The RHEL7 host you tried it on, was that a fresh install or had it had > > guests installed on it already? > > > > Dave > > The rhel7 host I've tried has already installed some guests. OK; my suspicion from the bug is that it would probably only happen on the first install but I don't know for sure. Triggered this again today doing the same sequence; so it's certainly repeatable for me (this was on a different beaker host running RHEL7 - I think using the build from the 10th) Happened to me today when trying to install a VM on a newly provisioned beaker machine. Seems to be caused by the fact that /var/lib/libvirt/boot was not in the libvirt pool list. After the failed provision, the boot director shows up in the pool list and subsequent install gets past this problem. -vlad fixed upstream by:
commit 7f669267217528396d89c4f9f559ad4324571cb1
Author: Cole Robinson <crobinso>
Date: Sat Jan 18 14:57:39 2014 -0500
Fix first time remote URL installs from virt-manager (bz 1049852)
On first run, the remote URL install handling creates a storage pool
for /var/lib/libvirt/boot on the remote host. After this, it clears
the VirtualConnection's object cache, so the next time all pools are
fetched, it returns an accurate list.
However that clear_cache call wasn't propagated up to virt-manager's
cache. Add a new cb to fix it.
To be clear, the root issue was in virt-manager upstream and the version in fedora. So there's not anything in RHEL to fix here. There's a fedora bug in POST that's tracking when the fix hits fedora; https://bugzilla.redhat.com/show_bug.cgi?id=1049852 |