]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSDCap: fix misleading grammar comments 61540/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 27 Jan 2025 11:29:54 +0000 (12:29 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 28 Jan 2025 09:17:13 +0000 (10:17 +0100)
commitd99367e1e03cbeefd33d7dd9405245e089c2237c
tree773b6574c5e60cc57fdfb5f1497eba67fca34f0d
parent5f3815e80028066fb3d6ae9b68d6b69045ab2bdf
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>
src/osd/OSDCap.cc