From: Patrick Donnelly Date: Fri, 1 Oct 2021 16:05:12 +0000 (-0400) Subject: qa: add note about where caps are generated X-Git-Tag: v16.2.7~74^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a0022da63aa3c8df9510bb317eb948c33517deb;p=ceph.git qa: add note about where caps are generated Signed-off-by: Patrick Donnelly (cherry picked from commit dbe5573ed4781cb4b214e701c77be7bc2cddabf3) --- 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):