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

Storage type switcher does not appear on Hosted Che #17590

Closed
amisevsk opened this issue Aug 6, 2020 · 4 comments
Closed

Storage type switcher does not appear on Hosted Che #17590

amisevsk opened this issue Aug 6, 2020 · 4 comments
Assignees
Labels
area/dashboard area/hosted-che kind/bug Outline of a bug - must adhere to the bug report template. new&noteworthy For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@amisevsk
Copy link
Contributor

amisevsk commented Aug 6, 2020

Describe the bug

The storage type section in the create custom workspace page does not show up on Chrome:

Screenshot from 2020-08-06 13-09-52

Version

  • Hosted Che 7.16.2
  • Chrome Version 84.0.4147.105 (Official Build) (64-bit)
  • Firefox 79.0 (64-bit)

Steps to reproduce

  1. Navigate to che.openshift.io
  2. Navigate to create custom workspace tab

Expected behavior

Storage type switcher shows options

Additional context

I wonder if this might be related to Hosted Che setting a default value for persistVolumes?

@amisevsk amisevsk added kind/bug Outline of a bug - must adhere to the bug report template. area/dashboard labels Aug 6, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 6, 2020
@ibuziuk
Copy link
Member

ibuziuk commented Aug 7, 2020

@amisevsk I think this is related to the way how the UD is injected in upstream and downstream (next version is used during the build):

@sparkoo sparkoo added severity/P1 Has a major impact to usage or development of the system. area/hosted-che and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Aug 11, 2020
@l0rd l0rd added the new&noteworthy For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes label Aug 11, 2020
@sleshchenko
Copy link
Member

So, it's caused by missing che.workspace.storage.available_types from Che Server side
Screenshot_20200817_154435
It should not be an issue for 7.17.0 but we should reconsider how bug fix release is done and next version should not be used there.

@ibuziuk
Copy link
Member

ibuziuk commented Aug 18, 2020

This looks like Hosted Che specific issue and the correct build arguments should be used for Hosted Che dockerfile builds
`--build-arg:"CHE_DASHBOARD_VERSION=${CHE_VERSION},CHE_WORKSPACE_LOADER_VERSION=${CHE_VERSION}"

https://github.com/redhat-developer/rh-che/blob/master/.ci/cico_do_docker_build_tag_push.sh

@ibuziuk
Copy link
Member

ibuziuk commented Sep 4, 2020

PR sent - redhat-developer/rh-che#1979

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard area/hosted-che kind/bug Outline of a bug - must adhere to the bug report template. new&noteworthy For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

6 participants