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

add docs for nested dynamic disks #49364

Merged
merged 4 commits into from
May 1, 2023
Merged

add docs for nested dynamic disks #49364

merged 4 commits into from
May 1, 2023

Conversation

DanRoscigno
Copy link
Contributor

Closes ClickHouse/clickhouse-docs#970

Changelog category (leave one):

  • Documentation (changelog entry is not required)

@DanRoscigno DanRoscigno added pr-documentation Documentation PRs for the specific code PR can be tested Allows running workflows for external contributors labels May 1, 2023
@DanRoscigno DanRoscigno requested a review from kssenii May 1, 2023 17:04
@robot-ch-test-poll2
Copy link
Contributor

robot-ch-test-poll2 commented May 1, 2023

This is an automated comment for commit 4ae2a46 with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟢 success

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟢 success
Docs CheckBuilds and tests the documentation🟢 success
Mergeable CheckChecks if all other necessary checks are successful🟢 success
Push to DockerhubThe check for building and pushing the CI related docker images to docker hub🟢 success
Style CheckRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report.🟢 success

@DanRoscigno DanRoscigno requested a review from kssenii May 1, 2023 18:07
@DanRoscigno
Copy link
Contributor Author

@kssenii I used type=url, I see from the tests that type=s3 is also supported. Are there others that work with dynamic?

Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
@kssenii
Copy link
Member

kssenii commented May 1, 2023

@kssenii I used type=url, I see from the tests that type=s3 is also supported. Are there others that work with dynamic?

yes, any disk type can be configured as dynamic, even Local disk, but dynamic local disks require path argument to be inside server config parameter custom_local_disks_base_directory, which has no default, e.g. will throw exception if local disk is created as dynamic disk and there is no such value in config.
And as an example of nested disk you can also use "encrypted" disk instead of "cache" disk.
You can also make 3-layer nested disk: encrypted over cached over web/s3/local.

@kssenii kssenii self-assigned this May 1, 2023
@kssenii kssenii merged commit 0f6a818 into ClickHouse:master May 1, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-documentation Documentation PRs for the specific code PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add docs for nested dynamic disks
3 participants