How to create a volume with given size in Flocker?

♀尐吖头ヾ 提交于 2019-12-12 03:42:31

问题


I am very new to Flocker and I have created a setup by Vagrant (see here) but I am not finding any command like flockerctl/flocker-volumes to create a volume with given size.


回答1:


Flocker has a few ways of creating the size of a volume.

  1. by REST API. There is a "create dataset" api and use the maximum_size attribute in bytes for how large of a volume.

  2. Via docker volume cli. When you have the flocker-docker-plugin working with flocker, simply run docker volume create -d flocker --name myvol -o size=10gb

  3. (unsupported/experimental) use FlockerCTL.




回答2:


I fixed this issue by manually installing the flockerctl (see here) in the controller node and then I created the user certificate by flocker-ca command. Later I exported the environment variable to use the flockerctl.



来源:https://stackoverflow.com/questions/38539973/how-to-create-a-volume-with-given-size-in-flocker

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!