Re: Compile CloudStack 4.4.2

2015-03-09 Thread Rajani Karuturi
Can you also share your maven version? ~Rajani On Mon, Mar 9, 2015 at 12:11 PM, Rajani Karuturi wrote: > can you manually download the jar and pom, install to mvn repo and try? > > mvn install:install-file -Dfile=jar/location/libvirt-0.5.1.jar > -DpomFile=pom/location/pom.xml -DgroupId=org.libv

[GitHub] cloudstack pull request: CLOUDSTACK-8280: UI does not display sour...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/87#issuecomment-77809892 As per rest of the design, all the managers generally implement the response generators. The fix that was pushed follows same convention/design. --- If your project

Build failed in Jenkins: build-master #2298

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: have apache2 use secure SSL cipher suite -- [...truncated 1410 lines...] Running com.cloud.servlet.ConsoleProxyServletTest Tests run: 1, Failures: 0, Errors

Build failed in Jenkins: build-4.5 #381

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: have apache2 use secure SSL cipher suite -- [...truncated 2720 lines...] [INFO] Skipping Apache CloudStack Plugin - Network VXLAN [INFO] This project has been b

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Rohit Yadav
Hi, Anyone wants to share how we should fix it for CPVM? On Wednesday 04 March 2015 05:34 PM, Erik Weber wrote: You are right Rohit. I tested our CPVM running the same system vm template, and it exposes the following ciphers: Testing EXP-EDH-RSA-DES-CBC-SHA...YES Testing EXP-EDH-DSS-DES-CBC-S

[GitHub] cloudstack pull request: Ovmsupport 3.2.1/3.3.x

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/99#issuecomment-77811087 @snuf too many merge conflicts if I merge from your branch to master branch. This PR is for merging your branch to the ovmsupport branch. Please go ahead and merge it

