Re: Overprovisioning of local storage

2015-03-11 Thread ilya musayev
fixed in 4.4, but i'd go with 4.5 https://issues.apache.org/jira/browse/CLOUDSTACK-7752 On 3/10/15 6:47 AM, Wido den Hollander wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've ran into the issue where it seems that local storage can't be overprovisioned. storage.overprovisioni

Re: Overprovisioning of local storage

2015-03-11 Thread ilya musayev
sorry, wrong solution.. but still relevant issue you may encounter On 3/10/15 11:59 PM, ilya musayev wrote: fixed in 4.4, but i'd go with 4.5 https://issues.apache.org/jira/browse/CLOUDSTACK-7752 On 3/10/15 6:47 AM, Wido den Hollander wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi

Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Remi Bergsma
Hi Marcus, Are the tweaks required to use centos7 as a hypervisor documented somewhere? Does the same count for 4.6 aka master? I will be looking into centos7 with kvm soon so would be cool to know what has already be figured out :-) Thanks, Remi Sent from my iPhone On 11 Mar 2015, at 04:26,

Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Marcus
Look at the 4.5 vote thread, hopefully it will be rolled into the release notes. On Wed, Mar 11, 2015 at 12:04 AM, Remi Bergsma wrote: > Hi Marcus, > > Are the tweaks required to use centos7 as a hypervisor documented somewhere? > > Does the same count for 4.6 aka master? > > I will be looking in

Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Remi Bergsma
Will have a look and give it a try, thanks. Sent from my iPhone > On 11 Mar 2015, at 08:17, Marcus wrote: > > Look at the 4.5 vote thread, hopefully it will be rolled into the release > notes. > > On Wed, Mar 11, 2015 at 12:04 AM, Remi Bergsma > wrote: >> Hi Marcus, >> >> Are the tweaks re

[GitHub] cloudstack pull request: CLOUDSTACK-8272: Python based file-lock f...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/106#issuecomment-78217077 @vincentbernat thanks for the snippets! @resmo in case the passwdsrvrtoken went missing (file does not exist), the script may break, the || true is just so t

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-78217494 +1 the merged patch on master does not include the closes #issues string before the signature, can you close it @ghxandsky ? --- If your project is set up for it, y

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78217785 @pyr looks good, should it have methods for doing/handling connection and reconnection? (I've no idea how to connect to Kafka, assuming it's over TCP) --- If your p

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/109#discussion_r26193337 --- Diff: plugins/event-bus/kafka/pom.xml --- @@ -0,0 +1,45 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/108 --- 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: use Debian http redirector for ...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/103#issuecomment-78218859 @resmo sure, the codebase is slightly different though so picked only parts where we manually added repos: https://github.com/apache/cloudstack/commit/7d2ffe063d849d

Re: Disable a UI button via global setting - how to implement?

2015-03-11 Thread Rohit Yadav
Right now there is nothing that the framework provides to enable/disable views. In case of SAML button, I call a getSPMetadata API which is only available if the plugin was enabled from global settings, if the reply is 200 (ok) then I show the button (sort of a hack). On Friday 06 March 2015 09:5

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Rohit Yadav
I agree with David the 4.5.0 source tarballs are all over the world now. How about we ship 4.5.1 by the end of next week? Once 4.5.1 released, we won't host 4.5.0 deb/rpms at all for users. I can add an empty db upgrade path (or if anything needed there) and change pom versions. Meanwhile please

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Sebastien Goasguen
On Mar 10, 2015, at 5:32 PM, John Kinsella wrote: > I can’t think of a reason to provide packages? People will go looking for > them, so maybe document somewhere the reason for skipping… > > Unfortunately I have not spent much time with 4.5 except building the simulator docker image. It se

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/109#discussion_r26194042 --- Diff: plugins/event-bus/kafka/pom.xml --- @@ -0,0 +1,45 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78219876 @bhaisaab the producer has a thread which handles this and knows what broker is responsible for what partition, it maintains its own internal broker topology, so there is

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Erik Weber
On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 03/10/2015 04:56 PM, David Nalley wrote: > > So 4.5.0 has shipped - it's been propogated to hundreds of > > mirrors, and undoing that is not trivial. IMO, we should patch, and >

Build failed in Jenkins: build-4.5 #387

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-8312: The storage usage of "Primary Storage Allocated" is incorrect. [Rohit Yadav] CLOUDSTACK-8304: disable snapshots from non-snapshot repositories [Rohit Yadav] systemvms: use Debian http redirec

[DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Rohit Yadav
Hi, I've sent a pull request that replaces the bash/socat based password server with a Python based server that is backward compatible. In future I'll be working on an VR-agents framework to make resetting password/publickeys more secure. Right now when reset password is called, the password ser

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78220517 @bhaisaab I made the topic configurable and provided some more explanation in the PR description. Thanks for the review. --- If your project is set up for it, you can re

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2015 09:03 AM, Erik Weber wrote: > On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> >> >> On 03/10/2015 04:56 PM, David Nalley wrote: >>> So 4.5.0 has shipped - it's b

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Sebastien Goasguen
On Mar 11, 2015, at 9:03 AM, Erik Weber wrote: > On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> >> On 03/10/2015 04:56 PM, David Nalley wrote: >>> So 4.5.0 has shipped - it's been propogated to hundreds of >>> mirror

cloudstack-6476 - version for fix

2015-03-11 Thread cs user
Hi All, I'm running 4.3 and running into this: https://issues.apache.org/jira/browse/CLOUDSTACK-6476 I'm not sure though which version the fix for the above appears in, it says it affects 4.4.0 and is fixed in 4.4.0, but it doesn't appear in any "issues fixed in this release" section of the docs

[EVENT] CloudStack Days 2015

2015-03-11 Thread Sebastien Goasguen
If you want to help review CloudStack Days paper submission, please see these instructions: https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Rohit Yadav
Alright, I'll add an upgrade path and change pom versions. To ask for other pending issues I'll start another discussion thread. On Wednesday 11 March 2015 01:53 PM, Sebastien Goasguen wrote: On Mar 11, 2015, at 9:03 AM, Erik Weber wrote: On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander

Re: [EVENT] CloudStack Days 2015

2015-03-11 Thread Sebastien Goasguen
On Mar 11, 2015, at 9:39 AM, Sebastien Goasguen wrote: > If you want to help review CloudStack Days paper submission, please see these > instructions: > > https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit > > And of course submit your papers http://events

[DISCUSS] [URGENT] Any pending issues to fix in ACS 4.5.1 release?

2015-03-11 Thread Rohit Yadav
Hi all, I think everyone has agreed to do a 4.5.1 since 4.5.0 source release have been already mirrored. Before we can start a voting thread for 4.5.1 (essentially 4.5.0 + some recent bugfixes), are there any other blockers/critical issues we have found but need to be fixed on 4.5 branch? I'll

[GitHub] cloudstack pull request: CLOUDSTACK-8314: Add test case to validat...

2015-03-11 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/110 CLOUDSTACK-8314: Add test case to validate VM.DESTROY event is logged when VM deployment fails VM is created with huge service offering so that VM creation fails. In this case, followi

Re: Nordic / Scandinavian Users

2015-03-11 Thread Erik Weber
Thanks for all your feedback, I'd hope for some more, so I'll be bumping the thread sporadically to fetch any newcomers/late readers/sporadic readers/etc. If you know anyone that should be on the list, feel free to mention it. Henrik: Don't think I've met you yet, so which company are you working

Re: [EVENT] CloudStack Days 2015

2015-03-11 Thread Erik Weber
On Wed, Mar 11, 2015 at 9:39 AM, Sebastien Goasguen wrote: > If you want to help review CloudStack Days paper submission, please see > these instructions: > > > https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit > > I don't mind helping to gain some experience in

Re: cloudstack-6476 - version for fix

2015-03-11 Thread Rajani Karuturi
Its in 4.4, 4.4.1 and 4.4.2 and all the forward releases. Its not in 4.3 $ git tag --contains 0b99822 4.4.0 4.4.1 4.4.2 ~Rajani On Wed, Mar 11, 2015 at 1:55 PM, cs user wrote: > Hi All, > > I'm running 4.3 and running into this: > https://issues.apache.org/jira/browse/CLOUDSTACK-6476 > > I'm

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

2015-03-11 Thread jenkins
See Changes: [sanjay.tripathi] CLOUDSTACK-8315: CS API listVMSnapshot doesn't have tags ‘project’ and ‘projectid’. -- Started by an SCM change [EnvInject] - Loading node environment

Build failed in Jenkins: build-master #2307

2015-03-11 Thread jenkins
See Changes: [sanjay.tripathi] CLOUDSTACK-8315: CS API listVMSnapshot doesn't have tags ‘project’ and ‘projectid’. -- [...truncated 1872 lines...] [INFO] Copying 3 resources [INFO] [INFO] ---

[GitHub] cloudstack pull request: CLOUDSTACK-7951: Limit amount of memory u...

2015-03-11 Thread ghxandsky
GitHub user ghxandsky opened a pull request: https://github.com/apache/cloudstack/pull/111 CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc According https://issues.apache.org/jira/browse/CLOUDSTACK-7951, and https://git-wip-us.apache.org/repos/asf?p=cloudstack.

RE: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-11 Thread Sateesh Chodapuneedi
Hearty Congrats, Hari. Great work! Regards, Sateesh -Original Message- From: Erik Weber [mailto:terbol...@gmail.com] Sent: Tuesday, March 10, 2015 5:16 PM To: dev Subject: Re: [ANNOUNCE] New committer: Harikrishna Patnala On Tue, Mar 10, 2015 at 6:30 AM, Rajani Karuturi wrote: > The P

build cloudstack in windows error

2015-03-11 Thread wangyuyang1...@163.com
i build cloudstack in windows with cygwin ,but get this error,who know why? [INFO] Apache CloudStack Test . SUCCESS [ 3.018 s] [INFO] Apache CloudStack Developer Mode ... SUCCESS [ 2.284 s] [INFO] Apache CloudStack Developer Tools ..

Re: [HELP] VR sometimes fail to start

2015-03-11 Thread Andrija Panic
Oh well, I will then update to 4.3.2 anyway, and hope to see the problem go away... THanks guys On 10 March 2015 at 22:45, Loic Lambiel wrote: > Hi, > > Maybe the same issue we faced here: https://github.com/exoscale/ > cloudstack/commit/df3e7533a78c3594cdd39b8b18e6f4a3abcb8cfd > > The patch ha

Re: Updating VR template, without ACS update

2015-03-11 Thread Andrija Panic
Thanks Markus. So anyway, I need to make some time to upgrade to 4.3.2. Can I manually reboot VR/s one by one after the upgrade is done (instead of using the script for rebooting ssvm, cpvm, and 66 VRs...) And is this reallt reboot inside OS - not destroying and recreating VRs ??? Or would you s

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] api: avoid sending sensitive data in api response -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudst

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78244266 @pyr thanks for replying. LGTM. Let's wait if any of the eventbus gurus want to review, else we'll merge by tomorrow. --- If your project is set up for it, you can

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78244523 @pyr like the RabbitMQ, do you want to add docs to use/configure this as well? http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/events.htm

