File: cinder-support-extend-in-use-volume-c6292f950ff75cca.yaml

package info (click to toggle)
python-glance-store 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 18,046; sh: 41; makefile: 34
file content (10 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Added support for extending in-use volumes in cinder store.
    A new boolean config option ``cinder_do_extend_attached`` is
    added which allows operators to enable/disable extending
    in-use volume support when creating an image.
    By default, ``cinder_do_extend_attached`` will be ``False``
    i.e. old flow of detaching, extending and attaching will be
    used.