Hi,
In
http://docs.opennebula.org/4.8/advanced_administration/application_insight/onegate_usage.html#onegate-usage
the example is incorrect:
curl -X "PUT" $ONEGATE_ENDPOINT
should be
curl -X "PUT" $ONEGATE_ENDPOINT/vm
Regards,
Rolandas
___
Users m
Your datastore has this parameter:
CLONE_TARGET="SELF"
That's why it is checking the storage in the images datastore. It
thinks the clone is made in the same datastore as the origin image.
You have to set it to "SYSTEM" so it knows you copy the file to the
system datastore.
On Fri, Aug 22, 2014
Quoting Javier Fontan (jfon...@opennebula.org):
> I've just tried the RAW parameter in the driver conf and works OK.
> Make sure you restart oned as the default values are read by oned and
> not by the driver itself.
>
> Also I had to change the line to this to make it work:
>
> RAW = ""
Thanks,
I've just tried the RAW parameter in the driver conf and works OK.
Make sure you restart oned as the default values are read by oned and
not by the driver itself.
Also I had to change the line to this to make it work:
RAW = ""
On Fri, Aug 29, 2014 at 2:28 PM, Stefan Kooman wrote:
> Hi,
>
> I'm
Here is the problem:
Wed Aug 20 11:42:39 2014 [ReM][E]: Req:3216 UID:5 TemplateInstantiate
result FAILURE [TemplateInstantiate] Error allocating a new virtual
machine. DISK 0: User 5 does not own an image with name:
CentOS-6.5_x86_64 . Set IMAGE_UNAME or IMAGE_UID of owner in DISK.
You need to ch
Thanks Martin!
I've added both links to the community wiki:
http://community.opennebula.org/start?system_configuration_management
On Fri, Aug 8, 2014 at 9:20 AM, Martin Alfke wrote:
> Hi,
>
> I have created a set of OpenNebula Puppet resource type which allow you to
> manage your OpenNebula
thanks for your answer, i will be test and report to you,
On 09/03/2014 04:09 PM, Javier Fontan wrote:
We have not tested that configuration but if you only use persistent
images it may work. Make sure you don't try to do cold migrations as
the checkpoint is saved to the system datastore and pro
We have not tested that configuration but if you only use persistent images
it may work. Make sure you don't try to do cold migrations as the
checkpoint is saved to the system datastore and probably will get some time
to be synchronized with the new node.
On Tue, Aug 26, 2014 at 9:04 AM, Rhesa Ma
Much appreciated! Works now. Only there's a message upon boot:
Failed to access perfctr msr (MSR c1 is 0)
but I suppose that's a pure OS issue. Other than that, it seems to be
all OK.
Thanks!
On 09/02/2014 02:18 PM, Javier Fontan wrote:
Hi, I've just uploaded a new version of the image with