[GitHub] cloudstack pull request: CLOUDSTACK-7951: Limit amount of memory u...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/111#issuecomment-78244680 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

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] api: avoid sending sensitive data in api response -- [...truncated 1187 lines...] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copyin

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78245063 @bhaisaab yes, where is the repo ? --- 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 n

Build failed in Jenkins: build-master #2308

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] api: avoid sending sensitive data in api response -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-builds

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc -- Started by an SCM change [EnvInject] - Loading node environment variables. Buildin

Build failed in Jenkins: cloudstack-4.3-maven-build-noredist #544

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] api: avoid sending sensitive data in api response -- [...truncated 2124 lines...] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cloud-eng

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78246495 @pyr you can fork/edit this: https://github.com/apache/cloudstack-docs-admin/blob/master/source/events.rst and send PR --- If your project is set up for it, you ca

commits to release/voting branches

2015-03-11 Thread Rajani Karuturi
Hi all, Do we have criteria/process around what all could go to a branch in release/RC stage? I was thinking it should only be blocker/critical. I dont feel comfortable if one of my commits gets cherry picked to a branch without my knowledge and an issues arises with it. ~Rajani

Build failed in Jenkins: build-master #2309

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely

[GitHub] cloudstack pull request: CLOUDSTACK-7951: Limit amount of memory u...

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/111 --- 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

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl -- [...truncated 1326 lines...] main: [copy] Copying 3 files to

