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

How could I set the enable_recycle_bin and enable_share_cow parameter values when using SMB Storage #87

Open
LouisGuo opened this issue Aug 17, 2024 · 2 comments

Comments

@LouisGuo
Copy link

"enable_recycle_bin":false,
"enable_share_cow":true,

without the file checksum feature, my database deployment report CorruptIndexException[checksum failed (hardware problem?) : expected=7a1cdc6d actual=fb7d4e0f

@chihyuwu
Copy link
Collaborator

Hi @LouisGuo,
Currently, these parameters cannot be customized through the StorageClass. Their default values are:

  • "enable_recycle_bin": true -- This can be disabled in DSM > Control Panel > Shared Folder.
  • "enable_share_cow": false -- This can only be enabled during the shared folder creation process and cannot be modified once the shared folder has been created.

If you want to set "enable_share_cow" (Enable data checksum), you can build your own synology-csi, or manually create a new shared folder in DSM and mount it as a PV in your Kubernetes environment.

@LouisGuo
Copy link
Author

Hi @LouisGuo, Currently, these parameters cannot be customized through the StorageClass. Their default values are:

  • "enable_recycle_bin": true -- This can be disabled in DSM > Control Panel > Shared Folder.
  • "enable_share_cow": false -- This can only be enabled during the shared folder creation process and cannot be modified once the shared folder has been created.

If you want to set "enable_share_cow" (Enable data checksum), you can build your own synology-csi, or manually create a new shared folder in DSM and mount it as a PV in your Kubernetes environment.

Thank you, way two solved my problem

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

2 participants