1bb78daacd16540b56d7cfd01e459099fd3a9271
In before, we use the uuid of volume mapping as the basic to compute the mountpoint. However, volume mapping represents a mapping between a container and a local volume. If there is multiple containers mapping to a volume, the computed mountpoint is problematic because each container will compute a different mountpoint. This commits use the uuid of volume to compute the mountpoint. As a result, in the shared volume case, all container will compute the same mountpoint as long as they share the volume. Change-Id: I0af30ecef043da000fea38776891feb19da018e6
Team and repository tags
Zun
OpenStack Containers service
Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO
Description
Languages
Python
99.3%
Shell
0.7%