Build failed in Jenkins: build-master #2310

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-bu

Build failed in Jenkins: build-4.5 #389

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl -- [...truncated 2733 lines...] [INFO] [INF

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on clo

[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread pyr
GitHub user pyr opened a pull request: https://github.com/apache/cloudstack-docs-admin/pull/28 Document Kafka event bus You can merge this pull request into a Git repository by running: $ git pull https://github.com/pyr/cloudstack-docs-admin feature/event-bus-kafka Alternati

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78251684 @bhaisaab now in apache/cloudstack-docs-admin#28 --- 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 p

[GitHub] cloudstack pull request: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/112 4.5 Branch: update pom version and add upgrade path from 4.5.0 to 4.5.1 - Updates pom version to 4.5.1-SNAPSHOT - Adds upgrade path from 4.5.0 to 4.5.1 You can merge this pull request into

[GitHub] cloudstack pull request: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/112#issuecomment-78252001 Build fine with all unit tests passing, upgrade runs successfully from 4.5.0. cc @ke4qqq @runseb @daanhoogland - would be great if you can review it --- If

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

2015-03-11 Thread jenkins
See

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
Hello, See inline. > JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-8272 > PR: https://github.com/apache/cloudstack/pull/106 > > I need your comment on the following proposal: > > 1. If a password has been served by the password server, we expire it > within next 15 minutes (or suggest

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2015 02:09 PM, Nux! wrote: > Hello, > > See inline. > >> JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-8272 PR: >> https://github.com/apache/cloudstack/pull/106 >> >> I need your comment on the following proposal: >> >> 1. If a

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
Hi Wido, >> If a guest has confirmed the password was retrieved delete it >> straight away. I am not sure this is what you asked. :) >> > > How would the guest confirm? Merely retrieving it doesn't guarantee > that the client was able to set it. > > I'd say keep if for 15 minutes, so that the

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Pierre-Luc Dion
When the password is taken and acknowledge from the VR it should be destroyed immediately from the VR and as it is currently, I think. Are you planning to implement SSL capability as well since it as been brought on the ML recently ? On Wed, Mar 11, 2015 at 9:39 AM, Nux! wrote: > Hi Wido, > > >

[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/28#issuecomment-78292774 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 f

[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/28#issuecomment-78294350 Thanks for your contribution @pyr merged! --- 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-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-admin/pull/28 --- 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 pull request: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/112#issuecomment-78295147 @runseb the bugs were fixed on 4.5 branch so they are already in 4.5 branch. I think to create 4.5.1 RC one could simply branch off from 4.5 once these commits are m

Build failed in Jenkins: build-master #2311

2015-03-11 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-9ee (cloudstack-buildslave-centos6) in workspace

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/109#issuecomment-78297425 @pyr thanks, reviewed both doc and code and merged. Thanks for your contribution! --- If your project is set up for it, you can reply to this email and have your re

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

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] Add Apache Kafka event-bus support - producing only. [Rohit Yadav] make topic configurable, provide default serializers [Rohit Yadav] compatibility with HEAD on master --

Item for ACS 4.5 release notes

2015-03-11 Thread Remi Bergsma
Hi, It might be worth noting in the release notes of ACS 4.5 that CLOUDSTACK-7595 is resolved, as this changes behaviour. We ran into this in 4.4 already where we suddenly had timeouts that were not there before and it’s not immediately clear why that happens. job.cancel.threshold.minutes in p

Build failed in Jenkins: build-master #2312

2015-03-11 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-9ee (cloudstack-buildslave-centos6) in workspace

Re: Updating VR template, without ACS update

2015-03-11 Thread Marcus
I've never used the official script to upgrade. I always set to the global setting to recreate on reboot of systemvms, it has been more robust for me to do it the cloudy way and get a fresh vm on every boot. With various issues that have arisen in the past (file system filling up, fsck required on

[GitHub] cloudstack pull request: 4.5 Branch: update pom version and add up...

2015-03-11 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/112#issuecomment-78300415 On Mar 11, 2015, at 5:09 PM, Rohit Yadav wrote: > @runseb the bugs were fixed on 4.5 branch so they are already in 4.5 branch. I think to create 4.5.1 RC

Build failed in Jenkins: build-master #2314

2015-03-11 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-9ee (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: build-master #2315

2015-03-11 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-9ee (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: build-master #2316

2015-03-11 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-9ee (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: build-master #2317

2015-03-11 Thread jenkins
See Changes: [Rohit Yadav] Add Apache Kafka event-bus support - producing only. [Rohit Yadav] make topic configurable, provide default serializers [Rohit Yadav] compatibility with HEAD on master

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

2015-03-11 Thread snuf
GitHub user snuf opened a pull request: https://github.com/apache/cloudstack/pull/113 Ovmsupport 3.2.1/3.3.x rebased and condensed in one single commit. @bhaisaab Rebasing the other stuff was a pain (4400 commits behind is no pleasure). Decided to do a "re-implement" agains

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

2015-03-11 Thread snuf
Github user snuf closed the pull request at: https://github.com/apache/cloudstack/pull/99 --- 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 ena

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

2015-03-11 Thread snuf
Github user snuf commented on the pull request: https://github.com/apache/cloudstack/pull/99#issuecomment-78311833 @bhaisaab move this into https://github.com/apache/cloudstack/pull/113 which is a new request, and a bit more condensed. --- If your project is set up for it, you ca

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
> Lucian - in the proposal what I meant to say was that in case a password was > sent to a user VM but the user VM does not respond with an ack (so as to > remove > the password from its storage/memory) should it expiry it after a period of > say > 15 mins? Rohit, seeing that there is logic buil

Re: Item for ACS 4.5 release notes

2015-03-11 Thread sebgoa
On Mar 11, 2015, at 5:26 PM, Remi Bergsma wrote: > Hi, > > It might be worth noting in the release notes of ACS 4.5 that CLOUDSTACK-7595 > is resolved, as this changes behaviour. We ran into this in 4.4 already where > we suddenly had timeouts that were not there before and it’s not immediate

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

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/113#issuecomment-78327336 Hey @snuf thanks for that! It makes it easier to everyone to review and merge your stuff. First thing tomorrow morning! --- If your project is set up for it, you ca

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

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/113#issuecomment-78328589 @snuf after a quick look at the diff I feel so emotional with the code I'm seeing, neat stuff :) :astonished: --- If your project is set up for it, you can reply t

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

2015-03-11 Thread snuf
Github user snuf commented on the pull request: https://github.com/apache/cloudstack/pull/113#issuecomment-78336094 @bhaisaab thanks man!, it's bound to have some bugs and nasty bits here and there. Already have NSX/NVP integration on the map for the next iteration though :) I'll

Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2015 05:17 PM, Rohit Yadav wrote: > Wido - Lucian is right. Once the user VM resets password, they need > to send an acknowledgement, for example: wget -t 3 -T 20 -O - > --header "DomU_Request: saved_password" $PASSWORD_SERVER_IP:8080 > Thi

RE: Nordic / Scandinavian Users

2015-03-11 Thread Sonali Jadhav
Hi, Nordiska servercentralen AB, is a Swedish company. We're providing various cloud services, domain, web hosting, backup, hosted exchange, SharePoint, TS, App-v, VPS, dedicated servers, co-locations etc.. . And from this month we're putting our CloudStack 4.5 into production. /Sonali -

Jira Karma

2015-03-11 Thread Erik Weber
I don't seem to be able to assign myself issues, anyone feel like giving me karma? Username: webern Thanks :-) -- Erik

Re: Updating VR template, without ACS update

2015-03-11 Thread Andrija Panic
Thanks a lot Marcus, will probably activate the recreate on reboot stuff. You said you manually reboot/recreate VRs after upgrade, instead of using the script - you finish all VRs upgrade/recreate before actually giving client access to cloudstack again? I mean - there is operational risk as you

sudo chmod - bad practice

2015-03-11 Thread ilya musayev
Is there any way we can avoid having chmod in /etc/sudoers file? This line in sudoers file makes me very uncomfortable https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=python/lib/cloudutils/serviceConfig.py;hb=a10a9d522c56f707a9674f1486f58697e8c5206a 723

Re: sudo chmod - bad practice

2015-03-11 Thread ilya musayev
I dont see where MS requires the use of chmod directly based on the quick look against ASF grep search, if someone finds it - please let me know. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git&a=search&h=a10a9d522c56f707a9674f1486f58697e8c5206a&st=grep&s=chmod On 3/11/15 4:06 PM, i

Re: [HELP] VR sometimes fail to start

2015-03-11 Thread ilya musayev
Andrija, Have you tried the solution Loic mentioned? Its seems like an easy one to try.. Thanks ilya On 3/11/15 3:54 AM, Andrija Panic wrote: Oh well, I will then update to 4.3.2 anyway, and hope to see the problem go away... THanks guys On 10 March 2015 at 22:45, Loic Lambiel wrote: Hi

Re: Jira Karma

2015-03-11 Thread David Nalley
Done On Wed, Mar 11, 2015 at 4:36 PM, Erik Weber wrote: > I don't seem to be able to assign myself issues, anyone feel like giving me > karma? > > Username: webern > > Thanks :-) > > -- > Erik

access to Jenkins

2015-03-11 Thread Raja Pullela
Hi, Can someone please give me access to the http://jenkins.buildacloud.org/ ? There is a build script that is having an issue and would like to check it out. Thanks, Raja

Re: Jira Housekeeping - 'Old Blockers'

2015-03-11 Thread Francois Gaudreault
Paul, I do see my name beside some of these :S I believe it's fair to downgrade mine to something lower and/or close them. However, I am pretty sure these bugs still exists today, but unfortunately I'm not equipped to fully retest them. If you go with the close option, I can reopen them later

Re: access to Jenkins

2015-03-11 Thread Rajani Karuturi
Any help on jenkins is appreciated. created a user for you. I tried to fix the master build jobs. But, I didnt see any issues with the job as such. Failures are system failures. ~Rajani On Thu, Mar 12, 2015 at 9:08 AM, Raja Pullela wrote: > Hi, > > Can someone please give me access to the ht

Re: Review Request 30821: CLOUDSTACK-8236: Automation test cases for storage migration test path

2015-03-11 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30821/#review76043 --- test/integration/testpaths/testpath_storage_migration.py

Re: build cloudstack in windows error

2015-03-11 Thread Yitao Jiang
paste more error details with run mvn -rf :cloud-apidoc command. BYW, maybe the error caused by python interpreter cannot find the gentoc.py file, edit build-apidoc.sh file, changeing code of *python "$thisdir/gen_toc.py" $(find . -type f)* of $thisdir to the absolute directory of gen_toc.py exis

  1   2   >