]> 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:17:04 +0000 (10:17 +0100)
commitf0e8d50b7c4176dd27c23767eff0e76880c481e2
tree2e239f117d5b07aa8df436765aa3e2cb88bea3bb
parent346ab845796d3ff5160d213130dfbc0fb5a82d7a
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