Skip to content

Commit

Permalink
[manila] lower default reserve to 30%
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Carthaca committed Mar 7, 2024
1 parent a2bf833 commit 73c77c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/manila/templates/shares/_share-netapp.conf.tpl
Expand Up @@ -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)}}
Expand Down

0 comments on commit 73c77c6

Please sign in to comment.