Skip to content

Conversation

@LemonDouble
Copy link
Contributor

Type of Change

  • [v] New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other:

Related Issues

closes #1006

Summary of Changes

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (compatibility)

  • Requires doc/config/deployment update

  • Other impact:

Additional Notes

The storageclass.size parameter has been split into two separate parameters:

  • storageclass.dataStorageSize: Storage size for data PVC (default: 256Mi)
  • storageclass.logStorageSize: Storage size for log PVC (default: 256Mi)

Migration required: Users who previously set storageclass.size must update their configurations to use storageclass.dataStorageSize and storageclass.logStorageSize instead.


Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.

@CLAassistant
Copy link

CLAassistant commented Dec 6, 2025

CLA assistant check
All committers have signed the CLA.

@majinghe
Copy link
Contributor

majinghe commented Dec 6, 2025

@LemonDouble Thanks for your PR. It looks good.

/LGTM

/cc @loverustfs @houseme

@loverustfs loverustfs merged commit 6ca8945 into rustfs:main Dec 6, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

Allow separate StorageClass and Size configuration for Data and Log PVCs in Standalone Mode

4 participants