File: bug-1925342-fix-snapshot-support-api-error-msg-eaf5fd2b1df97d15.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (10 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
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.