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

[FSunstone] Implement smart filters on image upload #6447

Closed
3 tasks done
dann1 opened this issue Dec 26, 2023 · 1 comment · Fixed by OpenNebula/docs#2935
Closed
3 tasks done

[FSunstone] Implement smart filters on image upload #6447

dann1 opened this issue Dec 26, 2023 · 1 comment · Fixed by OpenNebula/docs#2935

Comments

@dann1
Copy link
Contributor

dann1 commented Dec 26, 2023

Description
When uploading images, the only possible datastore type to choose is the image datastores. Apply a filter to only show image datastore on step two

image
image

Use case
Usability. Filter noisy datastores that are incompatible. It will prevent silly errors.

Interface Changes

On the Filter by section on step 2 add a TYPE filter. Base it on

root@supermicro9:~# onedatastore show 1 -j | jq .DATASTORE.TEMPLATE.TYPE
"IMAGE_DS"

Additional Context
The same applies to the file upload process, just in there the filter should be based on

root@supermicro9:~# onedatastore show 2 -j | jq .DATASTORE.TEMPLATE.TYPE
"FILE_DS"

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
@dann1
Copy link
Contributor Author

dann1 commented Dec 26, 2023

Example with marketplace import app process

image

@tinova tinova modified the milestones: Release 7.0, Release 6.10.0 Apr 17, 2024
vichansson added a commit to OpenNebula/docs that referenced this issue Jun 12, 2024
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
@vichansson vichansson linked a pull request Jun 12, 2024 that will close this issue
2 tasks
@tinova tinova closed this as completed Jun 12, 2024
@tinova tinova reopened this Jun 12, 2024
tinova pushed a commit to OpenNebula/docs that referenced this issue Jun 12, 2024
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
@tinova tinova closed this as completed Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants