Whamcloud - gitweb
LU-6719 osd-zfs: Ignore EEXIST during object init 54/18054/4
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Wed, 20 Jan 2016 16:16:00 +0000 (11:16 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 5 Feb 2016 14:57:25 +0000 (14:57 +0000)
commitd96c38aa85d80f5e0630c28d242f8279987c8d5e
treecac8cab7539b46b53ce5782a419db622ce28ab37
parent919b8968d84d0d6ad57e2e6e5e1a8ccb02a1bd2c
LU-6719 osd-zfs: Ignore EEXIST during object init

ZFS can return EEXIST if object exists but is being destroyed.

Specifically see dnode_hold_impl()

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: Id99b406b2f02a1337b9f1566fba30dbced755d5d
Reviewed-on: http://review.whamcloud.com/18054
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Jenkins
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osd-zfs/osd_object.c