Bug 1319721
Summary: | Call to getImagesList on NFS on host without connected storage pool but with SD, return {'status': {'message': 'OK', 'code': 0}, 'imageslist': []} also when we have images | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-ha | Reporter: | Artyom <alukiano> | ||||
Component: | General | Assignee: | Simone Tiraboschi <stirabos> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Artyom <alukiano> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 1.3.5 | CC: | alukiano, amureini, bugs, mavital, sbonazzo, stirabos, tnisan, ylavi | ||||
Target Milestone: | ovirt-3.6.4 | Keywords: | Regression, Triaged | ||||
Target Release: | 1.3.5.1 | Flags: | rule-engine:
ovirt-3.6.z+
rule-engine: blocker+ ylavi: planning_ack+ sbonazzo: devel_ack+ mavital: testing_ack+ |
||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1320112 (view as bug list) | Environment: | |||||
Last Closed: | 2016-04-05 13:54:49 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1306825, 1317901 | ||||||
Attachments: |
|
Description
Artyom
2016-03-21 11:44:41 UTC
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. Created attachment 1138586 [details]
VDSM logs
I don't understand. Isn't this just a duplicate of bug 1274622 ? We can have an additional simple workaround on hosted-engine side (as for https://gerrit.ovirt.org/#/c/54982/ ) but, if possible, I'd prefer to get this properly fixed on VDSM side to prevent any other surprise on other behavior changes. (In reply to Allon Mureinik from comment #3) > I don't understand. Isn't this just a duplicate of bug 1274622 ? No, unfortunately it's not: at 1274622 that call was failing with: {'status': {'message': 'list index out of range', 'code': 100}} and we implemented a workaround for that directly globing under /rhev/data-center/mnt/{mnt_point}/{sduuid}/images to directly find the images on the NFS share. Now it's also worst since VDSM returns {'status': {'message': 'OK', 'code': 0}, 'imageslist': []} (which is wrong since the images are there!) and so our workaround doesn't trigger anymore. We can add an additional workaround over that but if possible I'd prefer to get it properly fixed. Workaround has been posted here: https://gerrit.ovirt.org/#/c/54982/1 Moving this bug to ovirt-hosted-engine-ha since it has been decided to use the workaround instead of a proper fix in vdsm. Allon, please consider to schedule a proper fix for 3.6.5. (In reply to Sandro Bonazzola from comment #7) > Moving this bug to ovirt-hosted-engine-ha since it has been decided to use > the workaround instead of a proper fix in vdsm. Allon, please consider to > schedule a proper fix for 3.6.5. Please clone it to track that initiative, although, atm, I can't commit to such a fix. Verified on ovirt-hosted-engine-ha-1.3.5.1-1.el7ev.noarch See verification of bug https://bugzilla.redhat.com/show_bug.cgi?id=1306825 |