]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/filestore: tidy up on error exit during mount() process 9734/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 16 Jun 2016 02:24:00 +0000 (10:24 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 16 Jun 2016 02:24:00 +0000 (10:24 +0800)
commit55bfc0ceb19d785b765fa2d62cfe70c31b68b951
tree248b95e99a97fbe1761715fec6eb9e328578cf49
parentec7922910ec7fe07bf0f8b29c43e7b71f6659a6a
os/filestore: tidy up on error exit during mount() process

There are error exits we don't delete backend and object_map
manually, and this is the proper place to do such cleanup jobs.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/filestore/FileStore.cc