Re: [ACS41] Outstanding Blockers - Please Read!

2013-05-21 Thread Ove Ewerlid
On 05/21/2013 12:51 AM, Prachi Damle wrote: I am looking into CLOUDSTACK-2568 Hi Prachi! The extra info you requested has been uploaded to the jira-ticket. Regards, Ove Thanks, Prachi -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, May 20, 2

Re: [ACS41] Outstanding Blockers - Please Read!

2013-05-22 Thread Ove Ewerlid
Prachi, patch applied manually in local tree, rebuilt RPMs and did a "yum reinstall cloudstack*" on manager. After restart the test setup for this issue has cycled through 257 VM create/destroy without the issue manifesting itself. Thanks Prachi for fixing and thanks Chip for the release work.

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Ove Ewerlid
On 05/23/2013 06:30 PM, Min Chen wrote: We also encountered this issue when we ran test on object_store branch before sending merge request, then we realize that this has been broken in master and consider to fix that after merging object_store branch to master. But from looking through comments

Re: [VOTE] Release Apache CloudStack 4.1.0 (fifth round)

2013-06-01 Thread Ove Ewerlid
On 06/01/2013 02:10 PM, Chip Childers wrote: Thanks! I'll close the vote out this afternoon (US ET). -1 manager will not start due to recent updated tomcat6 RPMS in distros. The reason is an upgrade to tomcat6 in yum distros; * Wed May 15 2013 David Knox 0:6.0.24-55 - Related: rhbz#955976 C

Re: KVM development, libvirt

2013-06-05 Thread Ove Ewerlid
On 06/06/2013 07:10 AM, Prasanna Santhanam wrote: On Wed, Jun 05, 2013 at 05:39:16PM +, Edison Su wrote: I think we miss a VOTE from Jenkins, the vote from Jenkins should be taken as highest priority in each release. This kind of regression should be easily identified in Jenkins(If we have

Re: KVM development, libvirt

2013-06-06 Thread Ove Ewerlid
On 06/06/2013 08:37 AM, Prasanna Santhanam wrote: On Thu, Jun 06, 2013 at 08:29:26AM +0200, Ove Ewerlid wrote: On 06/06/2013 07:10 AM, Prasanna Santhanam wrote: On Wed, Jun 05, 2013 at 05:39:16PM +, Edison Su wrote: I think we miss a VOTE from Jenkins, the vote from Jenkins should be

Re: ASF repo is down ?

2013-06-08 Thread Ove Ewerlid
On 06/08/2013 05:37 PM, Rayees Namathponnan wrote: Unable to access https://git-wip-us.apache.org/repos/asf?p=cloudstack.git, is it down ? Regards, Rayees Just tested, the service returns "503 Service Temporarily Unavailable". [oewerlid@amd-a cloudstack]$ git pull error: The requested URL r

Re: [VOTE] Apache Cloudstack 4.1.1 (Second Round)

2013-07-27 Thread Ove Ewerlid
-1 Details; https://issues.apache.org/jira/browse/CLOUDSTACK-3880 RHEL6 specific; risk for database corruption if MGR is shutdown via anything that changes runlevel resulting in use of cloudstack-management, cloudstack-usage stop() targets (e.g., /sbin/shutdown, "telinit 1", ACPID initiate

Re: Reboots

2013-08-28 Thread Ove Ewerlid
If this is about linux, you may be looking for acpid. For RHEL6; yum install acpid chkconfig acpid on service acpid start /Ove On 08/28/2013 08:08 PM, Maurice Lawler wrote: Greetings, I have noticed there is latency from when I issue a reboot to when it is actually done. I recall a program

Re: why do we need 8096?

2013-09-04 Thread Ove Ewerlid
On 09/04/2013 08:03 PM, Darren Shepherd wrote: On 09/04/2013 10:52 AM, Mathias Mullins wrote: Hi Darren, It's a very commonly used port for many installations that want an unauthenticated API access, especially from other tools and systems. I think getting rid of this would be really bad idea.

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-05 Thread Ove Ewerlid
+1 Testing done in OEL64*/KVM environment using a small foot print OEL64 VM image with userdata and reporting to central server to verify that VMs comes up properly. KVM hosts are 32 core / 256 GByte RAM / 1GBit / localstorage on fast RAID (8x600G;RAID5). Manager runs in VirtualBox with local

Re: Primary store (PS) failure/outage

2013-09-16 Thread Ove Ewerlid
The PS behaviour of NFS hits an install with predominant local storage for production badly. Why use NFS primary storage at all in such an install? The SSVM will not start in a zone with only local storage, additional types of primary storage needs to be added and a dummy primary NFS share is e

Re: SSVM network throttling

2013-04-30 Thread Ove Ewerlid
On 04/30/2013 10:59 PM, Jeronimo Garcia wrote: Apparently it might be an issue with the BL460C g6 we're using ... it could be firmware . I'll update. I've seen odd "throttling" style issues originate from hardware acceleration in the host network cards for TCP connections. if you have receiv

createUser in 402 expects password to be MD5 hashed while in 410 plaintext is expected

2013-05-15 Thread Ove Ewerlid
Hi! When testing a deploy script, that works as expected with 4.0.2, on 4.1 I noticed that there was a need to pass plaintext passwords to createUser, rather then the documented MD5 hash. When passing MD5 hash, the password gets double MD5:hashed in 41. There is new code in 4.1 that encodes

Re: createUser in 402 expects password to be MD5 hashed while in 410 plaintext is expected

2013-05-15 Thread Ove Ewerlid
NB; The 402/410 deployments are on RHES64(OEL64) via RPMs built from latest git repos. /Ove On 05/15/2013 03:02 PM, Ove Ewerlid wrote: Hi! When testing a deploy script, that works as expected with 4.0.2, on 4.1 I noticed that there was a need to pass plaintext passwords to createUser, rather

Re: Review Request: Added PlainTextAuthenticator

2013-05-16 Thread Ove Ewerlid
Hi Kishan! Did you verify that adding the plain text authenticator will not allow login using the hash value itself? from AccountManagerImpl.java; ... getUserAccount ... ... boolean authenticated = false; for(UserAuthenticator authenticator : _userAuthenticators) { i

Re: Review Request: Added PlainTextAuthenticator

2013-05-16 Thread Ove Ewerlid
tself? /Ove ~kishan -Original Message- From: Ove Ewerlid [mailto:ove.ewer...@oracle.com] Sent: Thursday, 16 May 2013 5:33 PM To: dev@cloudstack.apache.org; Kishan Kavala Subject: Re: Review Request: Added PlainTextAuthenticator Hi Kishan! Did you verify that adding the plain

Re: Review Request: Added PlainTextAuthenticator

2013-05-16 Thread Ove Ewerlid
f the password is plain text that needs to be encrypted. If this parameter is not present, the assumption should be that the password is an MD5 hash, the old behavior. /Ove On 05/16/2013 03:23 PM, Kishan Kavala wrote: -Original Message- From: Ove Ewerlid [mailto:ove.ewer...@oracle.com]

Re: Review Request: Added PlainTextAuthenticator

2013-05-16 Thread Ove Ewerlid
On 05/16/2013 10:55 PM, Chip Childers wrote: For those moving from 2.2.x, 3.0.x, 4.0 to 4.1: 1. We remove the incorrect auth mechanism and put in the right fix of encoding at the server and not doing any UI magic. 2. We correct the API docs and other docs to indicate the user to send in plaintext

Re: [VOTE] Apache CloudStack 4.3.0 (first round)

2014-01-23 Thread Ove Ewerlid
The list of changes link indicates that the 4.3.0 release notes should be here; http://cloudstack.apache.org/docs I'm not seeing any 4.3.0 related docs there. is there some update that has not propagated to the apache web site yet ... /Ove - Apache CloudStack CHANGES ===

Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

2014-03-14 Thread Ove Ewerlid
On 03/14/2014 01:57 PM, Nux! wrote: On 14.03.2014 12:06, Nux! wrote: It looks like the traffic doesn't go in the right chains, all traffic is accepted as FORWARD is set to ACCEPT. There are zero packets going through BF-breth0-109. Here's outputs from: iptables-save: http://paste.fedoraproject.

Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

2014-03-14 Thread Ove Ewerlid
-1 given the regression in Security Groups for advanced zones. I was able to duplicate NUX reported issues, e.g., works in ACS421 but does not work at all in ACS43. /Ove On 03/13/2014 01:26 AM, Animesh Chaturvedi wrote: Hi All, I've created a 4.3.0 release, with the following artifacts up

Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

2014-03-14 Thread Ove Ewerlid
It should be noted that my tests use a single IP per VM. I believe NUX mentioned using multiple IP's. When SG in advanced zone is enabled, only one NIC can be assigned per VM. /Ove On 03/14/2014 02:41 PM, Ove Ewerlid wrote: On 03/14/2014 01:57 PM, Nux! wrote: On 14.03.2014 12:06, Nux!

Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

2014-03-14 Thread Ove Ewerlid
On 03/14/2014 03:29 PM, Wei ZHOU wrote: Nux and Ove, Did you test on fresh 4.2.1 platform? Yes, fresh 4.2.1. /Ove -Wei 2014-03-14 15:07 GMT+01:00 Nux! : On 14.03.2014 13:59, Wei ZHOU wrote: Is this similar to CLOUDSTACK-5144? Yes, but it's only exhibited on KVM. My colleague who i

32 vs 64 bit systemvm on 43 and secondary NFS storage used / capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

2014-03-17 Thread Ove Ewerlid
Has anyone else seen below behavior with 4.3.0 RC 8? - with 32 bit system VM, the secondary storage is reported as 0/0 (this is at the agent level, not a GUI or manager issue) - with 64 bit system VM, the secondary storage is reported OK. Environment; - ACS43RC8, installed from RPM on OE

Re: concole proxy in 4.3RC9

2014-03-20 Thread Ove Ewerlid
Console SSVM works in my 4.3 setup. Traffic does not use SSL and is on port 80. /Ove On 03/20/2014 04:57 PM, Daan Hoogland wrote: just installed 4.2.1 in the same env. consoleproxy works. I will upgrade to 4.3 now and see. On Thu, Mar 20, 2014 at 3:05 PM, Daan Hoogland wrote: On Thu, Mar 20,

Re: [VOTE] Apache CloudStack 4.3.0 (ninth round)

2014-03-20 Thread Ove Ewerlid
On 03/20/2014 05:58 PM, Daan Hoogland wrote: again I am seriously considering -1 (binding) and (sigh) and. Is there any doc I missed on getting the console proxy working in 4.3, that will make me hit me on the head and retract this thread? A pointer to this will fit nicely in the 4.3 release no

44 API breakage in UpdateUser

2014-05-04 Thread Ove Ewerlid
See https://issues.apache.org/jira/browse/CLOUDSTACK-6570 Suggested patch in comment. /Ove -- Ove Everlid System Administrator / Architect / SDN- & Automation- & Linux-hacker Mobile: +46706662363 (dedicated work mobile) Country: Sweden, timezone; Middle Europan Time (MET or GMT+1)

Re: 44 API breakage in UpdateUser

2014-05-05 Thread Ove Ewerlid
On 05/04/2014 10:19 PM, Ove Ewerlid wrote: See https://issues.apache.org/jira/browse/CLOUDSTACK-6570 Suggested patch in comment. /Ove Looping in the person that 'git blame' thinks changed the value of API_KEY in ApiConstants the last time. Antonio, was USER_API_KEY introduced

Re: 44 API breakage in UpdateUser

2014-05-06 Thread Ove Ewerlid
+public static final String API_KEY = "apikey"; +public static final String USER_API_KEY = "userapikey"; public static final String APPLIED = "applied"; public static final String AVAILABLE = "available"; public static final String BITS

Re: [DOCS] Problem generating 4.4 API docs

2014-05-30 Thread Ove Ewerlid
On 05/30/2014 10:40 PM, Will Stevens wrote: Thanks Rohit, I will do all those steps. I know the git branch is correct, but I will do a clean anyway. Removing the maven repositories is a good idea. NB; for this issue, e.g., fear of old cloudstack stuff being used rather then newly built bits,

Re: [DISCUSS] Release 4.4

2014-06-11 Thread Ove Ewerlid
Seems to me there are two issues that comes up frequently when snapshots on ACS+KVM are discussed on these lists; 1) There is an option to enable/disable snapshots on ACS with KVM hypervisor, default is not enabled. 2) The "qemu-img convert" on recent RHEL6 systems lacks support for the op

Re: [ACS4.4] RC1

2014-06-30 Thread Ove Ewerlid
On 06/30/2014 11:23 AM, Daan Hoogland wrote: This is going to be the vote thread but I read back the procedure and found that I should more explicitly ask for consent before starting the vote. 162ea957e6f02e56f2de7a639f4c7e593b1b3e72 is the commit id for the version I would like to release. Do w

Re: [ACS4.4] RC1

2014-06-30 Thread Ove Ewerlid
n the branch 4.4 but on a branch of that called 4.4-RCT But I noticed that you are right, the pom for checkstyle is not edited in the release. ok /Ove On Mon, Jun 30, 2014 at 1:29 PM, Ove Ewerlid wrote: On 06/30/2014 11:23 AM, Daan Hoogland wrote: This is going to be the vote thread

Re: [ACS4.4] RC1

2014-06-30 Thread Ove Ewerlid
ing; [INFO] Apache CloudStack Plugin - Hypervisor OracleVM FAILURE [ 0.020 s] /Ove Daan On Mon, Jun 30, 2014 at 3:11 PM, Ove Ewerlid wrote: On 06/30/2014 02:51 PM, Daan Hoogland wrote: Ove, to be sure I got you: Does your script need to have the branch checked out when buildin

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Ove Ewerlid
-1 The top level pom.xml still contains a -SNAPSHOT suffix. https://github.com/apache/cloudstack/blob/4.4-RC20140702T2107/pom.xml line 63. Removing the -SNAPSHOT suffix allows compilation. /Ove (Nitpicking) On 07/02/2014 10:18 PM, Daan Hoogland wrote: Hi All, I've created a 4.4.0 releas

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Ove Ewerlid
roject org.apache.cloudstack:cloud-plugin-hypervisor-ovm:jar:4.4.0: Could not find artifact org.apache.cloudstack:xapi:jar:6.2.0-\ 1-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1] [oewerlid@amd-a git]$ On Thu, Jul 3, 2014 at 6:06 AM, Ove Ewerlid wrote: -1

Re: test day reminder

2014-10-01 Thread Ove Ewerlid
On 09/30/2014 09:26 AM, Daan Hoogland wrote: H all, As you might remember, we agreed on a test day for the master branch on Wednesday the 1st October, during our last meeting in Schihol-Rijk with some folks. Please feel invited to test master so that we can report to our RM for 4.5 for the curre

Re: [Agent] SS VM doesn't connect to the host agent

2014-10-03 Thread Ove Ewerlid
On 10/03/2014 06:54 AM, Wilder Rodrigues wrote: SSVM => Agent communication is coming UP again. Still seeing the connection issue for SSVM/ConsoleSVM. What systemvm version are you using? We are using the latest build for master from here; http://jenkins.buildacloud.org/job/build-systemvm64-

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 3 in branch 4.4-RC20141014T2316

2014-10-16 Thread Ove Ewerlid
+1 OEL65, KVM, advanced zone, 3 VLANs RPM install, built on OEL65 Basic tests ok. Console works out of the box, no SSL. /Ove On 10/14/2014 11:23 PM, Daan Hoogland wrote: Hi All, As all open blocking issues were reported fixed today, I've created a 4.4.1 release, with the following artifacts u