Bug 1193901
| Summary: | [vdsmfake] - Volume.create missing parameters | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Eldad Marciano <emarcian> |
| Component: | vdsm-jsonrpc-java | Assignee: | Piotr Kliczewski <pkliczew> |
| Status: | CLOSED ERRATA | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | bazulay, gklein, lsurette, oourfali, Rhev-m-bugs, ykaul |
| Target Milestone: | ovirt-3.6.0-rc | ||
| Target Release: | 3.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-09 19:54:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I wanted to reproduce so I setup fakevdsm with the latest engine. I noticed several issues around fakevdsm and storage related commands. After fixing issues I was able to create a vm, add disks to it and take a snapshot. verified adding disk working. 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://rhn.redhat.com/errata/RHBA-2016-0407.html |
Description of problem: failed to add vm.disk by using vdsmfake. by catalina logs everything is fine 2015-02-18 18:09:07,400 Checking {} asynchronous requests... 2015-02-18 18:09:07,400 Processing task FINISH_CREATE_VOLUME... 2015-02-18 18:09:07,400 Volume created, task: 56fe4184-9c74-4123-9505-f9800471d0e5 2015-02-18 18:09:09,848 ERROR [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (DefaultQuartzScheduler_Worker-69) [] SPMAsyncTask::PollTask: Task '56fe4184-9c74-4123-9505-f9800471d0e5' (Parent Command 'AddDisk', Parameters Type 'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters') was not found in VDSM, will change its status to unknown. Version-Release number of selected component (if applicable): engine ovirt-master vsdmfake latest How reproducible: 100% Steps to Reproduce: 1. install engine + vdsmfake using jsonrpc. 2. add host, add vm, add disk Actual results: vm add disk failed. Expected results: add disk as well. Additional info: