Unable to upload volumes 4.11.0

2018-07-13 Thread Adam Witwicki
Hello I cant seem to upload (add) a qcow2 volume via a URL, any ideas or other methods? we really need to import other systems disks. I get this in the logs 2018-07-13 09:08:18,435 DEBUG [c.c.s.VolumeApiServiceImpl] (API-Job-Executor-42:ctx-a1afd9f2 job-6668 ctx-7da8ec40) (logid:d97e88ec) Che

Re: Unable to upload volumes 4.11.0

2018-07-13 Thread Andrija Panic
Hi Adam, can you try volume name without underscores ? Andrija On Fri, 13 Jul 2018 at 10:21, Adam Witwicki wrote: > Hello > > I cant seem to upload (add) a qcow2 volume via a URL, any ideas or other > methods? we really need to import other systems disks. > > I get this in the logs > > 2018-07

RE: Unable to upload volumes 4.11.0

2018-07-13 Thread Adam Witwicki
Hi Andrija I also tried http://ingestion.xxx.com/Flowmon/1.qcow2 Thanks Adam -Original Message- From: Andrija Panic Sent: 13 July 2018 09:34 To: users Subject: Re: Unable to upload volumes 4.11.0 ** This mail originated from OUTSIDE the Oakford corporate network. Treat hyperlink

4.10 upgrade 4.11 cannot create Network Offering

2018-07-13 Thread li li
Hello All my cloudstack was upgraded from 4.10 to 4.11, I was unable to create Network Offerings, and after clicking "Network Offerings" I was prompted for "Session Expired"; Management log tips are as follows 2018-07-13 23:50:57,802 DEBUG [c.c.a.ApiServlet] (qtp510113906-17:ctx-455ad1a0)

Re: 4.10 upgrade 4.11 cannot create Network Offering

2018-07-13 Thread Rafael Weingärtner
Are you using commands.properties or RBAC? It seems that there is an API method " listRegisteredServicePackages " that is not properly configured. On Fri, Jul 13, 2018 at 1:03 PM, li li wrote: > Hello All >my cloudstack was upgraded from 4.10 to 4.11, I was unable to > create Network Of

RE: Advanced Zone with Security Groups

2018-07-13 Thread Paul Angus
Hi Adrian, An advanced zone with security groups is similar to a basic network in that it doesn’t really have the concept of multiple networks for any given VM. The security groups themselves create pseudo networks. You can create either a shared network on the vlan that you want to access -

答复: 4.10 upgrade 4.11 cannot create Network Offering

2018-07-13 Thread li li
Thanks Rafael Weingärtner, I used commands.properties. I just found that listRegisteredServicePackages is not in the configuration list. I added it and restarted cloudstack-management. 发件人: Rafael Weingärtner 发送时间: Saturday, July 14, 2018 12:23:46 AM 收件人: user

RE: 4.10 upgrade 4.11 cannot create Network Offering

2018-07-13 Thread Paul Angus
Commands.properties was deprecated a while ago, there may be a number of APIs that aren't included in it. Your best bet is to read the section in the documentation on dynamic roles which explains how to migrate and recreate the default APIs http://docs.cloudstack.apache.org/projects/cloudstack-a

RE: Unable to upload volumes 4.11.0

2018-07-13 Thread Paul Angus
Hi Adam, That error is coming from: if (httpClient.executeMethod(httphead) != HttpStatus.SC_OK) { throw new IllegalArgumentException("Invalid URL: " + url); have you tried checking that you can reach the download from the management server and the SSVM? Also does the hostna