Whamcloud - gitweb
LU-5152 quota: disable sync chgrp to OSTs 05/33705/2
authorHongchao Zhang <hongchao@whamcloud.com>
Wed, 14 Nov 2018 23:10:46 +0000 (18:10 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 29 Nov 2018 22:55:51 +0000 (22:55 +0000)
commit7b46ff54afb23c04dec74ef162ed9052f7259e4a
tree50b797b430759a62dcba998c3287483f3af2fdd8
parente7d5c1681c0767e07d2280fa58cf39fc1ae8df2a
LU-5152 quota: disable sync chgrp to OSTs

The syschronous chgrp to OSTs introduced by the previous patch
(the commit is 8a71fd5061bd073e055e6cbba1d238305e6827bb) causes
deadlock between MDT and OST, this patch disable it for now and
leave the updated patch to fix it.

Signed-off-by: Hongchao Zhang <hongchao@whamcloud.com>
Change-Id: I5ce48424f4d2011ce62e69047ace7f0b7c3ebbe5
Reviewed-on: https://review.whamcloud.com/33705
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_object.c
lustre/tests/sanity-quota.sh