Re: root resize support in the UI

2014-11-28 Thread Nux!
Yes, you have a point. Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7992 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mike Tutkowski" > To: dev@cloudstack.apache.org > Cc: "Brian Federle" > Sent: Saturday, 29 November,

Re: root resize support in the UI

2014-11-28 Thread Mike Tutkowski
Well...I don't know...we kind of have features all over the place that work for one hypervisor and not for another. If we're cool with that approach, this would be just one more area where we have this kind of hypervisor-specific behavior (perhaps all hypervisors support such an action in the futu

Re: ApacheCon EU videos

2014-11-28 Thread Nux!
Thanks, so there's hope. :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mike Tutkowski" > To: dev@cloudstack.apache.org > Sent: Saturday, 29 November, 2014 00:25:35 > Subject: Re: ApacheCon EU videos > I don't know about videos

Re: root resize support in the UI

2014-11-28 Thread Nux!
Was thinking to just patch my local installation. Devs might not go too crazy over this idea since root resize is not supported across all hypervisors (KVM only atm). But if you think this has a chance to go official, I will open an issue. Thanks, Lucian -- Sent from the Delta quadrant using B

Re: root resize support in the UI

2014-11-28 Thread Mike Tutkowski
Have you logged a JIRA ticket for this? Maybe Brian or one of the GUI people could pick up on it. On Fri, Nov 28, 2014 at 4:32 PM, Nux! wrote: > Yeah, I was thinking of that, if it works for DATA, it should work for > ROOT. But I am not a dev. > > Thoughts? > > -- > Sent from the Delta quadrant

Re: ApacheCon EU videos

2014-11-28 Thread Mike Tutkowski
I don't know about videos from ApacheCon, but they were videoing the CloudStack Collab Conf presentations. These videos typically have taken about a month or so to show up on YouTube. On Fri, Nov 28, 2014 at 4:49 PM, Nux! wrote: > Hi, > > Were there videos taken of the discussions? Have they be

ApacheCon EU videos

2014-11-28 Thread Nux!
Hi, Were there videos taken of the discussions? Have they been uploaded anywhere? Would probably like to watch some of that. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: root resize support in the UI

2014-11-28 Thread Nux!
Yeah, I was thinking of that, if it works for DATA, it should work for ROOT. But I am not a dev. Thoughts? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mike Tutkowski" > To: dev@cloudstack.apache.org > Sent: Friday, 28 November,

Re: Review Request 17941: CLOUDSTACK-6075: Increase the ram size for router service offering

2014-11-28 Thread Daan Hoogland
Hari, I added the 443 upgrade path, feel free to commit on the 4.4 branch. On Fri, Nov 28, 2014 at 9:17 PM, Rohit Yadav wrote: > > On Sat, Nov 29, 2014 at 12:49 AM, Daan Hoogland > wrote: >> >> Rohit, is this really needed in 4.3? We are throwing away our agreed >> policies on db changes here. W

Re: [QUESTION] @ReflectionUse

2014-11-28 Thread Laszlo Hornyak
Hi, How about declaring those methods "package protected"? With that it is still not considered a public api, but findbugs does not detect it as a bug. Also, it would be nice to have some javadoc on these methods on how they are used, what calls them, etc... On Fri, Nov 28, 2014 at 10:14 AM, Daa

Re: cloudmonkey release

2014-11-28 Thread Rohit Yadav
Hi Daan, yes please go ahead if you're archiving release artifacts. 5.3.0 is latest, I'll work on a bugfix release 5.3.1 soon. Regards. Sent from OWA on Android From: Daan Hoogland Sent: Saturday, November 29, 2014 12:40:34 AM To: dev; Rohit Yadav Subject

Re: Review Request 17941: CLOUDSTACK-6075: Increase the ram size for router service offering

2014-11-28 Thread Rohit Yadav
On Sat, Nov 29, 2014 at 12:49 AM, Daan Hoogland wrote: > Rohit, is this really needed in 4.3? We are throwing away our agreed > policies on db changes here. When talking on customers that kind of > masquerades the upgrade dilemma they have with a minor version in a > tiny version. > Yes, there i

Re: [jira] [Commented] (CLOUDSTACK-6181) Root resize

2014-11-28 Thread Mike Tutkowski
I think we should protect from this in code. On Friday, November 28, 2014, Nux (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/CLOUDSTACK-6181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228496#comment-14228496 > ] > > Nux commented on

Re: root resize support in the UI

2014-11-28 Thread Mike Tutkowski
For root disks, is it possible to just follow the existing resize pattern we have established in the UI for data disks? On Friday, November 28, 2014, Nux! wrote: > Hello, > > Wonder if someone can help me with the $subject. > > I remember at some point (4.2?) a new feature showed up accidentally

root resize support in the UI

2014-11-28 Thread Nux!
Hello, Wonder if someone can help me with the $subject. I remember at some point (4.2?) a new feature showed up accidentally in the UI instance creation dialogues, it was concerning "root size", had a small box where the number in GB would be introduced. I'd like to take advantage of that now t

Re: A secure way to reset VMs password

2014-11-28 Thread Nux!
Jayapal, Not necesarily, one could run stunnel or nginx as SSL proxy on some other port (8443?), this way SSL and non-SSL connections will still work and give you plenty of time to update your templates, if you so wish. Am I missing any important bits here? Lucian -- Sent from the Delta quadr

Re: A secure way to reset VMs password

2014-11-28 Thread Nux!
Andrija, Don't think like that if you run a public offering. Convenience will always win, the customer will not change the password. :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Andrija Panic" > To: dev@cloudstack.apache.org >

Re: Review Request 17941: CLOUDSTACK-6075: Increase the ram size for router service offering

2014-11-28 Thread Daan Hoogland
Rohit, is this really needed in 4.3? We are throwing away our agreed policies on db changes here. When talking on customers that kind of masquerades the upgrade dilemma they have with a minor version in a tiny version. @Hari I'll find some time to add the 442to443 path On Fri, Nov 28, 2014 at 6:5

cloudmonkey release

2014-11-28 Thread Daan Hoogland
Rohit et al, Can cloudmonkey 5.2.0 be archived or is this release still being maintained? (i.e. is a 5.2.1 to be expected now that 5.3.0 is out?) thanks -- Daan

[GitHub] cloudstack pull request: CLOUDSTACK-7908: Add user_id column to vm...

2014-11-28 Thread bhaisaab
GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/48 CLOUDSTACK-7908: Add user_id column to vm_instance table - Adds column to VMInstance DAO - Adds column in vm_instance table - Adds column in the UserVMJoinVO - Adds default admin user

Re: [ACS44]release 4.4.2 release candidate RC20141121T0341 (#2)

2014-11-28 Thread Daan Hoogland
great Wilder, sound like we're all green :-) On Fri, Nov 28, 2014 at 3:34 PM, Wilder Rodrigues wrote: > Hi guys, > > Tests results for ACS 4.4.2. > > I will also do the same tests, but using a dump from our betacloud database. > > Cheers, > Wilder > > Environment: > > * XenServer host running on

Re: [JENKINS] Added CentOS 7 slaves

2014-11-28 Thread David Nalley
Jenkins does not support Azure, yet. Well, at least not compute. There are some folks working on this support, but, it's not there yet. --David On Wed, Nov 26, 2014 at 10:50 AM, Hugo Trippaers wrote: > Good point, > > i’ll need to check if jclouds supports azure but a few dynamic slaves could

Re: [ACS44]release 4.4.2 release candidate RC20141121T0341 (#2)

2014-11-28 Thread Wilder Rodrigues
Hi guys, Tests results for ACS 4.4.2. I will also do the same tests, but using a dump from our betacloud database. Cheers, Wilder Environment: * XenServer host running on Betacloud (ACS 4.3.0 VMWare zone) * Management server running on MacBook Pro * MySQL Database running on MacBook Pro * Syst

Re: Fwd: NFS mount options hardcoded or not ?

2014-11-28 Thread Andrija Panic
thx Wido... On 28 November 2014 at 15:07, Wido den Hollander wrote: > > > On 11/28/2014 01:37 PM, Andrija Panic wrote: > > Hi guys, > > > > just wanted to know if NFS mount options for Primary Storage are > hardcoded > > in the source, or do we let OS use it's default... ? > > > > They come fro

Re: Fwd: NFS mount options hardcoded or not ?

2014-11-28 Thread Wido den Hollander
On 11/28/2014 01:37 PM, Andrija Panic wrote: > Hi guys, > > just wanted to know if NFS mount options for Primary Storage are hardcoded > in the source, or do we let OS use it's default... ? > They come from libvirt, it's not done by CloudStack. You can change them in /etc/nfsmount.conf, see m

Fwd: NFS mount options hardcoded or not ?

2014-11-28 Thread Andrija Panic
Hi guys, just wanted to know if NFS mount options for Primary Storage are hardcoded in the source, or do we let OS use it's default... ? It seems to me it is not hardcoded, but I would really like confirmation pls. Thanks, - Andrija Panić

Jenkins build is still unstable: simulator-singlerun #714

2014-11-28 Thread jenkins
See

Re: A secure way to reset VMs password

2014-11-28 Thread Andrija Panic
For me personaly, this Cloudstack feature is used only during "damn I forgot my password" and during deploying new VM from template. After I get access to VM - the password should be really changed anyway. I agree it's unsecure, but again you are supposed to change it - and not hope that the passw

[GitHub] cloudstack pull request: CLOUDSTACK-7986 [F5 LB] Failed to execute...

2014-11-28 Thread sudhansu7
GitHub user sudhansu7 opened a pull request: https://github.com/apache/cloudstack/pull/47 CLOUDSTACK-7986 [F5 LB] Failed to execute IPAssocCommand due to com.clou... added 3 new method to strip partition information from VirtualServer, LBPool, VLAN api response. With BigIP

Jenkins build is back to normal : build-master-noredist #3874

2014-11-28 Thread jenkins
See

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

2014-11-28 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7989: Ignore Auth API calls in unauthenticated HTTP handlers [Rohit Yadav] packaging: add license to missing cloud.limits -- [...truncated 30109

Re: review board cleanup

2014-11-28 Thread Rajani Karuturi
Thanks sebastien. got mine. If anybody else is interested, it would be better to give a consolidated list to asfinfra. ~Rajani On Fri, Nov 28, 2014 at 3:08 PM, Sebastien Goasguen wrote: > U can get the karma by asking asf infra team. They have a hipchat channel, > i just got karma right now > >

Random placing of Snapshots on multiple Secondary Storages

2014-11-28 Thread Wadia, Yohan
Hi I have a Cloudstack 4.2 setup running in my Lab.. 1 Zone with 1 XenServer 6.1 host and 1 Secondary Storage (NFS).. The space on this secondary storage is approx 60 GB.. I am planning to add a second Secondary Storage to the Zone (NFS : 200GB) and want to dedicate this new Sec Store as th

Re: [DISCUSS] LTS Releases

2014-11-28 Thread Leo Simons
Hey hey, Ooh, interesting topic. I'm going to top-post because I want to focus on the big picture! * Apache HTTPD provides 8+ years of support for old releases. * Tomcat provides 6+ years of support for N-2 release. * Ant provides 12+ years of backward compatiblity, so far. (details below) I th

Re: review board cleanup

2014-11-28 Thread Rohit Yadav
> On 28-Nov-2014, at 2:43 pm, Rajani Karuturi wrote: > > Is there a way to 'force' close a review if its already submitted? Some of us can do it. I went through some of them yesterday and closed a few. There are many review requests on it which are too old and lack information. I’m not sure wh

Re: review board cleanup

2014-11-28 Thread Sebastien Goasguen
U can get the karma by asking asf infra team. They have a hipchat channel, i just got karma right now -Sebastien > On 28 Nov 2014, at 10:13, Rajani Karuturi wrote: > > Is there a way to 'force' close a review if its already submitted? > > ~Rajani > >> On Fri, Nov 28, 2014 at 2:34 PM, sebgoa

Re: A secure way to reset VMs password

2014-11-28 Thread Jayapal Reddy Uradi
Another point to note is all the vms in production has to update with the new cloud-set-guest-password scripts because of the new password reset method. Thanks, Jayapal On 28-Nov-2014, at 2:28 PM, Erik Weber wrote: > On Thu, Nov 27, 2014 at 3:54 PM, Alireza Eskandari < > astro.alir...@yah

Re: review board cleanup

2014-11-28 Thread Daan Hoogland
On Fri, Nov 28, 2014 at 10:13 AM, Rajani Karuturi wrote: > Is there a way to 'force' close a review if its already submitted? some of us can, I for one. David got me the rights to that. I will give it a look coming days. > > ~Rajani > > On Fri, Nov 28, 2014 at 2:34 PM, sebgoa wrote: > >> Hi folk

Re: [QUESTION] @ReflectionUse

2014-11-28 Thread Daan Hoogland
Are we going to (and can we) add functionality to make the code quality tools recognise it? (or is it just there to ignore? On Fri, Nov 28, 2014 at 5:00 AM, Rajani Karuturi wrote: > It came in through the discussion on this thread > http://markmail.org/message/j7ird7yzb3pvszbw > > > ~Rajani > > O

Re: [ACS44]release 4.4.2 release candidate RC20141121T0341 (#2)

2014-11-28 Thread Daan Hoogland
merci, mon ami On Fri, Nov 28, 2014 at 2:48 AM, Pierre-Luc Dion wrote: > sorry for the late response, I've tested following upgrade: > 4.4.0 -> 4.4.1 -> 4.4.2 > 4.4.0 -> 4.4.2 > > so far all work fine, but from frest 4.4.0 , manual alter table in MySQL > is require. I'll update the Release Notes

Re: review board cleanup

2014-11-28 Thread Rajani Karuturi
Is there a way to 'force' close a review if its already submitted? ~Rajani On Fri, Nov 28, 2014 at 2:34 PM, sebgoa wrote: > Hi folks, > > I pinged a few of you to try to get cleanup review board. there is 120 > open reviews there. > > Since github is working nicely and folks are starting to mig

review board cleanup

2014-11-28 Thread sebgoa
Hi folks, I pinged a few of you to try to get cleanup review board. there is 120 open reviews there. Since github is working nicely and folks are starting to migrate to this, it's time to clean up RB. A lot of reviews have actually been dealt with but not closed. So if you don't know what to d

Re: A secure way to reset VMs password

2014-11-28 Thread Erik Weber
On Thu, Nov 27, 2014 at 3:54 PM, Alireza Eskandari < astro.alir...@yahoo.com.invalid> wrote: > HiI viewed the bash script that resets Linux password ( > http://download.cloud.com/templates/4.2/bindir/cloud-set-guest-password.in)It > seems that it doesn't use a secure way for transferring password

Review Request 28523: CLOUDSTACK-7991: test_security_groups.py - Move config data to test_data.py and fix pep8 issues

2014-11-28 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28523/ --- Review request for cloudstack and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-79

Re: Review Request 18412: Gluster should store disk images in qcow2 format

2014-11-28 Thread Sebastien Goasguen
> On Feb. 25, 2014, 10:21 a.m., Wido den Hollander wrote: > > Ship It! This is present in 4.4, 4.5 and master - Sebastien --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18412/#review35381 --

Re: Review Request 15932: Add support for Primary Storage on Gluster using the libvirt backend

2014-11-28 Thread Sebastien Goasguen
> On Feb. 19, 2014, 1:35 p.m., Wido den Hollander wrote: > > It seems good to me. Applies cleanly to master and builds just fine. > > > > Code-wise it's simple but effective, should allow us to support Gluster. > > Wido den Hollander wrote: > I just merged it into master and pushed. >