Whamcloud - gitweb
LU-11156 scrub: skip project quota inode 71/33971/6
authorAlexander Boyko <c17825@cray.com>
Wed, 18 Jul 2018 14:17:16 +0000 (10:17 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 15 Feb 2019 01:28:24 +0000 (01:28 +0000)
commit25cde5b5b0dbedfba5227752169313004ebbcd35
tree1dc38afd371b43aa02ab6e17829d1f0c598de465
parentd3df5c9e28b08384b38ede65b9c7d9d918649fa6
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.

Lustre-change: https://review.whamcloud.com/32829
Lustre-commit: d01fc74e8a347a0c8ebfcf92a49c7f71809cd0ad

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