Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Client:
2.11.53_197_g0f2d3f5
Server:
2.11.53_197_g0f2d3f5
-
3
-
9223372036854775807
Description
Mitsuhiro reported lock_count is exceeding lru_size ( disabled lru resize) on DDN es3.x branch before, and when we tested with master, found the same problem can also be seen on upstream.
# for i in `seq -w 10001 20000`; do dd if=/dev/zero of=/mnt/lustre/1KB_file-${i} bs=1K count=1 > /dev/null 2>&1 ; echo ${i} ; done # lctl get_param ldlm.namespaces.*.lru_size ldlm.namespaces.lustre-MDT0000-mdc-ffff8d0afcc55000.lru_size=800 ldlm.namespaces.lustre-OST0000-osc-ffff8d0afcc55000.lru_size=800 ldlm.namespaces.lustre-OST0001-osc-ffff8d0afcc55000.lru_size=800 # lctl get_param ldlm.namespaces.*.lock_count ldlm.namespaces.lustre-MDT0000-mdc-ffff8d0afcc55000.lock_count=800 ldlm.namespaces.lustre-OST0000-osc-ffff8d0afcc55000.lock_count=4090 ldlm.namespaces.lustre-OST0001-osc-ffff8d0afcc55000.lock_count=4096
{{}}
Attachments
Issue Links
- is related to
-
LU-14221 Client hangs when using DoM with a fixed mdc lru_size
- Closed