Whamcloud - gitweb
LU-14277 lod: statfs should not block a create
authorAlexey Lyashkov <alexey.lyashkov@hpe.com>
Fri, 29 Jan 2021 09:29:27 +0000 (12:29 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 12 Jun 2023 23:52:30 +0000 (23:52 +0000)
commit5016a9bfbd05843fb5cd29d1bf6813f8923d2c90
tree98499b74c9798036c9e9912a245d1d7e002c2038
parentf99466b998f9622a75fea782e1c4bff6743a07d9
LU-14277 lod: statfs should not block a create

lod_qos_statfs_update() need a guarantee that targets
isn't changed, so it doesn't need to take a QoS mutex.

Lustre-change: https://review.whamcloud.com/41497
Lustre-commit: 6cdb08a0c598b20a4b0ce27f7fe4763b0ada3118

HPE-bug-id: LUS-2106
Signed-off-by: Alexander Boyko <alexander.boyko@hpe.com>
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Change-Id: Id9f0ea2fa006bee601d05e14b2e515fcf8248249
Reviewed-by: Andrew Perepechko <andrew.perepechko@hpe.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/51246
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/lu_object.h
lustre/lod/lod_qos.c