[LU-14150] Extreme create scaling: batching FID alloc, batching creation, batching MD returning to the client Created: 26/Nov/20 Updated: 27/Nov/20 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Qian Yingjin | Assignee: | Qian Yingjin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
As we known, some application creates a number of files under a directory with a dedicated file name format, i.e. mdtest creates files with the format: char curr_item[MAX_PATHLEN]; sprintf(curr_item, "%s/file.%s"LLU"", path, mk_name, itemNum); i.e. file.mdtest.$i Lustre have already implemented a basic framework for batching metadata processing. It can provide some llapi or lfs command (lfs create_many -F mdtest_file.$i?) to do batch creations, which could improve the performance for metadata operations. We can also improve the mdtest to support batch creation interface. |