Re: Build fails in macOS

2022-07-08 Thread Marcus
Hi, sorry you didn't get a reply sooner, but I just noticed this. All I can say is that yes, I've run into some issues as well with building on MacOS. Most of them seem minor and scripting related, like you mention - dependency on bash arrays was another I ran into, needed to install bash5. General

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-13 Thread Marcus
gh I'd still expect to see 'npt' in the source VM XML and on its qemu command unless it's similar but not quite the same issue. On Mon, Dec 13, 2021 at 10:32 AM Marcus wrote: > That does sound like some sort of libvirt, then. I don't know why it would > fail to transfer

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-13 Thread Marcus
12-2021 om 00:52 schreef Marcus: > > Just for clarity - Wido you mention that you tried using a common CPU > model > > across the platforms (which presumably doesn't contain npt) but migration > > still fails on npt missing. That does seem like a bug of some sort, I >

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-10 Thread Marcus
Just for clarity - Wido you mention that you tried using a common CPU model across the platforms (which presumably doesn't contain npt) but migration still fails on npt missing. That does seem like a bug of some sort, I would expect that the the following should work: * Update cloudstack agent con

Re: Docker images

2021-11-18 Thread Marcus
Great, thanks! I'll take a look. On Thu, Nov 18, 2021 at 5:17 AM Paul Angus wrote: > Hi Marcus et al, > > This is where I had got to, to a create a containerised image of > simulator, with options to deploy a region created by marvin (either a > predetermined multi-zone o

Re: Docker images

2021-11-17 Thread Marcus
might do in an RPM spec. I feel like I also ran into an issue with some hard coding for x86_64 in regards to the RPMs, which a direct build and package into Dockerfile avoided. On Wednesday, November 17, 2021, Wei ZHOU wrote: > Hi Marcus, > > Sometimes I use the docker images to build a

Re: Docker images

2021-11-17 Thread Marcus
maybe deprecating and removing the old unused ones over time. On Wednesday, November 17, 2021, Sina Kashipazha wrote: > Hey Marcus, > > We use docker to build cloudstack packages when we want to build > cloudstack for the different target OS. That is our only use case, which > ha

Re: Docker images

2021-11-17 Thread Marcus
know what is up with the Marvin artifact publishing? Did it move or do we not have a source for that? On Wednesday, November 17, 2021, Gabriel Bräscher wrote: > Hi Marcus, > > I have never played with the Dockerfile you've mentioned. > I need to double-check on it, but I

Re: Docker images

2021-11-17 Thread Marcus
like /proc/meminfo and scripts with bash 4 arrays. Maybe some of that could be fixed but I think building in Docker is a common and reasonable pattern too. On Wednesday, November 17, 2021, Rohit Yadav wrote: > Hi Marcus, > > I'm not sure about others, I don't use docker so can&

Re: Docker images

2021-11-16 Thread Marcus
arvin bit is secondary. On Tue, Nov 9, 2021 at 10:15 AM Marcus wrote: > Hi all, I've been familiarizing myself with the Docker image tooling in > CloudStack, and I have a few questions. I've been playing with a > multi-stage build that shrinks the image from ~4Gi to ~800Mi,

Docker images

2021-11-09 Thread Marcus
Hi all, I've been familiarizing myself with the Docker image tooling in CloudStack, and I have a few questions. I've been playing with a multi-stage build that shrinks the image from ~4Gi to ~800Mi, packages just the jar, some UI, and a JDK thinking that it might be more usable. 1) Is there anyon

Re: KVM Agent disconnect hooks

2021-10-15 Thread Marcus
pluggable plugins that > say are implemented using mysql/db, embedded zookeeper, or hazelcast. We > had done some poc as part of an internal hackathon in the past ( > https://github.com/shapeblue/cloudstack/tree/locking-service). > * Maybe a more modern approach would be to look

Re: Root disk resizing

2021-10-11 Thread Marcus
Cloud-init is always fun to debug :-). It will probably require some playing with to get a pattern down. There is perhaps a way to get it to re-check and grow every reboot if you adjust/override the module frequency, deleting the module semaphore in /var/lib/cloud/sem or worst case clearing the me

Re: KVM Agent disconnect hooks

2021-10-06 Thread Marcus
Thanks, Daan, I appreciate the feedback and I hope it is useful. I wish I could comment more on the other hypervisors and how something similar might work for them. On Wed, Oct 6, 2021 at 2:49 AM Daan Hoogland wrote: > thanks Marcus, > > On Tue, Oct 5, 2021 at 7:32 PM Marcus wrote:

KVM Agent disconnect hooks

2021-10-05 Thread Marcus
Hi everyone! It's been awhile. I've got a feature I'd love to get some feedback on and contribute to the community, if it's acceptable. I need to brush up on the proper process (did read CONTRIBUTING.md). I should have discussed this *before* implementation, for sure, but since this is something

Re: [DISCUSS] Using qemu-kvm vs qemu-kvm-ev with CloudStack

2021-04-10 Thread Marcus
Yes, +1 on EV. It is more current, better maintained and I think it is generally considered the go-to for EL based hypervisors (largely due to the oVirt use). On Saturday, April 10, 2021, Rohit Yadav wrote: > Great, thanks for sharing Simon. If we've consensus and there are no > objections I wo

mysql view changes during upgrade

2020-07-07 Thread Marcus
I just wanted to drop a line to the community - perhaps this has been addressed already and I'm just disorganized. I see that in the 4.12 SQL upgrade scripts we use "ALTER VIEW" rather than the previous pattern of "DROP VIEW IF EXISTS" + "CREATE". The problem I've seen with ALTER VIEW is that in

Re: [VOTE] Apache CloudStack 4.14.0.0 RC3

2020-05-20 Thread Marcus
aged to recover vCenter and Cloudstack > > after > > > reboots of the vCenter machine and the Cloudstack management service. > > > There's no exact points to recover for now, but restart seems to work. > > > By graceful failure I mean, cloudstack erroring out the

Re: [VOTE] Apache CloudStack 4.14.0.0 RC3

2020-05-18 Thread Marcus
The issue sounds severe enough that a release note probably won't suffice - unless there's a documented way to recover we'd never want to leave a system susceptible to being unrecoverable, even if it's rarely triggered. What's involved in "failing gracefully"? Is this a small fix, or an overhaul?

Re: [DISCUSS] Use of Github packages for hosting version specific maven packages?

2019-11-19 Thread Marcus
blic artifacts with Github. On Mon, Nov 18, 2019 at 10:24 AM Marcus wrote: > I'll try to find time to see if I can point my plugins archetype generator > at that. It would be extremely useful and simplify building plugin packages. > > On Fri, Nov 15, 2019 at 5:10 AM Rohit Yadav

Re: [DISCUSS] Use of Github packages for hosting version specific maven packages?

2019-11-18 Thread Marcus
I'll try to find time to see if I can point my plugins archetype generator at that. It would be extremely useful and simplify building plugin packages. On Fri, Nov 15, 2019 at 5:10 AM Rohit Yadav wrote: > All, > > This has come up a few times in the past when someone wants to > build/extend Clou

Re: Dynamic scaling support for KVM

2019-09-11 Thread Marcus
more instances based on load balancer data, but traditionally not much demand for shrinking/growing CPU and memory, except maybe in the DRS case where it is combined with being able to shuffle workloads across physical resources. On Wednesday, September 11, 2019, Marcus wrote: > Yes, it puts mem

Re: Dynamic scaling support for KVM

2019-09-11 Thread Marcus
Yes, it puts memory pressure within the VM to evict the memory and then it is hidden from the OS. However, I’m not a fan of ballooning, as it depends on a driver in the guest OS. When I tested it a few years back one simply had to blacklist the module within the VM to get the full (max) RAM, as th

Re: Hackathon @apachecon

2019-09-07 Thread Marcus
I think some direction may come out of what we see at the conference. UX - UI, API, CLI KVM agent communication model On Friday, September 6, 2019, Paul Angus wrote: > Hi All, > > We have a large room for the day on Wednesday for a hackathon. I think it > might be a good idea if we marshal som

Re: [DISCUSS] Move to JDK 11 (LTS) after 4.13

2019-06-18 Thread Marcus
+1 for upgrading after 4.13. I looked into this recently, and determined that actually for open source users there's not a lot of benefit going to JDK 11, as OpenJDK 8 would be supported until 2023, and switching to 11 only gets us to 2024. https://access.redhat.com/articles/1299013 I realize so

Re: Latest Qemu KVM EV appears to be broken with ACS

2019-04-12 Thread Marcus
was a timing issue it would seem like we should already have that problem with the existing cloud-early-config. On Fri, Apr 12, 2019 at 12:24 PM Rohit Yadav wrote: > Hi Marcus, Simon, > > > I explore two of the short term solutions and I've a working (work in > progress)

Re: Latest Qemu KVM EV appears to be broken with ACS

2019-04-12 Thread Marcus
Long ago it was a disk. The problem was that these disks had to go somewhere, a place where they could survive migrations, which didn't work well for block based primary storage... at least for the code base at the time. Using virtio socket was seen as a fairly standard way to communicate temporary

Re: Runing cloudstack failed in docker

2018-11-06 Thread Marcus
Caused by: java.net.SocketException: Protocol family unavailable This is a common Java issue when trying to containerize, I believe you can search for it and find a generic answer. Basically has to do with whether Java is trying to use IPv4 or IPv6 and what your Docker solution supports. If I reca

Re: HA issues

2018-02-16 Thread Marcus
>From your other emails it sounds as though you do not have IPMI configured, nor host HA enabled, correct? In this case, the correct thing to do is nothing. If CloudStack cannot guarantee the VM state (as is the case with an unreachable hypervisor), it should do nothing, for fear of causing a split

Re: [jira] [Commented] (CLOUDSTACK-9813) Use configdrive for userdata, metadata & password

2017-07-12 Thread Marcus
Can we not rely on secondary storage for config drive? I'd much rather see it generated dynamically into a temp space during VM start, or (less desirable) even during VM create on primary storage (perhaps in a configdrive) directory where the root disk resides. It just seems like a bad idea to rel

Re: [jira] [Commented] (CLOUDSTACK-9813) Use configdrive for userdata, metadata & password

2017-07-12 Thread Marcus
We've also seen in the past initiatives like object store and 'secondary storage free' zones. We may not want to cement the idea that we have secondary storage as a mountable filesystem that is highly available. On Wed, Jul 12, 2017 at 5:40 PM Marcus wrote: > Can we not

Re: [GitHub] cloudstack pull request: Cloudstack-8961: Changes related to the U...

2016-04-23 Thread Marcus Jorge
Fx"dxxxffzxzsd Em 21 de abr de 2016 07:10, "jayapalu" escreveu: > Github user jayapalu commented on the pull request: > > https://github.com/apache/cloudstack/pull/1255#issuecomment-212842613 > > @kansal Can you please complete the localisation changes. > > > --- > If your project is set

Re: Minor releases!

2016-01-07 Thread Marcus
A few things to note: 1. I repeated this until I felt bad about harping on it, but we were seeing new functionality slip into minors all the time. The idea that 4.4.x -> 4.4.y upgrade was safer than 4.4.x -> 4.5.0 (just made up versions as an example) is unfortunately wrong. 2. I agree that large

Re: [RFC] Metrics views for CloudStack UI

2015-11-12 Thread Marcus
Hi Nux, The thing about ghz is that it is the unit of capacity for CPU, VMs are allocated to hosts according to the number of "cycles" it has. As a customer, I agree, core count is more important. As an admin, if you have a single host in a cluster that is using much more CPU than the others an

Re: distribution of Cloudstack API plugins

2015-11-11 Thread Marcus
I have found managing commands.properties pretty painful, so figuring that out was a huge relief. On Wed, Nov 11, 2015 at 11:32 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Good point, Marcus - thanks! > > On Wed, Nov 11, 2015 at 12:30 PM, Marcus wrote: > >

Re: distribution of Cloudstack API plugins

2015-11-11 Thread Marcus
Note you don't have to edit commands.properties if your API command has the APICommand annotation: @APICommand(name = "getTimeOfDay", description = "get time of day", responseView = ResponseView.Restricted, responseObject = GetTimeOfDayResponse.class,

Re: goal failed on cloudstack-service-console-proxy-rdpclient

2015-10-15 Thread Marcus
: Tests in error: testIsMockServerCanUpgradeConnectionToSsl(rdpclient.MockServerTest): Invalid service principal name: host/cs-devel On Thu, Oct 15, 2015 at 1:57 PM, Marcus wrote: > If you upgrade your java 1.7 you may see this error. > > On CentOS 7 I was running version > "java-1.7.0-openjdk-1.7.0.79-2.5

Re: goal failed on cloudstack-service-console-proxy-rdpclient

2015-10-15 Thread Marcus
ncipal name arose. I downgraded and the problem went away. I tried this on two boxes. On Thu, Oct 15, 2015 at 1:02 PM, Marcus wrote: > Yes, I've seen it. It's not a reliable test, there have been several > issues arise with it, because it requires the compiling host have a certain >

Re: goal failed on cloudstack-service-console-proxy-rdpclient

2015-10-15 Thread Marcus
Yes, I've seen it. It's not a reliable test, there have been several issues arise with it, because it requires the compiling host have a certain configuraiton. It needs to be able to resolve its own hostname, etc. On Sun, Sep 20, 2015 at 10:22 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.

Re: [4.6] Error migrating VM from KVM host

2015-08-31 Thread Marcus
Might as well put the check in, to ensure we don't try to use flags that aren't available. On Mon, Aug 31, 2015 at 10:21 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks, everyone > > Marcus - Do you think I should put in a version check or is that ver

Re: [4.6] Error migrating VM from KVM host

2015-08-31 Thread Marcus
Looks like the VIR_DOMAIN_XML_MIGRATABLE flag was introduced in v1.0.0 (version 100 in how the Libvirt API reports), and VIR_DOMAIN_XML_SECURE was all the way back in v0.8.0 (version 8000). On Mon, Aug 31, 2015 at 8:04 AM, Marcus wrote: > There are a bunch of things like this in the c

Re: [4.6] Error migrating VM from KVM host

2015-08-31 Thread Marcus
There are a bunch of things like this in the code already, and they're wrapped in version checks. See _hypervisorLibvirtVersion in LibvirtComputingResource. We just need to figure out which versions need to be left out. On Mon, Aug 31, 2015 at 1:56 AM, Rohit Yadav wrote: > Hi Mike, > > I thi

Re: Need Info on configuring cloudstack HA

2015-08-03 Thread Marcus
t; > > Keep in mind that ONLY when using NFS there will be a heartbeat written > to the storage. > > Currently HA is the safest to use when there is at least one NFS primary > storage available. > > Wido > > > HTH > > Lucian > > > > -- > > Sent f

Re: keep stable, stable

2015-06-20 Thread Marcus
e else pushing back, so I figure I need to get the opinion out there, even if it's a lone one. On Fri, Jun 19, 2015 at 2:11 PM, Daan Hoogland wrote: > On Fri, Jun 19, 2015 at 8:31 PM, Marcus wrote: > > Why are we touching 4.5 branch with anything other than known bugfixes? > >

keep stable, stable

2015-06-19 Thread Marcus
I hate to bring this up, as I don't like being a curmudgeon, but occasionally I see things like this and I wonder why we are doing it. commit 6e3c6e82990cafdab8453ed56530dc619ba70338 Date: Tue Jun 9 23:57:00 2015 +0200 CLOUDSTACK-8537 refactor registerSSHKeyPair() for legibility and testab

Re: ACS 4.5.1 mgmt DB HA - not working - invalid load balancing strategy

2015-06-11 Thread Marcus
When I build CloudStack RPMs on 4.5 branch I get mysql ha RPMs. Looking at the specfile: %if "%{_ossnoss}" == "noredist" %package mysql-ha Summary: Apache CloudStack Balancing Strategy for MySQL Requires: mysql-connector-java Requires: %{_tomcatversion} Group: System Environmnet/Libraries %d

Re: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Marcus
... and this is the relevant portion of the logs indicating the failure reason: "Template content is unsupported, or mismatch between selected format and template content. Found : x86 boot sector; partition 1" On Tue, Jun 9, 2015 at 4:53 PM, Marcus wrote: > Looks like it is seei

Re: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Marcus
Looks like it is seeing a raw disk, when you specified it was QCOW2. That's what the 'file' command is doing. We used to just trust the name of the file, but this was enhanced to inspect the first 1MB of the download and validate that you are supplying the image format that CS expects. Because the

Re: [GitHub] cloudstack pull request: Embedded Tomcat & Jetty

2015-06-08 Thread Marcus
I assume the ASF turns their nose up to this? Have we discussed this before? https://www.mysql.com/about/legal/licensing/foss-exception/ On Mon, Jun 8, 2015 at 3:16 PM, creategui wrote: > Github user creategui commented on the pull request: > > https://github.com/apache/cloudstack/pull/372#

Re: [GitHub] cloudstack pull request: Embedded Tomcat & Jetty

2015-06-08 Thread Marcus
Looks like that is LGPL http://www.apache.org/legal/resolved.html#category-x On Mon, Jun 8, 2015 at 2:57 PM, creategui wrote: > Github user creategui commented on the pull request: > > https://github.com/apache/cloudstack/pull/372#issuecomment-110153681 > > How about switching to https:

Re: refresh browser - logged out from ACS ?

2015-05-27 Thread Marcus
CC'd security@ ... Yeah, we definitely want to involve as many people as we can from the original change. Cookies and javascript variables are very different things, cookies are available across tabs/windows (hence why the change breaks auto-login via opening a new tab) and persist beyond the life

Re: [jira] [Commented] (CLOUDSTACK-8339) Allow non-root credentials for adding KVM hypervisor

2015-05-24 Thread Marcus
/browse/CLOUDSTACK-8339 > > Project: CloudStack > > Issue Type: Bug > > Security Level: Public(Anyone can view this level - this is the > default.) > > Components: KVM > >Affects Versions: 4.5.0 > >Reporter: Mar

Re: IPv6 ideas for Basic Networking

2015-05-23 Thread Marcus
Did you guys review the functional spec that has been floating around on cwiki? On May 23, 2015 8:27 AM, "Wido den Hollander" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 05/22/2015 11:05 PM, server24 Cloudstack wrote: > > Hi Wido, > > > > was nice talking to you about this

Re: Preparing for 4.6

2015-05-15 Thread Marcus
I'm not sure it is any different. Either you have a giant block of code that represents a bunch of little commits, or a giant block that is one commit. We don't want to merge little chunks to master that don't fully implement the feature. To the extent that features and goals can be split up, yes,

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Marcus
I > > always have vlan values - since this is all Guest NICs - they must have > > vlan ID... > > NULL values are only present when VM is deleted/stoped in my case... > > > > Can you check your VM 664 - what is so specific about it ? > > all NICs (in my underst

Re: VPC Firewall Rule Limitations

2015-05-15 Thread Marcus
It's possible to do, but there's some work involved. We'd have to modify the table that stores the rules, then pass that in the ACL commands that change the iptables rules. It goes against the idea of tiers, though. A tier is supposed to represent a given function, your mail server and web server

Re: Fwd: ACS 4.5.1 KVM live migration problem

2015-05-14 Thread Marcus
So, I vaguely remember an issue introduced a little over a year ago where the broadcast domain value of the nic was changed from a URI to just a vlan ID, which worked for vlans but broke vxlan and some other things. If I remember correctly, there would be a small set of installs during this period

Re: venom/CVE-2015-345 Update your KVM folks

2015-05-14 Thread Marcus
Yes, and follow best practices of running qemu as non-root, and a user that has no privileges and a restricted shell! Change user and group in /etc/libvirt/qemu.conf On Wed, May 13, 2015 at 7:23 AM, Nux! wrote: > https://access.redhat.com/articles/1444903 > > People running KVM might want to upd

RE: Bug resolve for 4.5.2

2015-05-13 Thread Marcus
This could be a good opportunity to get your hands dirty and submit a patch! These iptables rules are managed by a handful of shell scripts. There are some specific to VPC if I remember correctly, in /opt/cloud/bin on the virtual router. You can get a history of what script was run and with which p

Re: Cloudstack API docs down?

2015-05-13 Thread Marcus
1 PM, Sebastien Goasguen wrote: > > > > On 13 May 2015, at 23:35, Marcus wrote: > > > > Looks like we're still missing some chunks of the website. > > > Which ones ? > > > > > On Mon, May 11, 2015 at 10:06 PM, Sebastien Goasguen >

Re: Cloudstack API docs down?

2015-05-13 Thread Marcus
Looks like we're still missing some chunks of the website. On Mon, May 11, 2015 at 10:06 PM, Sebastien Goasguen wrote: > Yes i know what that is. I am on it after breakfast > > -Sebastien > > > On 12 May 2015, at 05:03, Abhinandan Prateek < > abhinandan.prat...@shapeblue.com> wrote: > > > > http

Re: Cloudstack Repackaging / Distro support

2015-05-12 Thread Marcus
/9190 > > > > The latter would most likely hurt the less to a broad user base :) > > > > On Tue, May 12, 2015 at 7:20 PM, Rafael Fonseca > > wrote: > > > >> There are some handy tools to get the sense of having likely issues with > >> other services :)

