From 73c77c60d1ecb2520e6ae69224477bb033be9844 Mon Sep 17 00:00:00 2001 From: Maurice Escher Date: Thu, 7 Mar 2024 09:06:54 +0100 Subject: [PATCH] [manila] lower default reserve to 30% to be aligned with netapp backend monitoring that alerts at 70% fillgrade. Otherwise we had a gap where no new provisionings were possible, but backend operations were not aware. --- openstack/manila/templates/shares/_share-netapp.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/manila/templates/shares/_share-netapp.conf.tpl b/openstack/manila/templates/shares/_share-netapp.conf.tpl index 89a2d59c80..343909b404 100644 --- a/openstack/manila/templates/shares/_share-netapp.conf.tpl +++ b/openstack/manila/templates/shares/_share-netapp.conf.tpl @@ -86,7 +86,7 @@ netapp_hardware_state = {{ $share.hardware_state | default "live" }} {{- if eq 100 (int $share.reserved_share_percentage)}} reserved_share_percentage = 100 {{- else }} -reserved_share_percentage = {{ $share.reserved_share_percentage | default 40 }} +reserved_share_percentage = {{ $share.reserved_share_percentage | default 30 }} {{- end }} {{- if eq 100 (int $share.reserved_share_extend_percentage)}}