Build failed in Jenkins: build-master-simulator #1786

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: have apache2 use secure SSL cipher suite -- [...truncated 1263 lines...] [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cl

[GitHub] cloudstack pull request: CLOUDSTACK-8304: disable snapshots from n...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/100#issuecomment-77811516 LGTM. @K0zka please merge it on both master and 4.5! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/97#issuecomment-77811594 cc @kishankavala can you review it wrt KVM, then let's merge it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] cloudstack pull request: CLOUDSTACK-8280: UI does not display sour...

2015-03-09 Thread rags22489664
Github user rags22489664 closed the pull request at: https://github.com/apache/cloudstack/pull/87 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] cloudstack pull request: CLOUDSTACK-8304: disable snapshots from n...

2015-03-09 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/100#issuecomment-77817353 I dont think this fixes the issue. we are specifying a version number. maven will not check for snapshots. --- If your project is set up for it, you can reply to th

[GitHub] cloudstack pull request: CLOUDSTACK-8307: UI not showing all Domai...

2015-03-09 Thread rags22489664
GitHub user rags22489664 opened a pull request: https://github.com/apache/cloudstack/pull/101 CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE. Added a flag in treeview widget and based on the flag ad

[GitHub] cloudstack pull request: CLOUDSTACK-8307: UI not showing all Domai...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/101#issuecomment-77818492 LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

[GitHub] cloudstack pull request: CLOUDSTACK-8307: UI not showing all Domai...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/101 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8307: UI not showing all Domai...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/101#issuecomment-77818710 Merged, please close the ticket as well after testing. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] cloudstack pull request: CLOUDSTACK-8299: Adding additional test c...

2015-03-09 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/102 CLOUDSTACK-8299: Adding additional test case to test ingress rules with two security groups together This is in addition to pull request at https://github.com/apache/cloudstack/pull/95.

Re: Compile CloudStack 4.4.2

2015-03-09 Thread Star Guo
Thanks, I run as bellow: " mvn install:install-file -Dfile=libvirt-0.5.1.jar -DpomFile=libvirt-0.5.1.pom.xml -DgroupId=org.libvirt -DartifactId=libvirt -Dversion=0.5.1 -Dpackaging=jar -DgeneratePom=true" And Compile is OK. My Maven version is " Apache Maven 3.0.5" . Best Regards, Star Guo ---

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Nux!
For further info, the tool that Erik used does not seem to give correct results and they recommend using nmap instead. Scanning my own CPVM returns this (4.4.1). I'll try to have a look inside, see what we can do to remove the problem. PORTSTATE SERVICE 443/tcp open https | ssl-enum-cipher

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Nux!
BTW, the command I used is: nmap --script ssl-enum-ciphers $HOST I'm not entirely sure which cipher is good or not. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: dev@cloudstack.apache.org > Sent: Monday, 9 March, 2015

Add vdisk to kvm guest vm but console fail

2015-03-09 Thread Star Guo
Hi, Dev Team I play with cloudstack 4.4.2 + centos 7 kvm. It is ok that I deploy an instance to kvm host, and the console is ok too. When I directly add a vdisk via virsh command to this instance, it is ok and the disk is recongnised but the console in CS UI is fail. After I remove the vdisk vi

Build failed in Jenkins: build-master-simulator #1787

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE. Added a flag in treeview widget and based on the flag adding cs

Jenkins build is back to normal : build-4.5 #382

2015-03-09 Thread jenkins
See

Jenkins build is back to normal : build-master #2299

2015-03-09 Thread jenkins
See

Build failed in Jenkins: build-4.5-noredist #224

2015-03-09 Thread jenkins
See Changes: [abhinandan.prateek] fixing misleading comment [Rohit Yadav] systemvm: have apache2 use secure SSL cipher suite [Rohit Yadav] CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the

Build failed in Jenkins: build-master-simulator #1788

2015-03-09 Thread jenkins
See -- [...truncated 1261 lines...] [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-engine-components-api --- [INFO] No sourc

Build failed in Jenkins: build-master-noredist #4139

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: have apache2 use secure SSL cipher suite [Rohit Yadav] CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE.

RE: Jira Housekeeping - 'Old Blockers'

2015-03-09 Thread Stephen Turner
-Original Message- From: Erik Weber [mailto:terbol...@gmail.com] Sent: 08 March 2015 19:14 To: dev Subject: Re: Jira Housekeeping - 'Old Blockers' > On Sun, Mar 8, 2015 at 11:50 AM, Rajani Karuturi wrote: > > > I would like to share a blog post I read recently which I believe is > > rel

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Erik Weber
On Mon, Mar 9, 2015 at 9:59 AM, Nux! wrote: > BTW, the command I used is: > > nmap --script ssl-enum-ciphers $HOST > > I'm not entirely sure which cipher is good or not. > Anyone with EXPORT in it is bad (in the FREAK case). This is a scan of my 4.3.2 systemvm with nmap: | ssl-enum-ciphers: |

Build failed in Jenkins: build-4.5 #383

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7639: make cidrlist update when updateNetworkAclItem is called -- [...truncated 2706 lines...] [INFO] Skipping Apache CloudStack Engine Storage Component [INF

Jenkins build is still unstable: simulator-4.5-singlerun #179

2015-03-09 Thread jenkins
See

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Nux!
Ok, so for Apache HTTPD something like this would do the job: SSLProtocol all -SSLv2 -SSLv3 -TLSv1 SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-S

Build failed in Jenkins: build-4.5 #384

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7639: make cidr updation more efficient -- [...truncated 2733 lines...] [INFO] [INFO]

Build failed in Jenkins: cloudstack-4.4-maven-build #587

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7639: make cidrlist update when updateNetworkAclItem is called [Rohit Yadav] CLOUDSTACK-7639: make cidr updation more efficient -- [...trunc

Build failed in Jenkins: build-master-simulator #1789

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7639: make cidrlist update when updateNetworkAclItem is called [Rohit Yadav] CLOUDSTACK-7639: make cidr updation more efficient -- [...truncate

Build failed in Jenkins: build-master-simulator #1790

2015-03-09 Thread jenkins
See -- [...truncated 1277 lines...] [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-server --- [INFO] [INFO] --- maven-an

Build failed in Jenkins: build-master-noredist #4140

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7639: make cidrlist update when updateNetworkAclItem is called [Rohit Yadav] CLOUDSTACK-7639: make cidr updation more efficient -- [...truncated

Re: Compile CloudStack 4.4.2

2015-03-09 Thread Rajani Karuturi
The pom filename in the libvirt repo isnt following the correct convention[1]. It should be libvirt-0.5.1.pom. I will report this to libvirt-java. (damn, I couldnt even clone their repo - No route to host) My maven version is Apache Maven 3.2.3. It isnt complaining may be because its already insta

Build failed in Jenkins: build-master-simulator #1791

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: avoid tcp responses with timestamp -- [...truncated 1259 lines...] [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCom

Build failed in Jenkins: build-4.5 #385

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: avoid tcp responses with timestamp -- [...truncated 2729 lines...] [INFO] [INFO] Skippi

Jenkins build is back to normal : cloudstack-4.3-maven-build #707

2015-03-09 Thread jenkins
See

Jenkins build is back to normal : cloudstack-4.4-maven-build #588

2015-03-09 Thread jenkins
See

Build failed in Jenkins: build-master-noredist #4141

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: avoid tcp responses with timestamp -- [...truncated 344 lines...] [INFO] Deleting

Re: New SSL vulnerability #FREAK

2015-03-09 Thread Rohit Yadav
Hi Lucian, I made a similar fix on 4.5/master today for apache2. I'm not sure how to deal with this in Java. There are ways to get enabled cipher suites, but should we be doing this or configuring the jre security settings? On Monday 09 March 2015 04:21 PM, Nux! wrote: Ok, so for Apache HTTPD s

Build failed in Jenkins: build-master-simulator #1792

2015-03-09 Thread jenkins
See -- [...truncated 506 lines...] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.

Jenkins build is back to normal : cloudstack-4.3-maven-build-noredist #543

2015-03-09 Thread jenkins
See

Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrija Panic
Hi, I'm wondering if disk throtling on ACS44 or later works on shared storage (limiting number of IOPS and bandwtih, on compute offering) I know this does NOT work (shared storage) on ACS 4.3, I'm wondering if it is there in 4.4/4/5 ? We are using KVM. Thanks, -- Andrija Panić

[GitHub] cloudstack-docs-admin pull request: Added the "rename" of the scri...

2015-03-09 Thread andrijapanic
GitHub user andrijapanic opened a pull request: https://github.com/apache/cloudstack-docs-admin/pull/27 Added the "rename" of the script file You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrijapanic/cloudstack-docs-admin mast

[GitHub] cloudstack-docs-admin pull request: Added the "rename" of the scri...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-admin/pull/27 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] cloudstack-docs-admin pull request: Added the "rename" of the scri...

2015-03-09 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/27#issuecomment-77850054 Thanks Andrija! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2015 01:57 PM, Andrija Panic wrote: > Hi, > > I'm wondering if disk throtling on ACS44 or later works on shared > storage (limiting number of IOPS and bandwtih, on compute > offering) > Why shouldn't it work? The throttling is done inside

[GSOC2015] Fwd: Google Summer of Code 2013 Mentor Registration

2015-03-09 Thread sebgoa
All, ASF has been accepted as org admin for GSOC 2015. If you have entered projects in JIRA see the process below to get added as an ASF mentor. If you want to enter a project there is still time. -sebastien Begin forwarded message: > From: Ulrich Stärk > Subject: Google Summer of Code 2013 M

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrija Panic
Because it doesnt work on my ACS 4.3 installation with CEPH :) I checked virsh dumpxml so only throtling on network level is present - unless it wasnt applied because of my qemu version (intank's patched versions of stocl 0.12.1.2, just RBD support added). qemu-kvm version problematic perhaps ? W

[GitHub] cloudstack-docs-admin pull request: Added the "rename" of the scri...

2015-03-09 Thread andrijapanic
Github user andrijapanic commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/27#issuecomment-77858408 NP - I know this is not big contribute - but I like clean docs... --- If your project is set up for it, you can reply to this email and have your repl

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Wei ZHOU
What's the QEMU and libvirt version? QEMU on CentOS 6.X does not support it. 2015-03-09 15:01 GMT+01:00 Andrija Panic : > Because it doesnt work on my ACS 4.3 installation with CEPH :) > > I checked virsh dumpxml so only throtling on network level is present - > unless it wasnt applied because o

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrija Panic
Hi Wei, thanks for info - it is CentOS 6.x and libvirt 1.2.3 (manually compiled with RBD support) and also custom version of QEMU (original stock qemu from CentOS 6.4, patched by Inktank for RBD support) So this is the reason I guess ? Do you know if it works with Ubuntu 14.04 - I plan using thi

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Wei ZHOU
Hi Andria, I am sure it works with QEMU 1.2.0+ , of course including Ubuntu 14.04. Wei 2015-03-09 15:53 GMT+01:00 Andrija Panic : > Hi Wei, > > thanks for info - it is CentOS 6.x and libvirt 1.2.3 (manually compiled > with RBD support) and also custom version of QEMU (original stock qemu from

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2015 03:53 PM, Andrija Panic wrote: > Hi Wei, > > thanks for info - it is CentOS 6.x and libvirt 1.2.3 (manually > compiled with RBD support) and also custom version of QEMU > (original stock qemu from CentOS 6.4, patched by Inktank for RBD

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrija Panic
Thx guys ! On Mar 9, 2015 4:10 PM, "Wei ZHOU" wrote: > Hi Andria, > > I am sure it works with QEMU 1.2.0+ , of course including Ubuntu 14.04. > > Wei > > > 2015-03-09 15:53 GMT+01:00 Andrija Panic : > > > Hi Wei, > > > > thanks for info - it is CentOS 6.x and libvirt 1.2.3 (manually compiled > >

Sending Notifications Back to the User via UI

2015-03-09 Thread Kyle Flavin
I sent this to the user mailing list initially, and was advised to ask it here instead. I'm using the event notification framework to handle post tasks for VM creation and deletion. Following a VM create, I do a task, which in the case where this task fails, I go back and remove the VM that

Disable ciphers in Console VM's Java server #FREAK

2015-03-09 Thread Nux!
Hello, Can anyone advise how to disable SSLv2, SSLv3, TLSv1 and various ciphers in the Java process which serves CPVM:443 ? The CPVM is currently affected by the FREAK issue, we'd like to fix that. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Disable ciphers in Console VM's Java server #FREAK

2015-03-09 Thread ilya musayev
This might be relevant, ways to disable weak ciphers for port 8250, i'm under impression same can be done for all java related processes. This came from Citrix security team sometime in August, when we reached and mentioned that 8250 exposes weak ciphers as per internal audit. Wh

Re: Disable ciphers in Console VM's Java server #FREAK

2015-03-09 Thread ilya musayev
OpenJDK 1.7 is a requirement for this to work. On 3/9/15 2:31 PM, ilya musayev wrote: This might be relevant, ways to disable weak ciphers for port 8250, i'm under impression same can be done for all java related processes. This came from Citrix security team sometime in August, when we reache

[GitHub] cloudstack pull request: systemvm: use Debian http redirector for ...

2015-03-09 Thread resmo
GitHub user resmo opened a pull request: https://github.com/apache/cloudstack/pull/103 systemvm: use Debian http redirector for apt repositories * No offline mirrors * No out of date mirrors * New mirrors are used * Load-balancing * Faster downloads (when APT is used,

[GitHub] cloudstack pull request: systemvm: correct sftp subsystem path of ...

2015-03-09 Thread resmo
GitHub user resmo opened a pull request: https://github.com/apache/cloudstack/pull/104 systemvm: correct sftp subsystem path of debian wheezy The sftp subsystem path is `/usr/lib/openssh/sftp-server` according https://packages.debian.org/wheezy/amd64/openssh-server/filelist and chec

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrei Mikhailovsky
Hi Guys, What i have noticed ( with version 4.2.1 I think) is that when you attach a new disk with throttle offering to the running vm, the throttling settings are not passed to kvm untill the vm is restarted from the acs side. Simply doing the reboot within the OS itself doesn't help. However

[GitHub] cloudstack pull request: systemvm: use Debian http redirector for ...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/103#issuecomment-77994917 LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

[GitHub] cloudstack pull request: systemvm: use Debian http redirector for ...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: systemvm: correct sftp subsystem path of ...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/104#issuecomment-77995207 Confirmed location using 4.5 systemvms. LGTM, merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cloudstack pull request: systemvm: correct sftp subsystem path of ...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/104 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/97 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] cloudstack pull request: CLOUDSTACK-8299: Adding additional test c...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/102 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8299: Adding additional test c...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/102#issuecomment-77995623 LGTM, merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] cloudstack pull request: CLOUDSTACK-8299: Adding additional test c...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/102#issuecomment-77995716 @gauravaradhye your patch fails for 4.5, do you want to add test on 4.5 branch? --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] cloudstack pull request: CLOUDSTACK-8304: disable snapshots from n...

2015-03-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/100#issuecomment-77995743 Not a maven expert, leaving for someone to review/merge who is. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

Build failed in Jenkins: build-master-simulator #1793

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: use Debian http redirector for apt repositories [Rohit Yadav] systemvm: correct sftp subsystem path of debian wheezy -- [...truncated 369 lines..

Build failed in Jenkins: build-4.5 #386

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: correct sftp subsystem path of debian wheezy [Rohit Yadav] scripts: add ip set interface up because in CentOS7 the interface will not auto up -- [...truncated

Build failed in Jenkins: build-master-noredist #4142

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: use Debian http redirector for apt repositories [Rohit Yadav] systemvm: correct sftp subsystem path of debian wheezy [Rohit Yadav] scripts: add ip set interface up because in CentOS7 the

[GitHub] cloudstack pull request: systemvm: correct sftp subsystem path of ...

2015-03-09 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/104#issuecomment-77996504 @resmo May I know how you discovered this? AFAIK, scp and sftp are working fine from ssvm and we do not need sftp server on ssvm Can we remove this subsystem

Build failed in Jenkins: build-master #2303

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] systemvm: correct sftp subsystem path of debian wheezy [Rohit Yadav] scripts: add ip set interface up because in CentOS7 the interface will not auto up [Rohit Yadav] CLOUDSTACK-8299: Adding additional tes

Build failed in Jenkins: build-master-simulator #1794

2015-03-09 Thread jenkins
See Changes: [Rohit Yadav] scripts: add ip set interface up because in CentOS7 the interface will not auto up [Rohit Yadav] CLOUDSTACK-8299: Adding additional test case to test ingress rules with two security groups toget

Re: Disk throtling on KVM - shared storage - works ot not ?

2015-03-09 Thread Andrija Panic
Interesting... Thx for info. On Mar 10, 2015 12:23 AM, "Andrei Mikhailovsky" wrote: > Hi Guys, > > What i have noticed ( with version 4.2.1 I think) is that when you attach > a new disk with throttle offering to the running vm, the throttling > settings are not passed to kvm untill the vm is rest

[GitHub] cloudstack pull request: Adding automation test cases for VM/Volum...

2015-03-09 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/105 Adding automation test cases for VM/Volume snapshot testpath Adding automation test cases for VM/Volume snapshot testpath You can merge this pull request into a Git repository by running:

[ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Rajani Karuturi
The Project Management Committee (PMC) for Apache CloudStack has asked Harikrishna Patnala to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Sanjeev Neelarapu
Congrats Hari !! Keep it up -Sanjeev -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: Tuesday, March 10, 2015 11:00 AM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Harikrishna Patnala The Project Management Committee (PMC) for Apache CloudSta

Re: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Srikanteswararao Talluri
Congrats Hari!! Well deserved. ~Talluri On 10/03/15 11:00 am, "Rajani Karuturi" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Harikrishna Patnala to become a committer and we are pleased to >announce that he has accepted. > >Being a committer allows many contri

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Suresh Sadhu
Congrats Hari ! Regards sadhu -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: 10 March 2015 11:00 To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Harikrishna Patnala The Project Management Committee (PMC) for Apache CloudStack has asked Harikr

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Kishan Kavala
Congratulations Hari! -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: Tuesday, March 10, 2015 11:00 AM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Harikrishna Patnala The Project Management Committee (PMC) for Apache CloudStack has asked Ha

Re: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Rohit Yadav
Congrats Hari! > On 10-Mar-2015, at 11:00 am, Rajani Karuturi wrote: > > The Project Management Committee (PMC) for Apache CloudStack > has asked Harikrishna Patnala to become a committer and we are pleased to > announce that he has accepted. > > Being a committer allows many contributors to cont

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Koushik Das
Congrats Hari! -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: Tuesday, 10 March 2015 11:00 To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Harikrishna Patnala The Project Management Committee (PMC) for Apache CloudStack has asked Harikrishna P

Re: New SSL vulnerability #FREAK

2015-03-09 Thread ilya musayev
This might be relevant, ways to disable weak ciphers for port 8250, i'm under impression same can be done for all java related processes. This came from Citrix security team sometime in August, when we reached and mentioned that 8250 exposes weak ciphers as per internal audit. Wh

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Sailaja Mada
Congrats Hari. Best Regards, Sailaja.M -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: 10 March 2015 11:00 To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Harikrishna Patnala The Project Management Committee (PMC) for Apache CloudStack has aske

Re: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Abhinandan Prateek
Congrats HariP ! -abhi > On 10-Mar-2015, at 11:54 am, Sailaja Mada wrote: > > Congrats Hari. > > Best Regards, > Sailaja.M > > -Original Message- > From: Rajani Karuturi [mailto:raj...@apache.org] > Sent: 10 March 2015 11:00 > To: dev@cloudstack.apache.org > Subject: [ANNOUNCE] New comm

Re: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Ahmad Emneina
Awesome news Hari! Congrats. On Mon, Mar 9, 2015 at 11:30 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > Congrats HariP ! > > -abhi > > > > On 10-Mar-2015, at 11:54 am, Sailaja Mada > wrote: > > > > Congrats Hari. > > > > Best Regards, > > Sailaja.M > > > > -Original Mes

Re: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-09 Thread Praveen B
Congrats Hari!!! -Praveen On Tue, Mar 10, 2015 at 12:00 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > Congrats HariP ! > > -abhi > > > > On 10-Mar-2015, at 11:54 am, Sailaja Mada > wrote: > > > > Congrats Hari. > > > > Best Regards, > > Sailaja.M > > > > -Original Me