From: Jos Collin Date: Fri, 29 Aug 2025 12:06:34 +0000 (+0530) Subject: doc: deprecate 'peer_add' command X-Git-Tag: testing/wip-vshankar-testing-20250917.131748-debug~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d19d3f52b1ed3754c1c4af43d742878503091eee;p=ceph-ci.git doc: deprecate 'peer_add' command Fixes: https://tracker.ceph.com/issues/72683 Signed-off-by: Jos Collin --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0cc53d9f93e..e2c0876cf3c 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 1cf9aa6119d..509ff4d8f38 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 50d64f4a398..9fe072967f3 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: