Bug 1203417
Summary: | [RFE] migration failures with routing errors should give better logs | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Markus Stockhausen <mst> |
Component: | vdsm | Assignee: | Dan Kenigsberg <danken> |
Status: | CLOSED WONTFIX | QA Contact: | Gil Klein <gklein> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5 | CC: | bazulay, bugs, danken, ecohen, fw, gklein, lsurette, mgoldboi, michal.skrivanek, rbalakri, yeylon |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | virt | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-02 09:59:33 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: | 1090626 | ||
Bug Blocks: |
Description
Markus Stockhausen
2015-03-18 18:52:44 UTC
Dan, apart for improvement in error reporting from libvirt... if the network is defined as not optional, shouldn't it bring host to non-operational? And network designated for migration should always be mandatory, IMO. yes; if a required network is missing, the host goes to non-operational. However, there is an inherent race: Engine can initialize migration before it has become aware of that the migration network is down. I don't think we should "nanny the user". Some users need migration very very rarely. For them, the migration network can be off most of the time, but they still want to fire up a VM instances. The concept of "non-required network" was designed exactly for such cases: when the user KNOWS that he can live with the network being down. We should not restrain him. (In reply to Dan Kenigsberg from comment #2) > yes; if a required network is missing, the host goes to non-operational. > However, there is an inherent race: Engine can initialize migration before > it has become aware of that the migration network is down. > > I don't think we should "nanny the user". Some users need migration very > very rarely. For them, the migration network can be off most of the time, > but they still want to fire up a VM instances. The concept of "non-required > network" was designed exactly for such cases: when the user KNOWS that he > can live with the network being down. We should not restrain him. I would agree. For these cases we can assume the user is aware of the concepts and behavior and when there is an error he/she would check connectivity. Normal users will have the network mandatory. I think it's a fair assumption hence I don't see this RFE makes too much sense. note for improving migration errors reporting there is an existing bug 1090626 |