Please refer to the link below.
http://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-expanding-the-virtual-machine-disk/
http://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-expanding-the-virtual-machine-disk/
Column
|
Description
|
|---|---|
ID
|
A unique numeric ID.
|
Name
|
A descriptive name, such as xx.size_name, is conventional but not required, though some third-party tools may rely on it.
|
Memory_MB
|
Virtual machine memory in megabytes.
|
Disk
|
Virtual root disk size in gigabytes. This is an ephemeral disk the base image is copied into. You don't use it when you boot from a persistent volume. The "0" size is a special case that uses the native base image size as the size of the ephemeral root volume.
|
Ephemeral
|
Specifies the size of a secondary ephemeral data disk. This is an empty, unformatted disk and exists only for the life of the instance.
|
| Ephemeral storage | Block storage | Object storage | |
|---|---|---|---|
Used to…
|
Run operating system and scratch space
|
Add additional persistent storage to a virtual machine (VM)
|
Store data, including VM images
|
Accessed through…
|
A file system
|
A block device that can be partitioned, formatted, and mounted (such as, /dev/vdc)
|
The REST API
|
Accessible from…
|
Within a VM
|
Within a VM
|
Anywhere
|
Managed by…
|
OpenStack Compute (nova)
|
OpenStack Block Storage (cinder)
|
OpenStack Object Storage (swift)
|
Persists until…
|
VM is terminated
|
Deleted by user
|
Deleted by user
|
Sizing determined by…
|
Administrator configuration of size settings, known as flavors
|
User specification in initial request
|
Amount of available physical storage
|
Example of typical usage…
|
10 GB first disk, 30 GB second disk
|
1 TB disk
|
10s of TBs of dataset storage
|