]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: the journal SnapLimitEvent was not properly handled
authorJason Dillaman <dillaman@redhat.com>
Fri, 14 Feb 2020 14:35:43 +0000 (09:35 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 21 Feb 2020 14:03:09 +0000 (09:03 -0500)
commit50d42bef49b9fcbc6bdd40e395ff1419b28cad0d
tree25312178de1fecbc8ab9989bdb3b07c5c4ff1d97
parent1b18c067b769b02635ded5fb2f51544075df1877
librbd: the journal SnapLimitEvent was not properly handled

It was not being properly decoded since it was missing from the
factory and it would output as an "Unknown" event code.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/journal/Types.cc