Whamcloud - gitweb
LU-11418 osd-zfs: call stop_cb if transaction start fail 48/33248/4
authorLai Siyao <lai.siyao@intel.com>
Thu, 30 Aug 2018 06:11:42 +0000 (14:11 +0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 23 Oct 2018 05:18:44 +0000 (05:18 +0000)
commitd614ff561cb6bd9a9b35310c99dd991c55797d97
treee7c4029edbccd2950f3c2ea93aea7198e367006d
parent32b0004ef1c34347e4d312b9126496db50634ee0
LU-11418 osd-zfs: call stop_cb if transaction start fail

osd_trans_stop() should call osd_trans_stop_cb() if transaction is
not successfully started.

Improve debug messages for distribute transaction.

Add sanity 416 for this.

Get rid of ot_write_commit which is useless.

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: I35da81ebd2c9e97c12ae52bd4faed60393cd67d6
Reviewed-on: https://review.whamcloud.com/33248
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd_support.h
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-zfs/osd_handler.c
lustre/osd-zfs/osd_internal.h
lustre/osd-zfs/osd_io.c
lustre/target/update_trans.c
lustre/tests/sanity.sh