From 5596011b4a72589542ce5e0fbb32d60d9ed5898d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 30 May 2018 15:41:51 -0400 Subject: [PATCH] doc/dev/config-key remove ceph-disk references Signed-off-by: Alfredo Deza --- doc/dev/config-key.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/dev/config-key.rst b/doc/dev/config-key.rst index 26255b40e88..d7b79db2f71 100644 --- a/doc/dev/config-key.rst +++ b/doc/dev/config-key.rst @@ -22,11 +22,10 @@ where the secret is a base64 encoded LUKS key. Created by the 'osd new' command (see OSDMonitor.cc). -Consumed by ceph-disk, ceph-volume, and similar tools. Normally -access to the dm-crypt/osd/$OSD_UUID prefix is allowed by a -client.osd-lockbox.$OSD_UUID cephx key, such that only the appropriate -host can retrieve the LUKS key (which in turn decrypts the actual raw -key, also stored on the device itself). +Consumed by ceph-volume, and similar tools. Normally access to the +dm-crypt/osd/$OSD_UUID prefix is allowed by a client.osd-lockbox.$OSD_UUID +cephx key, such that only the appropriate host can retrieve the LUKS key (which +in turn decrypts the actual raw key, also stored on the device itself). ceph-mgr modules -- 2.39.5