File: lock_path-c1c58a253391b41c.yaml

package info (click to toggle)
python-os-brick 6.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,240 kB
  • sloc: python: 20,500; sh: 92; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    Specific location for os-brick file locks using the ``lock_path``
    configuration option in the ``os_brick`` configuration group.  Previously,
    os-brick used the consuming service's lock_path for its locks, but there
    are some deployment configurations (for example, Nova and Cinder collocated
    on the same host) where this would result in anomalous behavior.  Default
    is to use the consuming service's lock_path.

    This change requires a consuming service to call the ``os_brick.setup``
    method after service configuration options have been called.
upgrade:
  - |
    To use the os-brick specific file lock location introduced in this release,
    an external service using the library must call the ``os_brick.setup``
    method.