Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Incorrect Data Center for the "Upload Image" dialog #923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sermakov-orion
Copy link
Contributor

@sermakov-orion sermakov-orion commented Feb 19, 2024

Signed-off-by: Stepan Ermakov sermakov@orionsoft.ru

Changes introduced with this PR

This PR fixes the following issue: incorrect Data Center is displayed when uploading a disk image from "Storage Domain Disks" UI.
Steps to reproduce:
1. Create a Storage Domain at a non-Default Data Center.
2. Open the Storage -> Domains -> [The created Storage Domain] -> Disks page.
3. Select the Upload -> Start menu item. The "Upload image" dialog is displayed.

Expected behavior:
The Data Center field is disabled and displays the name of the non-Default Data Center.
Current behavior:
The Data Center field is disabled and displays the name of the Default Data Center.

Fixed in the following way: when "Upload image" dialog is displayed then query the Storage Domain details with information about its Data Center and select the Storage Domain's Data Center in the "Data Center" field

Are you the owner of the code you are sending in, or do you have permission of the owner?

y

@sermakov-orion sermakov-orion changed the title Correct Data Center for the "Upload Image" dialog Issue: Incorrect Data Center for the "Upload Image" dialog Mar 11, 2024
@sermakov-orion
Copy link
Contributor Author

Requesting Reviews.

@sandrobonazzola sandrobonazzola requested a review from a team April 3, 2024 13:16
Copy link
Member

@barpavel barpavel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I admit I didn't invest a lot of time in this code-review and the memories of working on ovirt-engine are not that fresh already :)
Just a few things to think about, please disregard if they are not relevant.

@barpavel
Copy link
Member

barpavel commented Jun 3, 2024

LGTM.

Signed-off-by: Stepan Ermakov <sermakov@orionsoft.ru>

This PR fixes the following issue: incorrect Data Center is displayed when uploading a disk image from "Storage Domain Disks" UI.

Steps to reproduce:

    1. Create a Storage Domain at non-Default Data Center.
    2. Open the Storage -> Domains -> <The created Storage Domain> -> Disks page.
    3. Select the Upload -> Start menu item. The "Upload image" dialog is displayed.

Expected behavior:
    The Data Center filed is disabled and displays the name of the non-Default Data Center.
Current behavior:
    The Data Center field is disabled and display the name of the Default Data Center.

Fixed in the following way: when "Upload image" dialog is displayed then query the Storage Domain details with information about its Data Center and select the Storage Domain's Data Center in the "Data Center" field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants