Skip to content

Commit b3ec5ae

Browse files
committed
NSOL-5617 Add ANF reference to traditional readme
1 parent dc995eb commit b3ec5ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netapp_dataops_traditional/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The NetApp DataOps Toolkit for Traditional Environments is a Python library that
99

1010
The **Dataset Manager** is a powerful module that provides a simplified, intuitive interface for managing datasets backed by NetApp ONTAP storage. It presents datasets as plain directories on your local filesystem while leveraging the full power of ONTAP under the hood — instant clones, point-in-time snapshots, and space efficiency — all through a clean Python API purpose-built for data scientists and data engineers.
1111

12+
> **Note:** The Dataset Manager only supports NetApp AFX, AFF, FAS, Amazon FSx for NetApp ONTAP, Cloud Volumes ONTAP, and ONTAP Select. It does not support Azure NetApp Files (ANF) or Google Cloud NetApp Volumes (GCNV).
13+
1214
➡️ See the [Dataset Manager README](docs/dataset_manager_readme.md) to get started.
1315

1416
## Compatibility
@@ -21,6 +23,7 @@ The toolkit must be used in conjunction with a data storage system or service in
2123
- NetApp AFF (running ONTAP 9.7 and above)
2224
- NetApp FAS (running ONTAP 9.7 and above)
2325
- Amazon FSx for NetApp ONTAP
26+
- Azure NetApp Files
2427
- Google Cloud NetApp Volumes
2528
- NetApp Cloud Volumes ONTAP (running ONTAP 9.7 and above)
2629
- NetApp ONTAP Select (running ONTAP 9.7 and above)
@@ -29,4 +32,6 @@ The toolkit must be used in conjunction with a data storage system or service in
2932

3033
If you are working with AFX, AFF, FAS, Amazon FSx for NetApp ONTAP, Cloud Volumes ONTAP, or ONTAP Select, use the [ONTAP module](docs/ontap_readme.md).
3134

35+
If you are working with Azure NetApp Files, use the [ANF module](docs/anf_readme.md).
36+
3237
If you are working with Google Cloud NetApp Volumes, use the [GCNV module](docs/gcnv_readme.md).

0 commit comments

Comments
 (0)