| Summary: | SMB: AIO writes are slower when aio write size = 4096 is enabled. | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Ben Turner <bturner> |
| Component: | samba | Assignee: | rhs-smb <rhs-smb> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Turner <bturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | ira, nlevinki |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-08 11:26:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ben Turner
2016-03-03 03:58:09 UTC
AIO is not guaranteed to improve performance. AIO is an option we expect could slow down SOME workloads, and SMB1 single threaded workloads are among the ones I expect could get hit. Like your Linux workload. I'd also expect that any workload without significant parallelism, could be hurt. A multithreaded write windows workload MIGHT show a benefit. The workload you show, getting hurt, is no surprise. The reason it works for reads, is that almost all SMB clients do readahead, so we get a multithreaded workload for read, automatically. So, the write setting is likely more "tuning" oriented than the read one. But this is distinctly NOTABUG. |