feat(inkless:docker): add diskless tiered storage unification demo#559
Merged
giuseppelillo merged 1 commit intomainfrom Apr 1, 2026
Merged
feat(inkless:docker): add diskless tiered storage unification demo#559giuseppelillo merged 1 commit intomainfrom
giuseppelillo merged 1 commit intomainfrom
Conversation
Bundle the Aiven Tiered Storage plugin (v1.1.1: core, s3, gcs, azure) in the main Inkless Dockerfile. Replace managed-replicas overlay with ts-unification overlay that enables classic-to-diskless migration testing with managed replicas, rack-aware placement, and the classic remote storage bridge. Classic TS and Inkless share the same bucket with path-based separation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Inkless Docker demo to support a “diskless tiered storage unification” scenario by bundling the Aiven Tiered Storage plugin into the main Inkless image and replacing the old managed-replicas overlay with a new ts-unification overlay.
Changes:
- Bundle Aiven Tiered Storage plugin (core + s3 + gcs + azure) into
docker/inklessimage build. - Replace the
managed-replicasdemo overlay/Make target with a newts-unificationoverlay/Make target enabling classic TS + diskless + migration bridge + rack-aware placement. - Update the Inkless docker-compose demo README and remove the obsolete managed-replicas compose overlay.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
docker/inkless/Dockerfile |
Downloads and installs Aiven Tiered Storage plugin tarballs into the Inkless image. |
docker/examples/docker-compose-files/inkless/README.md |
Re-documents the demo flow for the new ts-unification scenario (classic → diskless migration). |
docker/examples/docker-compose-files/inkless/Makefile |
Replaces managed-replicas target with ts-unification. |
docker/examples/docker-compose-files/inkless/docker-compose.ts-unification.yml |
New compose overlay enabling classic tiered storage plugin + migration bridge + managed replicas + rack config. |
docker/examples/docker-compose-files/inkless/docker-compose.managed-replicas.yml |
Removed old managed-replicas overlay. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
viktorsomogyi
approved these changes
Apr 1, 2026
giuseppelillo
approved these changes
Apr 1, 2026
jeqo
added a commit
that referenced
this pull request
Apr 1, 2026
) Bundle the Aiven Tiered Storage plugin (v1.1.1: core, s3, gcs, azure) in the main Inkless Dockerfile. Replace managed-replicas overlay with ts-unification overlay that enables classic-to-diskless migration testing with managed replicas, rack-aware placement, and the classic remote storage bridge. Classic TS and Inkless share the same bucket with path-based separation. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
jeqo
added a commit
that referenced
this pull request
Apr 1, 2026
) Bundle the Aiven Tiered Storage plugin (v1.1.1: core, s3, gcs, azure) in the main Inkless Dockerfile. Replace managed-replicas overlay with ts-unification overlay that enables classic-to-diskless migration testing with managed replicas, rack-aware placement, and the classic remote storage bridge. Classic TS and Inkless share the same bucket with path-based separation. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundle the Aiven Tiered Storage plugin (v1.1.1: core, s3, gcs, azure) in the main Inkless Dockerfile. Replace managed-replicas overlay with ts-unification overlay that enables classic-to-diskless migration testing with managed replicas, rack-aware placement, and the classic remote storage bridge. Classic TS and Inkless share the same bucket with path-based separation.