Bug 1475540
| Summary: | Need to verify that SSA works with Azure Managed Storage | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | bascar | |
| Component: | SmartState Analysis | Assignee: | Jerry Keselman <jkeselma> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Satyajit Bulage <sbulage> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.8.0 | CC: | cpelland, djoo, jhardy, jmarc, mike, ncatling, obarenbo, roliveri, sbulage, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1488967 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:37:14 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1488967 | |||
|
Comment 2
Jerry Keselman
2017-09-05 12:59:17 UTC
*** Bug 1459612 has been marked as a duplicate of this bug. *** Another PR has been implemented and merged https://github.com/ManageIQ/manageiq-smartstate/pull/25 to increment the gem version number. Finally https://github.com/ManageIQ/manageiq/pull/15938 has been added to pull in the incremented version of the manageiq-smartstate gem. *** Bug 1490486 has been marked as a duplicate of this bug. *** Additional changes are needed to wait for the snapshot status to be marked SUCCEEDED. https://github.com/ManageIQ/manageiq-providers-azure/pull/125 has been added to handle the wait functionality. Waiting for review and merge and back port to Fine. New commit detected on ManageIQ/manageiq-providers-azure/master: https://github.com/ManageIQ/manageiq-providers-azure/commit/dda46b223ee4f3123662d3297e9c859b49e893f2 commit dda46b223ee4f3123662d3297e9c859b49e893f2 Author: Richard Oliveri <roliveri> AuthorDate: Fri Sep 15 16:36:34 2017 -0400 Commit: Richard Oliveri <roliveri> CommitDate: Fri Sep 15 16:36:34 2017 -0400 Changes to wait for snapshot completion. Loosened check for success. Added debugging to help determine the problem. https://bugzilla.redhat.com/show_bug.cgi?id=1463780 https://bugzilla.redhat.com/show_bug.cgi?id=1475540 app/models/manageiq/providers/azure/cloud_manager.rb | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) New commit detected on ManageIQ/manageiq-smartstate/master: https://github.com/ManageIQ/manageiq-smartstate/commit/389ee0fc3854e44f97794c885cecce9533a902e3 commit 389ee0fc3854e44f97794c885cecce9533a902e3 Author: Jerry Keselman <jerryk> AuthorDate: Fri Sep 22 18:07:06 2017 -0400 Commit: Jerry Keselman <jerryk> CommitDate: Fri Sep 22 18:07:06 2017 -0400 Rerecorded Azure Managed Disk tests As a result of several of the Azure Managed Disk changes for BZ https://bugzilla.redhat.com/show_bug.cgi?id=1475540 these tests needed to be rerecorded. .../azure_managed_disk_spec_blockSize-1.yml | 583 ++++++++++------ .../azure_managed_disk_spec_diskType-1.yml | 583 ++++++++++------ .../azure_managed_disk_spec_endByteAddr-1.yml | 581 ++++++++++------ .../azure_managed_disk_spec_endByteAddr-2.yml | 583 ++++++++++------ .../azure_managed_disk_spec_getPartitions-1.yml | 735 ++++++++++++++------- .../azure_managed_disk_spec_lbaEnd-1.yml | 583 ++++++++++------ .../azure_managed_disk_spec_lbaStart-1.yml | 583 ++++++++++------ .../azure_managed_disk_spec_new-1.yml | 313 +++++---- .../azure_managed_disk_spec_new-2.yml | 583 ++++++++++------ .../azure_managed_disk_spec_partNum-1.yml | 580 +++++++++------- .../azure_managed_disk_spec_partType-1.yml | 581 ++++++++++------ .../azure_managed_disk_spec_size-1.yml | 581 ++++++++++------ .../azure_managed_disk_spec_startByteAddr-1.yml | 581 ++++++++++------ 13 files changed, 4835 insertions(+), 2615 deletions(-) Performed SSA on Azure provider instance having managed disk. Verified Version: 5.9.0.11.20171127204214_e316988 |