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

feat: patch s3 global gc/attach/detach and change s3 table path #288

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

white-cc
Copy link
Contributor

@white-cc white-cc commented May 16, 2023

Changelog category :

  • New Feature

  • attach and detach for s3 storage

  • global gc for s3 storage

  • change s3 table path, the old version part path have table uuid, like /path/table_uuid/part_uuid/data, new version /path/part_uuid/data for attach and detach feats.

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

...

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)
    <storage_configuration>
        <disks>
            <server_s3_disk0>
                <path>cch</path>
                <endpoint>http://10.20.204.20:19000</endpoint>
                <region>ch-north-1</region>
                <bucket>cch-test</bucket>
                <ak_id>minio</ak_id>
                <ak_secret>minio123</ak_secret>
                <type>bytes3</type>
            </server_s3_disk0>
        </disks>
        <policies>
            <cnch_default_s3>
                <volumes>
                    <bytes3>
                        <default>server_s3_disk0</default>
                        <disk>server_s3_disk0</disk>
                    </bytes3>
                </volumes>
            </cnch_default_s3>
        </policies>
    </storage_configuration>

@hustnn hustnn mentioned this pull request Jun 1, 2023
38 tasks
@hustnn hustnn closed this Jul 11, 2023
@zhaojintaozhao
Copy link
Contributor

Why close this PR? @hustnn

@hustnn hustnn reopened this Jul 20, 2023
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.

None yet

4 participants