From b6a7b8a7e33be5447f4eba341110327b98a4a144 Mon Sep 17 00:00:00 2001 From: Ed McClanahan Date: Tue, 6 Dec 2022 16:28:18 -0800 Subject: [PATCH] Updated release_notes.md for 2.03.0 --- release_notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release_notes.md b/release_notes.md index 69d235dd..1ddb023a 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,15 @@ # ProxyFS Release Notes +## 2.03.0 (December 6, 2022) + +### Bug Fixes: + +Resolved a lease deadlock scenario. As part of this fix, dismounts or shutdowns of iclients now triggers implicit releasing of all of their held leases. + +### Notes: + +There is now a /keepalive URL API that, if configured to automatically exit, will prevent that. This is a feature implemented to enable an overseer to have confidence that if the overseer cannot communiate with an imgr that the imgr will dismount and stop serving any volumes. This allows for the overseer to relocate the serving of the volume(s) previously served by the unreachable imgr to a different imgr without risking the unsupported case where more than one imgr thinks it should be serving the same volume. + ## 2.02.0 (May 6, 2022) ### Notes: