From f73a03325de643872247e04803ae359143b68583 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 10 Jun 2025 13:04:13 +1000 Subject: [PATCH] doc/rados: edit ops/user-management.rst Edit an sentence in the imperative mood so that it matches the general form of imperative sentences immediately preceding commands that contain replaceable portions. This commit targets only the Squid release branch. Follows up on https://github.com/ceph/ceph/pull/58235/. Tracker: https://tracker.ceph.com/issues/66617 Signed-off-by: Zac Dover (cherry picked from commit 20e630460a0368d8e08120b0e7cf523248a06040) --- doc/rados/operations/user-management.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/user-management.rst b/doc/rados/operations/user-management.rst index cd8e378fa9d2d..23e894621e282 100644 --- a/doc/rados/operations/user-management.rst +++ b/doc/rados/operations/user-management.rst @@ -752,11 +752,11 @@ results to a keyring file, and then import the keyring into your main Key rotation ------------ -To rotate the secret for an entity, use: +To rotate the secret for an entity, run a command of the following form: .. prompt:: bash # - ceph auth rotate + ceph auth rotate This avoids the need to delete and recreate the entity when its key is compromised, lost, or scheduled for rotation. -- 2.39.5