From: Samuel Just Date: Sat, 26 Oct 2013 23:52:32 +0000 (-0700) Subject: ReplicatedBackend: fix failed push error output X-Git-Tag: v0.72-rc1~10^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3de32bd3688cece81e6b5e2b6d2ad758d9d72115;p=ceph.git ReplicatedBackend: fix failed push error output Signed-off-by: Samuel Just --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 3aaf912d7e05..50fd43df7357 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -6558,6 +6558,7 @@ int ReplicatedBackend::build_push_op(const ObjectRecoveryInfo &recovery_info, if (oi.version != recovery_info.version) { osd->clog.error() << get_info().pgid << " push " << recovery_info.soid << " v " + << recovery_info.version << " failed because local copy is " << oi.version << "\n"; return -EINVAL;