]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/OSDCap: fix misleading grammar comments
authorIlya Dryomov <idryomov@gmail.com>
Mon, 27 Jan 2025 11:29:54 +0000 (12:29 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 31 Jan 2025 09:15:08 +0000 (10:15 +0100)
commit72648f30f0a472568bce00e0853280af6a2175e7
treeba85aedc4049afd8c83ee9d760de717e0974f033
parenta8857ef87290aaada495b43e6e9dbe915f95f0bb
osd/OSDCap: fix misleading grammar comments

The restrictions on pool name and namespace have been independent of
each other for ages.  Specifying namespace[=]<namespace> doesn't require
specifying pool[=]<pool> like is currently suggested -- neither for
regular "allow" grants nor for "profile" grants.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit d99367e1e03cbeefd33d7dd9405245e089c2237c)
src/osd/OSDCap.cc