You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"
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
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
Additional Context
The same applies to the file upload process, just in there the filter should be based on
Progress Status
The text was updated successfully, but these errors were encountered: