.
> >
> > This issue got fixed in 4.2-forward branch with this commit:
> > 38bbfdc89a50bbb9464700d202d1cfa7b7955953
> >
> > --Sanjay
> >
> > > -----Original Message-----
> > > From: Indra Pramana [mailto:in...@sg.or.id]
> > > Sent: Thursday
to:in...@sg.or.id]
> > Sent: Thursday, October 03, 2013 10:33 AM
> > To: Alena Prokharchyk
> > Cc: dev@cloudstack.apache.org
> > Subject: Re: Unable to create instance after upgrading to CloudStack
> 4.2.0
> >
> > Hi Alena,
> >
> > Good day to
> Sent: Thursday, October 03, 2013 10:33 AM
> To: Alena Prokharchyk
> Cc: dev@cloudstack.apache.org
> Subject: Re: Unable to create instance after upgrading to CloudStack 4.2.0
>
> Hi Alena,
>
> Good day to you, and thank you for your confirmation!
>
> Can I confirm tha
; >to execute the API updateResourceCount. Here is the example:
> >
> >
> >
> http://localhost:8096/?command=updateResourceCount&account=admin&domainId=
> >1
> >
> >
> >-Alena.
> >
> >
> >From: Indra Pramana
> >
le:
>
>
>http://localhost:8096/?command=updateResourceCount&account=admin&domainId=
>1
>
>
>-Alena.
>
>
>From: Indra Pramana
>Reply-To: "dev@cloudstack.apache.org"
>Date: Wednesday, October 2, 2013 9:05 AM
>To: "dev@cloudstack.apache.
apache.org"
> Date: Wednesday, October 2, 2013 9:05 AM
> To: "dev@cloudstack.apache.org"
>
> Subject: Re: Unable to create instance after upgrading to CloudStack 4.2.0
>
> Hi Wei Zhou,
>
> Thank you for the temporary solution, I tried to execute the scripts and
>
...@sg.or.id>>
Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>"
mailto:dev@cloudstack.apache.org>>
Date: Wednesday, October 2, 2013 9:05 AM
To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>"
mailto:dev@cloudstack.apa
Hi Wei Zhou,
Thank you for the temporary solution, I tried to execute the scripts and I
can see that the records are being inserted into the resource_count table!
:)
mysql> select * from resource_count where account_id=2;
+--++---+---+---+
| id | acco
For a temporary solution, log in the database, try again after run
insert into resource_count(domain_id,type) select id,"cpu" from domain;
insert into resource_count(domain_id,type) select id,"memory" from domain;
insert into resource_count(domain_id,type) select id,"primary_storage" from
domain;
i
Hi Wei Zhou,
Thanks for your e-mail.
Do you have any recommendation or suggestion on how we can resolve the
problem? I am not a CloudStack developer (just a normal user) so we are at
loss on how we can resolve this issue. We are not able to upgrade to 4.2.0
because of this new problem, after we m
Hi Indra,
It is a java file, not a script.
./server/src/com/cloud/server/ConfigurationServerImpl.java
gt; > cannot find the above.
> >
> > Any reason why my upgrade didn't trigger the insertion of the additional
> > records?
> >
> > Urgently looking forward to your reply, thank you.
> >
> > Cheers.
> >
> >
> >
> >
> >
t; records?
>
> Urgently looking forward to your reply, thank you.
>
> Cheers.
>
>
>
>
> On Wed, Oct 2, 2013 at 3:43 AM, Animesh Chaturvedi <
> animesh.chaturv...@citrix.com> wrote:
>
> > Copying Sanjay
> >
> > Animesh
> >
> > > -
imesh
>
> > -Original Message-
> > From: Indra Pramana [mailto:in...@sg.or.id]
> > Sent: Tuesday, October 01, 2013 11:06 AM
> > To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> > Subject: Re: Unable to create instance after upgrading to CloudStack
Copying Sanjay
Animesh
> -Original Message-
> From: Indra Pramana [mailto:in...@sg.or.id]
> Sent: Tuesday, October 01, 2013 11:06 AM
> To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> Subject: Re: Unable to create instance after upgrading to CloudStack
> 4
Dear all,
Further investigation reveals that there might be some issues with the
schema upgrade. When we check the resource_count table for the account ID:
mysql> select * from resource_count where account_id=2;
+++---+---+---+
| id | account_id | domain_id | t
16 matches
Mail list logo