Whamcloud - gitweb
LU-11156 scrub: skip project quota inode 29/32829/7
authorAlexander Boyko <c17825@cray.com>
Wed, 18 Jul 2018 14:17:16 +0000 (10:17 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 9 Aug 2018 18:18:31 +0000 (18:18 +0000)
commitd01fc74e8a347a0c8ebfcf92a49c7f71809cd0ad
tree1032bd501c159275c1250ca9f59561b611975dad
parent7fc6eacc9bad7991932f3cd53fe7db8ad42a665e
LU-11156 scrub: skip project quota inode

Error happened when scrub try to process project quota inode.
Scrub thinks that it is IGIF, because it has no lma fid. And it starts
to create O/inum/{LAST_ID,d0-d31}, and fails with not enough credits.
The project quota inode s_prj_quota_inum should be skipped
from scrub iteration.

Signed-off-by: Alexander Boyko <c17825@cray.com>
Cray-bug-id: LUS-6197
Change-Id: I38c347377a1c648ac3dd3e3ff4c4d65ee34cde39
Reviewed-on: https://review.whamcloud.com/32829
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osd-ldiskfs/osd_scrub.c