Whamcloud - gitweb
LU-11024 osd-zfs: properly detect ZFS dnode accounting 22/32422/2
authorFan Yong <fan.yong@intel.com>
Wed, 16 May 2018 08:00:29 +0000 (16:00 +0800)
committerJohn L. Hammond <john.hammond@intel.com>
Fri, 18 May 2018 17:47:55 +0000 (17:47 +0000)
commit71943a5d23498fc76d621e3855d580ff90f0757a
tree0fe7d939fa0d53d2409b9c98ed19f597456f9dc1
parentca81204ac9aa755f210cfe6e0743cce5598509c5
LU-11024 osd-zfs: properly detect ZFS dnode accounting

Properly detect if native ZFS dnode accounting is available for
ZFS 0.7.x releases that do not contain ZFS project quota.  The
function signature changed after ZFS Project Quota was landed,
but we still need to check for the old function for 0.7.x.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Fan Yong <fan.yong@intel.com>
Change-Id: Icd40e0bdaa0b7738e9aa761836167780843ebbe5
Reviewed-on: https://review.whamcloud.com/32422
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
config/lustre-build-zfs.m4