]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: log name instead of id for SystemMetaObj on failure
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 9 May 2016 09:41:19 +0000 (11:41 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Mon, 9 May 2016 09:41:19 +0000 (11:41 +0200)
commitaee1d643be71071df488fbe790a6715e93aa4385
tree9fcb15d5adb6c5089363d104f4f89521bd43b2ab
parent80b6660abd11d687a4097326eca2b5593346101e
rgw: log name instead of id for SystemMetaObj on failure

Currently if we fail to read a SystemMetaObj we try to log the
MetaObject id, however this will not be set mostly as read_id has
failed, so we end up logging an empty id, changing this to log
the object name instead

Fixes: http://tracker.ceph.com/issues/15776
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_rados.cc