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

DataLifeCycle-initializingStorageClass for UserDefinedStorage..its wrong #166

Closed
satya-gorli opened this issue Jul 8, 2019 · 2 comments
Closed

Comments

@satya-gorli
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug
What happened:
In Service.go file, initStorageClass() function loads the Storage classes and Transistions based on Env variable USE_DEFAULT_STORAGE_CLASS
If value of this variable is non positive zero, loads default storage and transitions
else should load user defined ones
But if value is zero or negative, its loading Default Transitions instead of User Defined Transitions
What you expected to happen:
If value is less than 1, should load User Defined Transitions
How to reproduce it (as minimally and precisely as possible):
loadDefaultStorage

Anything else we need to know?:

Environment:

  • Gelato(release/branch) version:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@satya-gorli
Copy link
Author

/assign @nguptaopensds

@nguptaopensds
Copy link
Contributor

This issue is fixed as a part of #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants