Re: Time-out when creating a template from a snapshot

2018-02-02 Thread Andrija Panic
take this > to > > > dev@ to be honest, I am not very familiar with the ssvm internals. > > > > > > > > -- > > > > Sent from the Delta quadrant using Borg technology! > > > > > > > > Nux! > > > > www.nux.ro > > >

Re: Time-out when creating a template from a snapshot

2018-02-02 Thread Vladimir Melnik
> > > > > Nux! > > > www.nux.ro > > > > > > - Original Message - > > > > From: "Vladimir Melnik" > > > > To: "users" > > > > Sent: Wednesday, 31 January, 2018 12:42:01 > > > > Subject: Re:

Re: Time-out when creating a template from a snapshot

2018-02-01 Thread Andrija Panic
Melnik" > > > To: "users" > > > Sent: Wednesday, 31 January, 2018 12:42:01 > > > Subject: Re: Time-out when creating a template from a snapshot > > > > > No, it doesn't seem to be a database-related issue. > > > > > > Th

Re: Time-out when creating a template from a snapshot

2018-02-01 Thread Vladimir Melnik
the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Vladimir Melnik" > > To: "users" > > Sent: Wednesday, 31 January, 2018 12:42:01 > > Subject: Re: Time-out when creating

Re: Time-out when creating a template from a snapshot

2018-02-01 Thread Vladimir Melnik
ur primary storage NFS as well? How big is the disk being snapshotted? > > > > From: Nux! > Sent: Wednesday, January 31, 2018 11:23 AM > To: users > Subject: Re: Time-out when creating a template from a snapshot > > It's possibl

Re: Time-out when creating a template from a snapshot

2018-01-31 Thread Simon Weller
Is your primary storage NFS as well? How big is the disk being snapshotted? From: Nux! Sent: Wednesday, January 31, 2018 11:23 AM To: users Subject: Re: Time-out when creating a template from a snapshot It's possible there are timeouts being hit somewhere

Re: Time-out when creating a template from a snapshot

2018-01-31 Thread Nux!
> To: "users" > Sent: Wednesday, 31 January, 2018 12:42:01 > Subject: Re: Time-out when creating a template from a snapshot > No, it doesn't seem to be a database-related issue. > > This time I haven't got any error messages at all. Moreover, I see this >

Re: Time-out when creating a template from a snapshot

2018-01-31 Thread Vladimir Melnik
No, it doesn't seem to be a database-related issue. This time I haven't got any error messages at all. Moreover, I see this template as available in the templates' list and there's the following message in the log-file: 2018-01-31 14:30:09,862 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] (API-Job-Ex

Re: Time-out when creating a template from a snapshot

2018-01-29 Thread Vladimir Melnik
Thank you, Lucian! My MySQL timeout thresolds are higher than 1 hour, but there's HAproxy between ACS and MySQL, so I've changed haproxy's timeouts and now will see what happens in an hour :-) On Mon, Jan 29, 2018 at 11:47:31AM +, Nux! wrote: > I'm usually a sucker with these Java errors, bu

Re: Time-out when creating a template from a snapshot

2018-01-29 Thread Nux!
I'm usually a sucker with these Java errors, but the error coming from the jdbc mysql driver makes me think maybe this is related to MySQL timeouts. Can you check your db installation for wait_timeouts, interactive_timeout, connect_timeout and so on, see if any match your 3600 seconds? random