Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
the Linux admin is trying to confirm if we can change the SVM "Target Max Recv Data Length" to match
2022-03-15
10:29 PM
1,718 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
would like to know if there are any use cases to match the initiator & target mrdsl for OLAP (sequential) workload.
Can you verified with your team, if that parameter would affect the performance of OLAP (seq) vs OLTP (random) workload.
As the Linux admin is adamant that performance would suffer unless that “target-mrdsl” parameter on the target (NetApp) matches the initiator (Linux) “initiator-mrdsl” for the OLAP (sequential) workload.
Solved! See The Solution
1 ACCEPTED SOLUTION
hmoubara has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The initiator or target declares the maximum data segment length in bytes it can receive in an iSCSI PDU.
so per example, if an initiator advertised MRDSL=16MB, that would mean that the initiator is willing to accept PDUs with
a data segment UP TO 16MB. ONTAP never sends a PDU larger than 64KB, but since 64KB < 16MB, this would not be a compliance or interop issue.
Hope this answer your question.
Thanks
2 REPLIES 2
hmoubara has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The initiator or target declares the maximum data segment length in bytes it can receive in an iSCSI PDU.
so per example, if an initiator advertised MRDSL=16MB, that would mean that the initiator is willing to accept PDUs with
a data segment UP TO 16MB. ONTAP never sends a PDU larger than 64KB, but since 64KB < 16MB, this would not be a compliance or interop issue.
Hope this answer your question.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: “ONTAP never sends a PDU larger than 64KB, but since 64KB < 16MB, this would not be a compliance or interop issue.”
So ONTAP would not send out (target-mrdsl) larger than 64KB regardless of the workload (random or sequential)?