Re: Cloudstack Repackaging / Distro support

2015-05-12 Thread Marcus
I don't think we are recommending a reverse proxy (are we?), it was just brought up as a solution if someone wants port 80 to go to cloudstack. At past jobs we put Apache on 80, and used it solely to host CS api docs for the version of the API that the management server was running, as well as a f

Re: Publishing on website?

2015-05-11 Thread Marcus
Main site looks good, but docs/api is still missing On Mon, May 11, 2015 at 12:45 PM, Sebastien Goasguen wrote: > > > On May 11, 2015, at 9:42 PM, Marcus wrote: > > > > Does this have anything to do with the 404s I'm getting from > > cloudstack.apache.org? >

Re: Publishing on website?

2015-05-11 Thread Marcus
Does this have anything to do with the 404s I'm getting from cloudstack.apache.org? On Mon, May 11, 2015 at 12:35 PM, Rafael Fonseca wrote: > That is a great change Sebastien :) > > On Mon, May 11, 2015 at 9:03 PM, sebgoa wrote: > > > > > On May 11, 2015, at 6:29 PM, Sebastien Goasguen > wrot

Re: [GitHub] cloudstack pull request: Refactor/libvirt resource

2015-05-11 Thread Marcus
Unfortunately, no. It seems the upgrade from 4.5 to this branch in my dev environment has left the management server unstartable, presumably due to systemd changes. I now have a broken link in /etc/rc5.d/S80cloudstack-management, and systemd complaining: Process /usr/sbin/cloudstack-management cou

