From 8595a59405323474acc7c0a449778304d6f8ca40 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Mon, 10 Feb 2020 17:50:21 -0800 Subject: [PATCH] Fix release note for LP 1853940's bugfix Change-Id: I7839549ef7dd04614520f4afecf16dd776c51fbf --- ...d-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/bug-1853940-not-send-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml b/releasenotes/notes/bug-1853940-not-send-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml index 29e2016632..ed86922746 100644 --- a/releasenotes/notes/bug-1853940-not-send-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml +++ b/releasenotes/notes/bug-1853940-not-send-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml @@ -1,6 +1,7 @@ --- fixes: - | - This bug fix avoids request failures while drivers are still initializing - or when they fail to initialize by reporting the share service as down - until the driver has been initialized. \ No newline at end of file + `Launchpad bug 1853940 `_ + has been fixed. When drivers are still initializing or when they fail to + initialize, the share service will be reported as being "down" until the + driver has been initialized.