From 3aea997df5ace85251d0579ccbe13fa938f587ee Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 25 Jan 2023 10:59:13 +0700 Subject: [PATCH] Add warning about enabling "hierarchical namespace" on Azure storage. If this feature is enabled expire will fail since directories need to be deleted separately. Ideally we would add support for this feature but for now we'll just document the issue. --- doc/xml/release.xml | 30 ++++++++++++++++++++++++++++++ doc/xml/user-guide.xml | 2 ++ 2 files changed, 32 insertions(+) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 2748517149..c23ff95f22 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -130,6 +130,21 @@ + + + + + + + + + + + + +

Add warning about enabling hierarchical namespace on Azure storage.

+
+ @@ -11916,6 +11931,11 @@ argdenis + + asjonos + asjonos + + Avinash Vallarapu avinashvallarapu @@ -12591,6 +12611,11 @@ PierreDucroquet + + Pluggi + Pluggi + + Pritam Barhate pritammobisoft @@ -12774,6 +12799,11 @@ collectionneurfou + + Vojtech Galda + vojtechDB + + vthriller vthriller diff --git a/doc/xml/user-guide.xml b/doc/xml/user-guide.xml index bdb88c6bf6..4c645066b4 100644 --- a/doc/xml/user-guide.xml +++ b/doc/xml/user-guide.xml @@ -687,6 +687,8 @@

supports locating repositories in Azure-compatible object stores. The container used to store the repository must be created in advance — will not do it automatically. The repository can be located in the container root (/) but it's usually best to place it in a subpath so object store logs or other data can also be stored in the container without conflicts.

+ Do not enable hierarchical namespace as this will cause errors during expire. + Configure <proper>Azure</proper>