Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
I did the steps exactly but still same error. It first says cannot upgrade database with no further sql errors stated. Thn says cannot find System VM template for KVM. It look likes system vm template 4.11.3 is installed only for router! MariaDB [cloud]> select * from vm_template where name like '

Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
Any idea? On Thu, Oct 3, 2019 at 2:09 PM Fariborz Navidan wrote: > I did the steps exactly but still same error. It first says cannot upgrade > database with no further sql errors stated. Thn says cannot find System VM > template for KVM. It look likes system vm template 4.11.3 is installed only

Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
My cloud is down for 2 days. I would really appreciate if you can help me fix the issue. On Thu, Oct 3, 2019 at 4:44 PM Fariborz Navidan wrote: > Any idea? > > On Thu, Oct 3, 2019 at 2:09 PM Fariborz Navidan > wrote: > >> I did the steps exactly but still same error. It first says cannot >> upg

Re: Upgrade to 4.13 failed

2019-10-03 Thread Andrija Panic
Can you share logs during this last attempt? I'll try to craft some SQL additions for your vm_template and template_store_ref tables while also manually downloading and unpacking the file to specific folder on Secondary Storage... Andrija On Thu, 3 Oct 2019 at 16:55, Fariborz Navidan wrote: >

Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
The ID for SystemVM Template (KVM) is 3 and there is two references in template_store_ref: MariaDB [cloud]> select * from template_store_ref where template_id=3; +-+--+-+-+-+--+--+--

Re: Upgrade to 4.13 failed

2019-10-03 Thread Andrija Panic
do for me: select max(id) from vm_template: i might need more info later... On Thu, 3 Oct 2019 at 18:25, Andrija Panic wrote: > Can you share logs during this last attempt? > > I'll try to craft some SQL additions for your vm_template and > template_store_ref tables while also manually downloa

Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
MariaDB [cloud]> select max(id) from vm_template; +-+ | max(id) | +-+ | 390 | +-+ Can we have a chat session to investigate together? On Thu, Oct 3, 2019 at 8:27 PM Andrija Panic wrote: > do for me: > > select max(id) from vm_template: > > i might need more info late

Re: Upgrade to 4.13 failed

2019-10-03 Thread Andrija Panic
It seems easier than I thought... stop mgmt server Rollback DB with your statement shared in some of the previous emails (and after that please make DB backup immediately, just for the sake of having one...) Again, perform that manual template install with: - From mgmt, mount the Secondary Stor

Re: [DISCUSS] Short "marketing" video project

2019-10-03 Thread Andrija Panic
I believe I saw that video - very nice work Julia. I believe, by (very) lazy consensus (a.k.a. if no objections), that I will add that video to the main web site. Cheers Andrija On Thu, 3 Oct 2019 at 14:56, Julia Simon wrote: > Hi, > > We ran in to this issue a few years ago when we hosted th

Re: 4.13 rbd snapshot delete failed

2019-10-03 Thread Gabriel Beims Bräscher
Hello folks, Just pinging that I have created PR https://github.com/apache/cloudstack/pull/3615 addressing the snapshot deletion issue #3586 (https://github.com/apache/cloudstack/issues/3586). Please, feel free to test and review. Regards, Gabriel. Em seg, 9 de set de 2019 às 12:08, Gabriel Beim

Re: Upgrade to 4.13 failed

2019-10-03 Thread Fariborz Navidan
Thank you very much! Finally, I could start management server normally. Thanks. On Thu, Oct 3, 2019 at 9:26 PM Andrija Panic wrote: > It seems easier than I thought... > > stop mgmt server > Rollback DB with your statement shared in some of the previous emails (and > after that please make DB b

Re: Upgrade to 4.13 failed

2019-10-03 Thread Andrija Panic
Cool! On Thu, 3 Oct 2019, 21:02 Fariborz Navidan, wrote: > Thank you very much! Finally, I could start management server normally. > > Thanks. > > On Thu, Oct 3, 2019 at 9:26 PM Andrija Panic > wrote: > > > It seems easier than I thought... > > > > stop mgmt server > > Rollback DB with your sta

Re: 4.13 rbd snapshot delete failed

2019-10-03 Thread Andrija Panic
Thx Gabriel - I've commented on the PR - needs some more love - but we're almost there! On Thu, 3 Oct 2019 at 20:46, Gabriel Beims Bräscher wrote: > Hello folks, > > Just pinging that I have created PR > https://github.com/apache/cloudstack/pull/3615 addressing the snapshot > deletion issue #358