Re: Same VLAN in one zone on different networks

2015-05-08 Thread Marcus
Yes, its a bug. We had added that feature and it was working in 4.1+, but apparently there is a regression. There's no reason the same VLAN ids can't be reused on different physical networks On May 8, 2015 10:29 PM, "Alireza Eskandari" wrote: > Hello everybody, > > It seems that we can't create m

Re: libvirt exception

2015-05-08 Thread Marcus
Can you confirm that those bridges and bond devices exist prior to attempting migration, and that the VMs are attached to them and work? Perhaps a 'brctl show' and 'virsh dumpxml'. Those look like they should be cloudstack-generated guest network bridges and libvirt is complaining they don't exist

Re: Staging NFS to Swift traffic?

2015-05-08 Thread Marcus
y S3 style storage :) > > Just need some integration guidelines... > > Thx > On May 8, 2015 2:58 AM, "Marcus" wrote: > > > Not entirely sure, but is there anything about the other object > stores(S3)? > > They should all work the same with NFS staging. > >

Re: Staging NFS to Swift traffic?

2015-05-07 Thread Marcus
Not entirely sure, but is there anything about the other object stores(S3)? They should all work the same with NFS staging. On May 7, 2015 4:00 AM, "Andrija Panic" wrote: > Hi guys, > > I cant find any docs on this topic, so...posting a question here. > > We are going to use Swift as region wide

Re: [4.5] Build Failing

2015-05-07 Thread Marcus
Does mvn -o fix it? Looks like it is unable to fetch a dependency, if you have it cached locally then -o should help. On May 7, 2015 5:24 PM, "Mike Tutkowski" wrote: > Hi, > > I'm having trouble building the latest from 4.5. Am I missing something > here? > > [ERROR] Failed to execute goal > org.

Re: Use

2015-05-06 Thread Marcus
Yeah, I'm really familiar with the standard linux bridge methods, but not so much on OVS. It seems a bit strange to me that you only have a bridge 'cloudbr' and the traffic labels refer to ports rather than bridges, but what do I know. There are lots of ways to configure networking. If you want to

Re: Use

2015-05-06 Thread Marcus
asking if your labels matched your OVS bridge (usually I only create one). On Wed, May 6, 2015 at 4:57 AM, Aleksandr wrote: > Marcus writes: > > > > > What is your default OVS bridge name? Are your traffic labels matching > the > > OVS bridge cloudbr0? > > &g

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-06 Thread Marcus
till need to test a local storage build, and a Basic with Security > Groups build, in for a busy week! > > > > Regards > > > > Geoff Higginbottom > > CTO / Cloud Architect > > > > D: +44 20 3603 0542 | S: +44 20 3603 0540 > > | M: +447968161581 >

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-05 Thread Marcus
+1 (binding) On May 5, 2015 10:26 AM, "David Nalley" wrote: > Thanks for running with this Rohit. > > +1 (binding) > > On Mon, May 4, 2015 at 7:20 AM, Rohit Yadav wrote: > > Hi All, > > > > I've created a 4.5.1 release, with the following artifacts up for a vote: > > > > Git Branch and Commit SH

Re: Use

2015-05-05 Thread Marcus
What is your default OVS bridge name? Are your traffic labels matching the OVS bridge cloudbr0? On Tue, May 5, 2015 at 1:24 PM, Aleksandr Ivanov wrote: > Sure > [root@node2 /]# cat /etc/cloudstack/agent/agent.properties > #Storage > #Mon May 04 23:29:33 MSK 2015 > guest.network.device=cloudbr1

Re: [jira] [Updated] (CLOUDSTACK-8443) Support CentOS7 as KVM host

2015-05-05 Thread Marcus
My testing indicates we need to avoid this line from serviceConfig.py when setting up EL7 hypervisors : cfo.addEntry("cgroup_controllers", "[\"cpu\"]") The cgroups are added automatically by systemd-machined, regardless of whether /etc/libvirt/qemu.conf has this line or not. There's

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-05 Thread Marcus
known or existing issues. On Tue, May 5, 2015 at 8:13 AM, Daan Hoogland wrote: > sure, hence the -0 > > Op di 5 mei 2015 om 17:03 schreef Marcus : > > > This is the sort of thing that I'd personally not -1, unless we can prove > > that it's a regression. If the f

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-05 Thread Marcus
This is the sort of thing that I'd personally not -1, unless we can prove that it's a regression. If the files were released in 4.5.0 and haven't been modified, I'd prefer to ship some bugfixes rather than trying to fix all known bugs before shipping. On Tue, May 5, 2015 at 6:47 AM, Daan Hoogland

Re: Use "OVSTunnelxxx" but not "cloudbr1" result exception

2015-05-04 Thread Marcus
I'm assuming your host agents are configured to use the OVS bridge driver? On Mon, May 4, 2015 at 1:59 PM, Aleksandr Ivanov wrote: > Hi ! > > But what to do if its not created automatically ? > It's just telling me that : "Cannot get interface MTU on 'OVSTunnel1725': > No > such device" > > Rega

Re: virt-what detecting the incorrect hypervisor

2015-05-04 Thread Marcus
First thing that comes to mind is to modify your system vm template for this scenario with virt-what swapped out with a dummy script to say whatever you want. It's a hack for sure, but the other obvious alternative involves editing CloudStack code. On Mon, May 4, 2015 at 3:34 PM, Ian Duffy wrote:

Re: [ANNOUNCE] New committer: Remi Bergsma

2015-05-01 Thread Marcus
Congrats, well deserved. On Fri, May 1, 2015 at 8:39 AM, Rafael Fonseca wrote: > Congrats Remi :) > > On Fri, May 1, 2015 at 4:06 PM, Ahmad Emneina wrote: > > > Congrats Remi! > > > > On Thu, Apr 30, 2015 at 11:45 PM, Daan Hoogland > > > wrote: > > > > > The Project Management Committee (PMC)

Re: [DISCUSS] Moving to Java 8

2015-05-01 Thread Marcus
eme. You get the idea. On Thu, Apr 30, 2015 at 11:59 PM, Marcus wrote: > I agree, this wrapper is a good step forward. It's totally fine to > continue on that path because it is obviously better and makes it easy to > switch to autodetection anytime later by simply adding the annotat

Re: [DISCUSS] Moving to Java 8

2015-05-01 Thread Marcus
at. Also to a lesser extent in the API server, but it is spread across a bunch of classes. On Thu, Apr 30, 2015 at 10:41 PM, Wilder Rodrigues < wrodrig...@schubergphilis.com> wrote: > Hi Marcus, > > Thanks for the email… I’m always in for improvements. But why can’t you >

Re: [DISCUSS] Moving to Java 8

2015-04-30 Thread Marcus
e KVM agent would be pluggable like the management server side is. On Thu, Apr 30, 2015 at 12:55 PM, Wilder Rodrigues wrote: > Hi Marcus, > > Apologies for taking so much time to reply to your email, but was, and still > am, quite busy. :) > > I would only use reflection if that was

Re: [4.6] Trouble with virtual router

2015-04-30 Thread Marcus
es up properly. > > On Thu, Apr 30, 2015 at 12:08 AM, Marcus wrote: > >> Logged into the router? >> >> >> On Wed, Apr 29, 2015 at 10:58 PM, Mike Tutkowski >> wrote: >> > Well, I seem to be able to reproduce this every time I start up the VR in >>

Re: [4.6] Trouble with virtual router

2015-04-29 Thread Marcus
Logged into the router? On Wed, Apr 29, 2015 at 10:58 PM, Mike Tutkowski wrote: > Well, I seem to be able to reproduce this every time I start up the VR in > my environment. > > I'm not sure, though, if this is only my environment or if other people who > are making brand new CS clouds with 4.6

Re: [4.6] Trouble with virtual router

