]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: corrected resize RPC message backwards compatibility 14615/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 18 Apr 2017 14:05:53 +0000 (10:05 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 18 Apr 2017 14:05:53 +0000 (10:05 -0400)
commit9db305a99fd945059a173f5ae8ae61744dd28615
treeecc8a6658f7d5fa5d799195fbfd6779eb10f91c9
parent93db36f46203115ae6e7f571bbfa2faabe28ba06
librbd: corrected resize RPC message backwards compatibility

Commit d1f2c557 incorrectly changed the order of variables within
the payload. This resulted in breaking the resize RPC message
with older versions of Ceph.

Fixes: http://tracker.ceph.com/issues/19636
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/WatchNotifyTypes.cc