Add release note to warn about os-brick lock dir

Not really a new bug, but turns out this wasn't generally known
or documented anywhere. As a heads up for folks we'll put in a
known issue into the release note for N.

Change-Id: Icc06da4399446b6d537aac9ee4d00df8226580c4
This commit is contained in:
Patrick East 2016-08-11 20:46:01 -07:00
parent 3f642cff8e
commit 65978582e0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
issues:
- When running Nova Compute and Cinder Volume or Backup services on the same
host they must use a shared lock directory to avoid rare race conditions
that can cause volume operation failures (primarily attach/detach of
volumes). This is done by setting the "lock_path" to the same directory
in the "oslo_concurrency" section of nova.conf and cinder.conf. This issue
affects all previous releases utilizing os-brick and shared operations
on hosts between Nova Compute and Cinder data services.