2015-04-29 Thread Marcus
Log into the vm and look at the /var/log/cloud.log. It might be that the agent isn't starting (e.g. you require non-oss build but have oss build, and agent fails to find PremiumSecondaryStorageResource or whatever) On Wed, Apr 29, 2015 at 12:36 PM, Mike Tutkowski wrote: > Hey Wilder, > > Thanks f

Re: [DISCUSS] 4.6 release management

2015-04-29 Thread Marcus
r). We can essentially set a date and do that any time, with some advance notice that direct commits will be reverted. On Sat, Apr 18, 2015 at 12:50 AM, Sebastien Goasguen wrote: > >> On Apr 18, 2015, at 8:36 AM, Marcus wrote: >> >> Have they diverged that much? Due to cherry-pic

Re: ACS 4.6 idea Vision

2015-04-26 Thread Marcus
There's already been some work on OpenDaylight, and it has been merged but I don't think many people are using it. It should be roughly analogous to the Nuage plugin's functionality, where openvswitch on the hypervisor talks to a controller that provides all of the traffic flow rules. It might not

KVM securing root

2015-04-23 Thread Marcus
Has anyone had experience with securing the KVM agent, specifically getting it to run as non-root. I've looked a bit, and I believe it would require code changes. An initial, simple plan for this (that involves code fixes) might be to do something like: 1) generate a list of included scripts duri

Re: [DISCUSS] 4.6 release management

2015-04-23 Thread Marcus
I'm not sure how they'll take to a response that they need to upgrade. Overall I think it will approve stability and focus our efforts, but have we had a vote around this change? On Sat, Apr 18, 2015 at 12:50 AM, Sebastien Goasguen wrote: > >> On Apr 18, 2015, at 8:36 AM, Marcus

Re: Next ACS release?

2015-04-23 Thread Marcus
Wed, Apr 22, 2015 at 4:47 PM, Marcus wrote: >> We just have to do it. We just freeze master at some point, do all of >> the release bugfixes, and when it is solid enough to pass a release >> vote we branch a release from it, and then only allow merges to master >> that ha

Re: [DISCUSS] Moving to Java 8

2015-04-23 Thread Marcus
I tend to handle the commands when subclassing LibvirtComputingResource. I haven't had any problems with it, but then again I haven't tried to refactor 5500 lines into that model, either. On Thu, Apr 23, 2015 at 1:17 AM, Wilder Rodrigues wrote: > Hi Marcus, > > I like the annotation i

Re: [DISCUSS] Moving to Java 8

2015-04-22 Thread Marcus
Kind of a tangent, but I'd actually like to see some work done to clean up LibvirtComputing resource. One model I've prototyped that seems to work is to create an annotation, such as 'KVMCommandExecutor', with a 'handles' property. With this annotation, you implement a class that handles, e.g. Star

Re: [DISCUSS] Moving to Java 8

2015-04-22 Thread Marcus
I agree with Wido. The first thing that came to mind is legacy installs of CentOS that have java6,7 but not java8. I'd prefer to wait until we can reasonably say that Ubuntu 12.04 and CentOS6.x are artifacts of the past that people should not be running (maybe 6-12mo past LTS, or something). Unless

Re: Next ACS release?

2015-04-22 Thread Marcus
We just have to do it. We just freeze master at some point, do all of the release bugfixes, and when it is solid enough to pass a release vote we branch a release from it, and then only allow merges to master that have been tested in a merge branch, or something along those lines. Things will slip

Re: CentOS 7 KVM Agent installation fails

2015-04-21 Thread Marcus
This requires has actually bitten us in the past. It needs to change to 'java-1.7.0', because 'java7' isn't satisfied by anything in EL7, and 'java >= 1.7.0' actually is satisfied by java 1.6 due to epoch issues. That said, EL7 support was considered 'tech preview' even with 4.5, I'm not sure what

Re: OpenDaylight status

2015-04-20 Thread Marcus
What state was it in when it was merged? Functioning? On Mon, Apr 20, 2015 at 4:19 PM, Chiradeep Vittal wrote: > I’m not sure. I saw that somebody from Inocybe (Mathieu Lemay) was interested > in supporting the plugin. As to whether it works with the latest release of > ODL, not sure. > > From:

Re: [DISCUSS] 4.6 release management

2015-04-17 Thread Marcus
gland wrote: > We heavily invested in code now on master. Not looking forward to > backporting that. > > mobile dev with bilingual spelling checker used (read at your own risk) > Op 17 apr. 2015 21:02 schreef "Marcus" : > >> Well, would we just swap the last relea

  1   2   3   4   5   6   7   8   9   10   >