Tsuru volume create
tsuru volume create¶
Creates a new persistent volume based on a volume plan.
Synopsis¶
Creates a new persistent volume based on a volume plan.
tsuru volume create <volume-name> <plan-name> [-p/--pool <pool>] [-t/--team <team>] [-o/--opt key=value]... [flags]
Options¶
-o, --opt key=value backend specific volume options
-p, --pool string the pool that owns the service (mandatory if the user has access to more than one pool)
-t, --team string the team that owns the service (mandatory if the user has access to more than one team)
-h, --help help for create
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru volume - Volumes allow applications running on tsuru to use external storage volumes mounted on their filesystem.