From 0a0022da63aa3c8df9510bb317eb948c33517deb Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 1 Oct 2021 12:05:12 -0400 Subject: [PATCH] qa: add note about where caps are generated Signed-off-by: Patrick Donnelly (cherry picked from commit dbe5573ed4781cb4b214e701c77be7bc2cddabf3) --- qa/tasks/cephfs/mount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 883acb4d8f2..9c12d5272b2 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -530,6 +530,7 @@ class CephFSMount(object): raise NotImplementedError() def get_keyring_path(self): + # N.B.: default keyring is /etc/ceph/ceph.keyring; see ceph.py and generate_caps return '/etc/ceph/ceph.client.{id}.keyring'.format(id=self.client_id) def get_key_from_keyfile(self): -- 2.47.3