From d19d3f52b1ed3754c1c4af43d742878503091eee Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Fri, 29 Aug 2025 17:36:34 +0530 Subject: [PATCH] doc: deprecate 'peer_add' command Fixes: https://tracker.ceph.com/issues/72683 Signed-off-by: Jos Collin --- PendingReleaseNotes | 1 + doc/cephfs/cephfs-mirroring.rst | 2 ++ doc/dev/cephfs-mirroring.rst | 2 ++ 3 files changed, 5 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0cc53d9f93e06..e2c0876cf3cbb 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -8,6 +8,7 @@ * DASHBOARD: Removed the older landing page which was deprecated in Quincy. Admins can no longer enable the older, deprecated landing page layout by adjusting FEATURE_TOGGLE_DASHBOARD. +* CephFS: The `peer_add` command is deprecated in favor of the `peer_bootstrap` command. >=20.0.0 diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index 1cf9aa6119dd0..509ff4d8f387f 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -173,6 +173,8 @@ and the user key. However, bootstrapping a peer is the recommended way to add a peer. .. note:: Only a single peer is currently supported. + The ``peer_add`` command is deprecated and will be removed in a future release. + Use the ``peer_bootstrap`` command instead. To remove a peer, run a command of the following form: diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index 50d64f4a39824..9fe072967f38c 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -170,6 +170,8 @@ cluster's monitor address and user key. However, bootstrapping a peer is the recommended way to add a peer. .. note:: Only a single peer is supported right now. + The ``peer_add`` command is deprecated and will be removed in a future release. + Use the ``peer_bootstrap`` command instead. To remove a peer, run a command of the following form: -- 2.39.5