]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: disallow ops on objects with an empty name
authorSage Weil <sage@redhat.com>
Thu, 2 May 2019 16:30:09 +0000 (11:30 -0500)
committerSage Weil <sage@redhat.com>
Thu, 18 Jul 2019 16:09:58 +0000 (11:09 -0500)
commit9c3931e27c003476d658524cbf9085597b0d08ff
tree8bdf8f66445397637429873259dbff9c987a6c51
parentf895e0c50efcd28768f6bc915daf78600757e953
osd/PrimaryLogPG: disallow ops on objects with an empty name

These may conflict with pgmeta objects.  And are going to cause other
problems later (e.g., https://tracker.ceph.com/issues/38724).

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit bf6e8a4a4db8b7d7101ca80b844ee953aa4580b2)
src/osd/PrimaryLogPG.cc