From da02ca1ee923569e692bf7389c3775321adc2a11 Mon Sep 17 00:00:00 2001 From: Datta Date: Mon, 29 Jul 2024 12:52:59 +0530 Subject: [PATCH 1/2] Updating the known issues for the deferred defects --- docs/Release Notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Release Notes.md b/docs/Release Notes.md index decf80dd..4716ca78 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -95,6 +95,8 @@ Known problems in this release are listed. | SyncIQ Job creation/modification/retrieval | When SyncIQ policy has any job of the type "resync_prep/allow_write/allow_write_revert" then creation, modification or retrieval of SyncIQ job will fail with an error saying "Invalid value for 'action', must be one of ['copy', 'sync']". | This is an issue in the supported OneFS versions. | | SMB share creation with NIS group permissions | Creating a SMB share with NIS group permissions fails with error that the group cannot be found. | This is an issue in the supported OneFS versions. | | Getting group details | Getting the details of a group by group_name with provider type as NIS fails. | This is an issue in the supported OneFS versions. | +| Filtering event group info details | Getting the details of event group by filter does not work | This is an issue in the supported OneFS versions. | +| Sorting alert rules info details | Sorting the details of alert rules by filter does not work | This is an issue in the supported OneFS versions. | Limitations ----------- From 913483f5db4d1ec36d57230dd0bd3e81168b7271 Mon Sep 17 00:00:00 2001 From: Datta Date: Mon, 29 Jul 2024 13:03:17 +0530 Subject: [PATCH 2/2] Updating the known issues for the deferred defects --- docs/Release Notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Release Notes.md b/docs/Release Notes.md index 4716ca78..072d6995 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -95,8 +95,8 @@ Known problems in this release are listed. | SyncIQ Job creation/modification/retrieval | When SyncIQ policy has any job of the type "resync_prep/allow_write/allow_write_revert" then creation, modification or retrieval of SyncIQ job will fail with an error saying "Invalid value for 'action', must be one of ['copy', 'sync']". | This is an issue in the supported OneFS versions. | | SMB share creation with NIS group permissions | Creating a SMB share with NIS group permissions fails with error that the group cannot be found. | This is an issue in the supported OneFS versions. | | Getting group details | Getting the details of a group by group_name with provider type as NIS fails. | This is an issue in the supported OneFS versions. | -| Filtering event group info details | Getting the details of event group by filter does not work | This is an issue in the supported OneFS versions. | -| Sorting alert rules info details | Sorting the details of alert rules by filter does not work | This is an issue in the supported OneFS versions. | +| Filtering event group info details | Filtering with query params alert_info for gather_subset event group does not work as expected | This is an issue in the supported OneFS versions. | +| Sorting alert rules info details | Filtering with query params channels for gather_subset alert rules does not work as expected. | This is an issue in the supported OneFS versions. | Limitations -----------