From 7f7db264ba89122b0cccee5fb19338dc5392e366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Wed, 6 Sep 2023 08:38:45 +0800 Subject: [PATCH] Update restore controller logic for restore deletion (#6761) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Skip deleting the restore files from storage if the backup/BSL is not found 2. Allow deleting the restore files from storage even though the BSL is readonly Signed-off-by: Wenkai Yin(尹文开) --- changelogs/unreleased/6761-ywk253100 | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/unreleased/6761-ywk253100 diff --git a/changelogs/unreleased/6761-ywk253100 b/changelogs/unreleased/6761-ywk253100 new file mode 100644 index 0000000000..6e55ffcd49 --- /dev/null +++ b/changelogs/unreleased/6761-ywk253100 @@ -0,0 +1 @@ +Update restore controller logic for restore deletion \ No newline at end of file