Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • In the graph, the actual copy does not take place on the servers but on the storage array, internally. Theoretically, this could be “ref copy” which is basically instant. I’m not sure if servers could copy over the local network with this technology.
    – Daniel B
    Commented Jun 16, 2020 at 11:15
  • 2
    @DanielB good point, have added some words about local copies and deduplication. I suspect within a cluster that is deduplicated it could do a ref copy as you mention, but I doubt it would work for distinct separate servers or clusters.
    – Mokubai
    Commented Jun 16, 2020 at 11:52
  • 2
    I think a more likely scenario for the use of the flag would be troubleshooting: if you are getting unexpected errors or other strange behaviour, you would use the flag to disable offloading, and if the issue goes away, you know where the problem lies, and if it doesn't, at least you've eliminated one possible cause. Commented Jun 17, 2020 at 6:13