manila/releasenotes/notes/bug-1925342-fix-snapshot-support-api-error-msg-eaf5fd2b1df97d15.yaml
Tom Barron be29805859 Fix api error message for snapshot creation failure
when the source share has ``snapshot_support`` False.

The message said that the back end lacks snapshot support but this
is not necessarily the case.

Closes-bug: #1925342
Change-Id: I09a83b63528c0988f3601dfd07ad6972165cb855
2021-05-12 12:24:13 +00:00

11 lines
476 B
YAML

---
fixes:
- |
Corrected an error message for attempts to create snapshots from shares
that do not support this operation. The message said that the share
backend has no such support but that is not always true. The original
share for the snapshot does not support snapshots because it was created
with a share type without the ``snapshot_support`` extra-spec set,
irrespective of whether the back end used can itself support snapshots
or not.