On Tue, 7 Jun 2016, Mark Nelson wrote: > I believe this is due to the rocksdb submodule update in PR #9466. I'm > working on tracking down the commit in rocksdb that's causing it. Is it possible that the problem is that your build *didn't* update rocksdb? The ceph makefile isn't smart enough to notice changes in the rocksdb/ dir and rebuild. You have to 'cd rocksdb ; make clean ; cd ..' after the submodule updates to get a fresh build. Maybe you didn't do that, and some of the ceph code is build using the new headers and data structures that don't match the previously compiled rocksdb code? sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html