File: blueprint-share-and-snapshot-deferred-deletion-b3453718fd1e4b56.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 (7 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
features:
  - |
    With deferred deletion, when resource(share or snapshot) is deleted, the
    quota is freed immediately and periodic tasks will delete the resource
    (i.e. share or snapshot) in driver. The resources errored during deletion
    are retried for deletion after some time in the same periodic tasks.