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

doc: add/mark the in-tree migration path to deprecation #4221

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/intree-migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# In-tree storage plugin to CSI Driver Migration
# In-tree storage plugin to CSI Driver Migration [DEPRECATED]

:warning: **The functionality mentioned, regarding the migration of
PVCs (Persistent Volume Claims) from the in-tree provisioner of Kubernetes to
Ceph CSI Volumes, has been deprecated as of
[Kubernetes v1.28](https://kubernetes.io/docs/concepts/storage/volumes/#rbd-csi-migration)
This means that the below suggested method of migration of volumes
provisioned by `kubernetes.io/rbd` provisioner to Ceph CSI provisioner
approach is no longer recommended. To assist in converting volumes from the
old provisioner to Ceph CSI Volumes, a utility is available. You can access
this utility by visiting
[this](https://github.com/ceph/persistent-volume-migrator). This utility has
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The migration tool talks abouts migrating from flex to csi (more specifically Rook and CSI) it doesn't mention about in-tree in the Readme doc

been developed to facilitate the migration process and ensure a smoother
transition from in-tree and flex provisioner volumes to Ceph CSI provisioner
Volumes. It's essential to follow the updated recommendations and utilize
the provided utility for a successful migration due to the deprecation of
the method described in this document.**

This document covers the example usage of in-tree RBD storage plugin to CSI
migration feature which can be enabled in a Kubernetes cluster. At present, this
Expand Down