From e9c502ecb8b4429d66a5552f40a57ba6b6ff0116 Mon Sep 17 00:00:00 2001 From: boyamurthy <92081029+boyamurthy@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:50:03 +0530 Subject: [PATCH] Adding File snapshot unsupported entry for PowerMax (#946) --- content/docs/csidriver/features/powermax.md | 2 ++ content/v1/csidriver/features/powermax.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/docs/csidriver/features/powermax.md b/content/docs/csidriver/features/powermax.md index 8ef59839b4..3a3f6d379f 100644 --- a/content/docs/csidriver/features/powermax.md +++ b/content/docs/csidriver/features/powermax.md @@ -30,6 +30,8 @@ snapshot: >Note: From v1.7, the CSI PowerMax driver installation process will no longer create VolumeSnapshotClass. > If you want to create VolumeSnapshots, then create a VolumeSnapshotClass using the sample provided in the _csi-powermax/samples/volumesnapshotclass_ folder +>Note: Snapshots for File in PowerMax is currently not supported. + ### Creating Volume Snapshots The following is a sample manifest for creating a Volume Snapshot using the **v1** snapshot APIs: ```yaml diff --git a/content/v1/csidriver/features/powermax.md b/content/v1/csidriver/features/powermax.md index 69f1e8b505..bf3f94fe07 100644 --- a/content/v1/csidriver/features/powermax.md +++ b/content/v1/csidriver/features/powermax.md @@ -32,6 +32,8 @@ snapshot: >Note: From v1.7, the CSI PowerMax driver installation process will no longer create VolumeSnapshotClass. > If you want to create VolumeSnapshots, then create a VolumeSnapshotClass using the sample provided in the _csi-powermax/samples/volumesnapshotclass_ folder +>Note: Snapshot for FIle in PowerMax is currently not supported. + ### Creating Volume Snapshots The following is a sample manifest for creating a Volume Snapshot using the **v1** snapshot APIs: ```yaml