Skip to content

Commit

Permalink
Revert "fix: set minimum size requirement to 1G", set minimum to 10G (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
DnPlas authored Mar 9, 2023
1 parent 4a870bf commit ec7d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ storage:
minio-data:
type: filesystem
location: /data
minimum-size: 1G
minimum-size: 10G

0 comments on commit ec7d3c7

Please sign in to comment.