]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd_types: s/stashed/rollback_info_completed and set on create
authorSamuel Just <sam.just@inktank.com>
Fri, 1 Aug 2014 21:04:35 +0000 (14:04 -0700)
committerSage Weil <sage@redhat.com>
Tue, 12 Aug 2014 22:18:51 +0000 (15:18 -0700)
commit272b26f5aab71c22a1954ff92548b535a1f018d8
treea1b45992ea5494c869979ab76cf39d6d8e9aba84
parent7b5bcb943578b99f5a2aeeae0bbc67f371c30233
osd_types: s/stashed/rollback_info_completed and set on create

Originally, this flag indicated that the object had already been stashed and
that therefore recording subsequent changes is unecessary.  We want to set it
on create() as well since operations like [create, writefull] should not need
to stash the object.

Fixes: #8625
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 4260767973d96978e808cb87ef6ae991104b4f8d)
src/osd/osd_types.cc
src/osd/osd_types.h