Updated openstack/openstack

Project: openstack/cinder  57979b64da97020b67a33cd31f69d96ad56877f9

SMBFS: drop JSON file storing allocation data

Due to the fact that we cannot query in-use images, some time ago
we've started storing the total disk image allocated size within
a JSON file.

At the same time, we're caching those values within the service.

As we're aiming to support A-A deployments, also considering the
risk of having this file corrupted, we're now dropping it.

Instead of using a separate DB, we're just going to rely on the
Cinder DB when retrieving the allocated space for a specific share.

One reason why we did not go with this approach from the beginning
is the fact that we needed support for reporting each share as a pool,
which is accomplished by the other patches from this chain.

Change-Id: I2085c040d7140f8ba685f6a36c4d3b5b30b14103
This commit is contained in:
Jenkins 2017-05-26 14:17:08 +00:00 committed by Gerrit Code Review
parent 472d86a8ab
commit 928eb006fb
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit ac989f682b5694db1bddd4701643f9e1e83bd865
Subproject commit 57979b64da97020b67a33cd31f69d96ad56877f9