Bug 1458571
| Summary: | [downstream clone - 4.1.3] [RFE] JSON RPC broker should pass correlation id to VDSM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ | ||||
| Component: | vdsm | Assignee: | Martin Perina <mperina> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Pavel Novotny <pnovotny> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.1.0 | CC: | avettath, bazulay, bugs, lsurette, lsvaty, mgoldboi, michal.skrivanek, mkalinin, mperina, oourfali, pkliczew, pnovotny, rbalakri, Rhev-m-bugs, rhodain, rmcswain, rpai, srevivo, tdosek, tspeetje, ycui, yeylon, ykaul, yzaslavs | ||||
| Target Milestone: | ovirt-4.1.3 | Keywords: | FutureFeature, Reopened, ZStream | ||||
| Target Release: | --- | Flags: | lsvaty:
testing_plan_complete-
|
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1425910 | Environment: | |||||
| Last Closed: | 2017-07-06 07:32:08 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1425910 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
rhev-integ
2017-06-04 13:50:39 UTC
Please see dependent bug which was already fixed. (Originally by Piotr Kliczewski) INFO: Bug status wasn't changed from MODIFIED to ON_QA due to the following reason: [No external trackers attached] For more info please contact: rhv-devops (In reply to rhev-integ from comment #4) > INFO: Bug status wasn't changed from MODIFIED to ON_QA due to the following > reason: > > [No external trackers attached] > > For more info please contact: rhv-devops Every work has been done on upstream BZ1112120, we only forgot that there's also created separate bug for this on downstream. Verified in
rhevm-4.1.3.2-0.1.el7.noarch
vdsm-4.19.18-1.el7ev.x86_64
The flow_id in a main VDSM task is now set to the correlation ID returned by engine.
Example:
VM migration task. The correlation ID here is 352b4c28-b2b7-402a-962f-0718fbe31bb8.
engine.log:
2017-06-13 17:56:20,674+02 INFO [org.ovirt.engine.core.bll.MigrateVmToServerCommand] (default task-2) [352b4c28-b2b7-402a-962f-0718fbe31bb8] Lock Acquired to object...
2017-06-13 17:56:20,806+02 INFO [org.ovirt.engine.core.bll.MigrateVmToServerCommand] (org.ovirt.thread.pool-6-thread-27) [352b4c28-b2b7-402a-962f-0718fbe31bb8] Running command: MigrateVmToServerCommand...
vdsm.log:
2017-06-13 17:56:20,887+0200 INFO (jsonrpc/4) [vdsm.api] START migrate(params={...}) from=::ffff:engine.example.com,45292, flow_id=352b4c28-b2b7-402a-962f-0718fbe31bb8 (api:46)
2017-06-13 17:56:20,894+0200 INFO (jsonrpc/4) [vdsm.api] FINISH migrate return={...} from=::ffff:engine.example.com,45292, flow_id=352b4c28-b2b7-402a-962f-0718fbe31bb8 (api:52)
See the attachment with full excerpts from engine and VDSM logs.
Created attachment 1288141 [details]
engine & VDSM log excerpts with correlation ID
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1696 |