openstack-volume Verified for current stable LTS

Openstack Volume Command: Create New Volume

Use for create new volume with Openstack Volume. Exact CLI syntax to create new volume using Openstack Volume.

When to use this: Use for create new volume with Openstack Volume.

Command Syntax

openstack volume create --size <size_in_GB> --image <image_id> --snapshot <snapshot_id> --bootable <volume_name>

Command Breakdown

--size
Command Option
Tool-specific option used by this command invocation.
--image
Command Option
Tool-specific option used by this command invocation.
--snapshot
Command Option
Tool-specific option used by this command invocation.
--bootable
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to create new volume using Openstack Volume.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Openstack Volume directory