-
Notifications
You must be signed in to change notification settings - Fork 10
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
Minimum requirement for Minio storage (10GB) is too much for gateway mode. #78
Labels
bug
Something isn't working
Comments
Added to be fixed. |
i-chvets
pushed a commit
that referenced
this issue
Jan 4, 2023
#78 Summary of changes: - Removed minimum size requirements from metadata.yaml
i-chvets
pushed a commit
that referenced
this issue
Jan 4, 2023
#78 Summary of changes: - Updated libraries
i-chvets
pushed a commit
that referenced
this issue
Jan 4, 2023
#78 Summary of changes: - Fixed tests to match update library and ops. - Modified tox.ini to ignore appropriate directories.
i-chvets
pushed a commit
that referenced
this issue
Jan 4, 2023
#78 Summary of changes: - Setting minimum size requirements to 1G (from 10G). Without `minimum-size` set PVS of 1G is created. Leaving minimum specification equal to default.
Without |
Fix is merged. |
ca-scribner
pushed a commit
that referenced
this issue
Mar 9, 2023
…117) This reverts commit 981ad49, which solved #78. We have reverted this because it causes trouble with the upgrade path of the charm. juju will not let you refresh a charm if the storage minimum size has changed between revisions. Because of this, we'll leave the larger minimum storage size in order to preserve the upgrade path
Reopening because we've decided to revert the change that addressed this. See #117 for more details |
DnPlas
added a commit
that referenced
this issue
Mar 9, 2023
…117) This reverts commit 981ad49, which solved #78. We have reverted this because it causes trouble with the upgrade path of the charm. juju will not let you refresh a charm if the storage minimum size has changed between revisions. Because of this, we'll leave the larger minimum storage size in order to preserve the upgrade path
ca-scribner
pushed a commit
that referenced
this issue
Mar 9, 2023
…117) (#118) This reverts commit 981ad49, which solved #78. We have reverted this because it causes trouble with the upgrade path of the charm. juju will not let you refresh a charm if the storage minimum size has changed between revisions. Because of this, we'll leave the larger minimum storage size in order to preserve the upgrade path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest removing this requirement from storage because for Minio in gateway mode this storage is not used at all.
minio-operator/metadata.yaml
Line 30 in 429a152
The text was updated successfully, but these errors were encountered: