manila/releasenotes/notes/container-driver-5d972cc40e314663.yaml
Alexey Ovchinnikov ddf960a2d9 Container driver
This driver exploits a Docker container as a share server instead
of a virtual machine. The container acts as a CIFS server
and shares logical volume attached to it. The volume gets created
simultaneously to the container on a host in a volume group
specified by the user.

DocImpact
Change-Id: I711813a2022d765ab7a70ed670e34f68f9cf1399
Implements: blueprint manila-container-driver
2016-08-15 16:30:23 +03:00

15 lines
468 B
YAML

---
prelude: >
A new Container driver is added. It uses docker container as
a share server.
features:
- The Container driver allows using a docker container as a share server.
This allows for very fast share server startup.
- The Container driver supports CIFS protocol.
issues:
- |
The Container driver has the following known issues:
* Only basic driver operations are supported: create/delete share,
update access and extend share.