<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kanako Kodera</title>
    <description>The latest articles on DEV Community by Kanako Kodera (@kanako_kodera_047f11ae425).</description>
    <link>https://dev.to/kanako_kodera_047f11ae425</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3249399%2F249162b6-d193-4565-99ae-e4317a62b4d3.jpg</url>
      <title>DEV Community: Kanako Kodera</title>
      <link>https://dev.to/kanako_kodera_047f11ae425</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kanako_kodera_047f11ae425"/>
    <language>en</language>
    <item>
      <title>Learn about FSx for ONTAP FlexCache Write-back</title>
      <dc:creator>Kanako Kodera</dc:creator>
      <pubDate>Fri, 13 Jun 2025 06:48:53 +0000</pubDate>
      <link>https://dev.to/kanako_kodera_047f11ae425/learn-about-fsx-for-ontap-flexcache-write-back-33b1</link>
      <guid>https://dev.to/kanako_kodera_047f11ae425/learn-about-fsx-for-ontap-flexcache-write-back-33b1</guid>
      <description>&lt;p&gt;Today I’ll introduce a new feature of Amazon FSx for NetApp ONTAP, the Writeback mode of ONTAP FlexCache.&lt;br&gt;
&lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/05/amazon-fsx-netapp-ontap-write-back-mode-ontap-flexcache-volumes/?nc1=h_ls" rel="noopener noreferrer"&gt;AWS What's new&lt;/a&gt;&lt;br&gt;
This feature was originally offered in ONTAP version 9.15.1 and later and is now available on AWS at no cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  About ONTAP FlexCache
&lt;/h2&gt;

&lt;p&gt;ONTAP FlexCache is a mechanism that temporarily stores data from the original volume (origin volume) in a cache volume in a different location so that users can access the data from that cache at high speed.&lt;br&gt;
Protocols are available for both SMB (Windows) / NFS (Linux).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Faster Reads&lt;br&gt;
By caching frequently accessed data locally, read performance is greatly improved.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bandwidth savings &lt;br&gt;
Reduces access across the WAN, minimizing network bandwidth usage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Distributed access &lt;br&gt;
Even when the same data is accessed at multiple locations, caches can be placed at each location.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automatic Synchronization &lt;br&gt;
Changes to the origin volume are reflected in the cache as needed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Read-only or read/write support &lt;br&gt;
FlexCache is basically read-only, but can also be written under certain conditions.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Use Case #1
&lt;/h3&gt;

&lt;p&gt;Utilize data in the cloud with on-premise as the origin&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvzr95kb09b6k3z7gjlp6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvzr95kb09b6k3z7gjlp6.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On-premise machine groups access on-premise ONTAP&lt;/li&gt;
&lt;li&gt;When on-premises compute resources are insufficient, cache storage in the cloud and read data from cloud compute resources at high speed (Cloud Bursting)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Use Case #2
&lt;/h3&gt;

&lt;p&gt;On-premises caching of cloud file servers&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdtp54fi71dnixjoo9p9b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdtp54fi71dnixjoo9p9b.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Compute resource in the can access Amazon FSx for NetApp ONTAP&lt;/li&gt;
&lt;li&gt;ONTAP is installed on-premises as cache storage&lt;/li&gt;
&lt;li&gt;On-premises machines access ONTAP cache storage and read data at high speed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This configuration is useful when the access speed from on-premises to the cloud is not fast enough.&lt;/p&gt;

&lt;h3&gt;
  
  
  Use Case #3
&lt;/h3&gt;

&lt;p&gt;Data collaboration and aggregation between locations&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4tjvi8sexxobe9bol111.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4tjvi8sexxobe9bol111.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cache storage is placed at branch offices for high-speed access to headquarters data from branch offices for corporate use.&lt;/li&gt;
&lt;li&gt;Original data is centralized at the headquarters and managed centrally.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Detailed in FlexCache WriteBack
&lt;/h2&gt;

&lt;p&gt;Write-back mode is a new ONTAP capability that helps you achieve faster performance for your write-intensive workloads that are distributed across multiple AWS Regions and on-premises file systems.&lt;/p&gt;

&lt;p&gt;Write-back from cache to origin happens asynchronously. This means that dirty data isn't immediately written back to the origin.&lt;/p&gt;

&lt;p&gt;FlexCache write-back involves many complex interactions between the origin and caches. For optimal performance, you should ensure your environment follows some requirements or guides that NetApp provides based on official document.&lt;/p&gt;



&lt;h3&gt;
  
  
  When is this effective?
&lt;/h3&gt;

&lt;p&gt;Distributed file systems can be realized.&lt;br&gt;
It's possible to improve performance at near-local speeds for specific workloads and environments, resulting in significant performance benefits, as for the case of content creation, distributed databases, and engineering workflows that need to operate across multiple AWS Regions or between cloud and on-premises environments.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  ONTAP FlexCache write-back prerequisites
&lt;/h3&gt;

&lt;p&gt;The origin must be running ONTAP 9.15.1 or later.&lt;br&gt;
Please check &lt;a href="https://docs.netapp.com/us-en/ontap/flexcache-writeback/flexcache-write-back-prerequisites.html#cpu-and-memory" rel="noopener noreferrer"&gt;the latest document&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>ontap</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
