Bug 1065713
Summary: | [NetworkLabels] LABELED_NETWORK_ATTACHED_TO_WRONG_INTERFACE entry in AppErrors is split to two lines | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Moti Asayag <masayag> |
Component: | ovirt-engine-core | Assignee: | Moti Asayag <masayag> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Pavlik <mpavlik> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.4 | CC: | acathrow, gklein, iheim, masayag, mpavlik, myakove, yeylon |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 3.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | network | ||
Fixed In Version: | ovirt-3.4.0-beta3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-31 12:28:57 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: |
Description
Moti Asayag
2014-02-16 08:53:56 UTC
This bug is referenced in ovirt-engine-3.4.0-beta3 logs. Moving to ON_QA Moti, should the ERROR be visible in GUI events? I can see it in log, but not in GUI. Is that expected? 2014-02-27 15:55:50,347 WARN [org.ovirt.engine.core.bll.network.host.LabelNicCommand] (ajp--127.0.0.1-8702-11) [5d6c11d1] CanDoAction of action LabelNic failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__LABEL,LABELED_NETWORK_ATTACHED_TO_WRONG_INTERFACE,$AssignedNetworks NET1 2014-02-27 15:55:50,351 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (ajp--127.0.0.1-8702-11) Code MAC_ADDRESS_IS_IN_USE appears more than once in string table. 2014-02-27 15:55:50,365 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-11) Operation Failed: [Cannot add Label. The following networks are already attached to a different interface on the host: NET1. Please remove the networks in order to label the interface.] (In reply to Martin Pavlik from comment #2) > Moti, > > should the ERROR be visible in GUI events? I can see it in log, but not in > GUI. Is that expected? > No, it should be presented only when invoked via the api, or in the engine.log. this command isn't being invoked from the UI and since this is a can-do-action message, there is no event log for it. this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released |