From dd60dbd84670d7378c44a49989156007da7468c6 Mon Sep 17 00:00:00 2001 From: Yong Huang Date: Mon, 25 May 2020 14:54:25 +0800 Subject: [PATCH] [Unity] Update release note for filter function Update release note for default filter function support Change-Id: I5a1907591fdfd29eb7cde678796fadb565b41a6a --- ...default-filter-function-support-2eefc8044a5add5d.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/releasenotes/notes/unity-default-filter-function-support-2eefc8044a5add5d.yaml b/releasenotes/notes/unity-default-filter-function-support-2eefc8044a5add5d.yaml index 664235b7e2..187c7ef41a 100644 --- a/releasenotes/notes/unity-default-filter-function-support-2eefc8044a5add5d.yaml +++ b/releasenotes/notes/unity-default-filter-function-support-2eefc8044a5add5d.yaml @@ -1,4 +1,13 @@ --- +upgrade: + - | + A new configuration option called ``report_default_filter_function`` has + been added to the Dell EMC Unity driver. It can be set to True or False, + and the default value is False. When set to True, the scheduler will + disallow the creation of shares smaller than 3 GiB on the Dell EMC Unity + back end. The default value of this option will be changed to ``True`` in + a future release, so always set the desired value in your manila.conf per + your expectations. features: - | Dell EMC Unity: Default filter function support for 3GB share size.