65070/how-can-i-create-my-own-image-flavor-in-openstack
Hi everyone,
I launched one instance in OpenStack. For that I used one flavor that have 4 GB of RAM, but for performing my job I need only 2GB of RAM. Can I create my own image flavor as per my requirement?
Thank You
Hi@akhtar,
To create image flavor in OpenStack, follow the below given steps.
List flavors to show the ID and name, the amount of memory, the amount of disk space for the root partition and for the ephemeral partition, the swap, and the number of virtual CPUs for each flavor.
$ openstack flavor list
To create a flavor, specify a name, ID, RAM size, disk size, and the number of VCPUs for the flavor, as follows:
$ openstack flavor create FLAVOR_NAME --id FLAVOR_ID --ram RAM_IN_MB --disk ROOT_DISK_IN_GB --vcpus NUMBER_OF_VCPUS
Hope this will help You.
Hi@Hasid, In OpenStack, Swift provides container service. Follow ...READ MORE
Hi@akhtar, An example of creating a Gnocchi threshold-oriented ...READ MORE
Hi@akhtar, Actually this is the fun in OpenStack. ...READ MORE
Hi@Hasid, You can upload your files inside your container. ...READ MORE
Hi@akhtar, Nova is comprised of multiple server process, ...READ MORE
Hi@akhtar, When we try to launch an instance ...READ MORE
Ho@akhtar, There is nothing wrong. But when you ...READ MORE
Hi@akhtar, There are some scenarios where some instances ...READ MORE
Hi@akhtar, Yes, there is nothing wrong with your ...READ MORE
Hi@Hasid, If you launched all the instances within ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.