From ab141d698d7a470d1228079944da8091692d84d1 Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Wed, 21 Sep 2022 15:28:07 -0400 Subject: [PATCH 1/4] VAULT-6938 Remove license from being cache exempt --- sdk/physical/cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/physical/cache.go b/sdk/physical/cache.go index ffac33189bbc..af40f5385957 100644 --- a/sdk/physical/cache.go +++ b/sdk/physical/cache.go @@ -29,7 +29,6 @@ var cacheExceptionsPaths = []string{ "sys/expire/", "core/poison-pill", "core/raft/tls", - "core/license", } // CacheRefreshContext returns a context with an added value denoting if the From 12cccfbf5a07b7adb6272444fb013fc03860577d Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Wed, 21 Sep 2022 15:38:05 -0400 Subject: [PATCH 2/4] VAULT-6938 Add changelog --- changelog/17264.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/17264.txt diff --git a/changelog/17264.txt b/changelog/17264.txt new file mode 100644 index 000000000000..858e6d75dfa2 --- /dev/null +++ b/changelog/17264.txt @@ -0,0 +1,3 @@ +```release-note:improvement +core: License location is no longer storage exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend. +``` From 0c83197688618138717702e043e7ff04e6a90020 Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Wed, 21 Sep 2022 15:41:00 -0400 Subject: [PATCH 3/4] VAULT-6938 Typo in changelog name --- changelog/{17264.txt => 17265.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelog/{17264.txt => 17265.txt} (100%) diff --git a/changelog/17264.txt b/changelog/17265.txt similarity index 100% rename from changelog/17264.txt rename to changelog/17265.txt From 6a3b108bda27c7eebeaaba066ca8da38ecd3091b Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Mon, 26 Sep 2022 09:02:20 -0400 Subject: [PATCH 4/4] Update changelog/17265.txt Co-authored-by: Nick Cabatoff --- changelog/17265.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/17265.txt b/changelog/17265.txt index 858e6d75dfa2..fe2d3b9a00aa 100644 --- a/changelog/17265.txt +++ b/changelog/17265.txt @@ -1,3 +1,3 @@ ```release-note:improvement -core: License location is no longer storage exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend. +core: License location is no longer cache exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend. ```