| sidebar | sidebar |
|---|---|
| permalink | trident-rn.html |
| keywords | what's new, new features, enhancements, known issues, resolved issues, troubleshooting |
| summary | NetApp is continually improving and enhancing its products and services. Here are some of the latest features, enhancements, and bug fixes in the latest version of Astra Trident. |
Release Notes provide information about new features, enhancements, and bug fixes in the latest version of Astra Trident.
|
Warning
|
The tridentctl binary for Linux that is provided in the installer zip file is the tested and supported version. Be aware that the macos binary provided in the /extras part of the zip file is not tested or supported.
|
NetApp is continually improving and enhancing its products and services. Here are some of the latest features in Astra Trident.
For previous releases, see Ealier versions of documentation.
-
Fixed issue where clones of XFS volumes could not be mounted on the same node as the source volume (GitHub issue 514).
-
Fixed issue where Astra Trident logged a fatal error on shutdown (GitHub issue 597).
-
Kubernetes-related fixes:
-
Return a volume’s used space as the minimum restoreSize when creating snapshots with
ontap-nasandontap-nas-flexgroupdrivers (GitHub issue 645). -
Fixed issue where
Failed to expand filesystemerror was logged after volume resize (GitHub issue 560). -
Fixed issue where a pod could get stuck in
Terminatingstate (GitHub issue 572). -
Fixed the case where an
ontap-san-economyFlexVol might be full of snapshot LUNs (GitHub issue 533). -
Fixed custom YAML installer issue with different image (GitHub issue 613).
-
Fixed snapshot size calculation (GitHub issue 611).
-
Fixed issue where all Astra Trident installers could identify plain Kubernetes as OpenShift (GitHub issue 639).
-
Fixed the Trident operator to stop reconciliation if the Kubernetes API server is unreachable (GitHub issue 599).
-
-
Added support for
unixPermissionsoption to GCP-CVS Performance volumes. -
Added support for scale-optimized CVS volumes in GCP in the range 600 GiB to 1 TiB.
-
Kubernetes-related enhancements:
-
Added support for Kubernetes 1.22.
-
Enabled the Trident operator and Helm chart to work with Kubernetes 1.22 (GitHub issue 628).
-
Added operator image to
tridentctlimages command (GitHub issue 570).
-
Known issues identify problems that might prevent you from using the product successfully.
-
Astra Trident now enforces a blank
fsType(fsType="") for volumes that do not have thefsTypespecified in their StorageClass. When working with Kubernetes 1.17 or later, Trident supports providing a blankfsTypefor NFS volumes. For iSCSI volumes, you are required to set thefsTypeon your StorageClass when enforcing anfsGroupusing a Security Context. -
When using a backend across multiple Astra Trident instances, each backend configuration file should have a different
storagePrefixvalue for ONTAP backends or use a differentTenantNamefor SolidFire backends. Astra Trident cannot detect volumes that other instances of Astra Trident have created. Attempting to create an existing volume on either ONTAP or SolidFire backends succeeds, because Astra Trident treats volume creation as an idempotent operation. IfstoragePrefixorTenantNamedo not differ, there might be name collisions for volumes created on the same backend. -
When installing Astra Trident (using
tridentctlor the Trident Operator) and usingtridentctlto manage Astra Trident, you should ensure theKUBECONFIGenvironment variable is set. This is necessary to indicate the Kubernetes cluster thattridentctlshould work against. When working with multiple Kubernetes environments, you should ensure that theKUBECONFIGfile is sourced accurately. -
To perform online space reclamation for iSCSI PVs, the underlying OS on the worker node might require mount options to be passed to the volume. This is true for RHEL/RedHat CoreOS instances, which require the
discardmount option; ensure that the discard mountOption is included in yourStorageClassto support online block discard. -
If you have more than one instance of Astra Trident per Kubernetes cluster, Astra Trident cannot communicate with other instances and cannot discover other volumes that they have created, which leads to unexpected and incorrect behavior if more than one instance runs within a cluster. There should be only one instance of Astra Trident per Kubernetes cluster.
-
If Astra Trident-based
StorageClassobjects are deleted from Kubernetes while Astra Trident is offline, Astra Trident does not remove the corresponding storage classes from its database when it comes back online. You should delete these storage classes usingtridentctlor the REST API. -
If a user deletes a PV provisioned by Astra Trident before deleting the corresponding PVC, Astra Trident does not automatically delete the backing volume. You should remove the volume via
tridentctlor the REST API. -
ONTAP cannot concurrently provision more than one FlexGroup at a time unless the set of aggregates are unique to each provisioning request.
-
When using Astra Trident over IPv6, you should specify
managementLIFanddataLIFin the backend definition within square brackets. For example,[fd20:8b1e:b258:2000:f816:3eff:feec:0]. -
If using the
solidfire-sandriver with OpenShift 4.5, ensure that the underlying worker nodes use MD5 as the CHAP authentication algorithm.