Difference between revisions of "How To Create a New Disk Image in OpenNebula"

From CipherSpace Client Wiki
Jump to navigation Jump to search
Line 7: Line 7:
3. Click the "+" button to add a new image.
3. Click the "+" button to add a new image.
The following parameters must be specified:
The following parameters must be specified:
* Name = "image name"
* Name = "your image name"
* Type = datablock
* Type = datablock
* Tick Persistent
* Tick Persistent
* Set Image Location to Empty datablock
* Set Image Location to Empty datablock
* Size = "space you need in MB"
* Size = "your required space in MB"
* FS type = qcow2
* FS type = qcow2



Revision as of 09:43, 16 September 2016

1. Log into OpenNebula Sunstone.

2. Go to “Virtual Resources” in the left menu and click “Images” in the drop down menu.

Img menu.png

3. Click the "+" button to add a new image. The following parameters must be specified:

  • Name = "your image name"
  • Type = datablock
  • Tick Persistent
  • Set Image Location to Empty datablock
  • Size = "your required space in MB"
  • FS type = qcow2
Add img options.png

Open "Advanced Options" and insert:

  • Device Prefix = VD
  • Driver = qcow2
New img advanced options.png

Click "Create" button.