This is an easy way to get started with volplugin.
2.7K
Contiv Storage is the all-singing, all-dancing volumes system for Swarm and Mesos. It provides a locking and policies subsystem for all volume types including Ceph and NFS. The locking subsystem is used to ensure that two of the same volume cannot be scheduled at the same time, while the policies system is used to enforce volume compliance. Contiv Storage is best suited to large clusters and labs.
This beta release version of Contiv Storage brings the latest features and bugfixes.
NOTE: this version has a bug in volsupervisor which may cause it to fail
to snapshot occasionally, but it should overall work which is why we decided to
release now. We will have a fix in 0.3.1 (about a week).
volplugin plugin name was changed to
volcontiv. Documentation will been updated soon.apiserver.apiserver now returns the full volume JSON for the copy when making a copy
of another volume.volsupervisor now if they are mounted.
This occurs unless it's an unlocked volume, which will snapshot whether
mounted or not. We feel this is more in-line with how
snapshots should work for users.volmigrate tool for upgrading our schema to the latest version (for
running the latest version!). There were no schema changes this time, but it
will be expected that people run this to upgrade volplugin.volcli to retrieve them.You can get volplugin below, or if you wish to run it in containers you can try the contiv/volplugin-autorun image:
docker run -it -v /var/run/docker.sock:/var/run/docker.sock contiv/volplugin-autorun:v0.3.0
Note that you must have an existing ceph installation for this to work!
If you just wish to configure volplugin itself, you can pull contiv/volplugin. It contains volcli, volplugin, apiserver, and volsupervisor and is tagged by release version.
docker pull contiv/volplugin:v0.3.0
Content type
Image
Digest
Size
22.6 MB
Last updated
about 10 years ago
docker pull contiv/volplugin-autorun