Skip to content

Commit d19d3f5

Browse files
committed
doc: deprecate 'peer_add' command
Fixes: https://tracker.ceph.com/issues/72683 Signed-off-by: Jos Collin <[email protected]>
1 parent 611dce0 commit d19d3f5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

PendingReleaseNotes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* DASHBOARD: Removed the older landing page which was deprecated in Quincy.
99
Admins can no longer enable the older, deprecated landing page layout by
1010
adjusting FEATURE_TOGGLE_DASHBOARD.
11+
* CephFS: The `peer_add` command is deprecated in favor of the `peer_bootstrap` command.
1112

1213
>=20.0.0
1314

doc/cephfs/cephfs-mirroring.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ and the user key. However, bootstrapping a peer is the recommended way to add a
173173
peer.
174174

175175
.. note:: Only a single peer is currently supported.
176+
The ``peer_add`` command is deprecated and will be removed in a future release.
177+
Use the ``peer_bootstrap`` command instead.
176178

177179
To remove a peer, run a command of the following form:
178180

doc/dev/cephfs-mirroring.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ cluster's monitor address and user key. However, bootstrapping a peer is the
170170
recommended way to add a peer.
171171

172172
.. note:: Only a single peer is supported right now.
173+
The ``peer_add`` command is deprecated and will be removed in a future release.
174+
Use the ``peer_bootstrap`` command instead.
173175

174176
To remove a peer, run a command of the following form:
175177

0 commit comments

Comments
 (0)