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.

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

2021-12-13 Thread Marcus
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 with " unknown CPU feature" when the source VM XML is > not calling for i

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

2021-12-13 Thread Marcus
21 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 > would &g

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

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 one or

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
and then 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 &g

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 would

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't reply. &

Re: Docker images

2021-11-16 Thread Marcus
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, packages just

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

Re: KVM Agent disconnect hooks

2021-10-15 Thread Marcus
y 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 at how other > projects ar

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

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

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
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 deployment > > and > > > VM finished in ERROR state, meanwhile conn

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
n 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 > wrote: > >> All,

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

Re: Dynamic scaling support for KVM

2019-09-12 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

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

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

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

2019-04-12 Thread Marcus
, but if it 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) scrip

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

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

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

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

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 <shadow...@gmail.com> wrote: &g

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. > > > --- >

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

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

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: 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 <shadow..

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 <shadow...@gmail.com> 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 hos

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 <

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

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

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

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 <shadow...@gmail.com> wrote: > There are a bunch

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 version of &g

Re: keep stable, stable

2015-06-20 Thread Marcus
the opinion out there, even if it's a lone one. On Fri, Jun 19, 2015 at 2:11 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: On Fri, Jun 19, 2015 at 8:31 PM, Marcus shadow...@gmail.com wrote: Why are we touching 4.5 branch with anything other than known bugfixes? Please don't say this is not a bug

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

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

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 shadow...@gmail.com wrote: Looks like

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

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 g...@git.apache.org wrote: Github user creategui commented on the pull request: https://github.com/apache/cloudstack/pull/372#issuecomment-110153681 How about

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 g...@git.apache.org wrote: Github user creategui commented on the pull request:

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

2015-05-25 Thread Marcus
.) Components: KVM Affects Versions: 4.5.0 Reporter: Marcus Sorensen Assignee: Marcus Sorensen Fix For: 4.6.0 Users prefer to not provide root ssh just to run the hypervisor add from the UI. Testing a fix. -- This message was sent by Atlassian

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 w...@widodh.nl 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

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: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Marcus
2015 at 12:58, Andrei Mikhailovsky and...@arhont.com wrote: Hi Andrija, Marcus, Thanks for your comments and suggestions. I've checked the cloud.nics table mysql select instance_id,isolation_uri,broadcast_uri from nics where instance_id=564 or instance_id=664

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,

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! n...@li.nux.ro wrote: https://access.redhat.com/articles/1444903 People running KVM might

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 run...@gmail.com 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:

Re: Cloudstack API docs down?

2015-05-13 Thread Marcus
Goasguen run...@gmail.com wrote: On 13 May 2015, at 23:35, Marcus shadow...@gmail.com 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 run...@gmail.com wrote: Yes i know what that is. I am

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

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

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 run...@gmail.com wrote: On May 11, 2015, at 9:42 PM, Marcus shadow...@gmail.com 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 rsafons...@gmail.com wrote: That is a great change Sebastien :) On Mon, May 11, 2015 at 9:03 PM, sebgoa run...@gmail.com wrote: On May 11, 2015, at 6:29

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

Re: Staging NFS to Swift traffic?

2015-05-08 Thread Marcus
style storage :) Just need some integration guidelines... Thx On May 8, 2015 2:58 AM, Marcus shadow...@gmail.com wrote: 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

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 astro.alir...@yahoo.com.invalid wrote: Hello everybody, It

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-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 andrija.pa...@gmail.com wrote: Hi guys, I cant find any docs on this topic, so...posting a question here. We are going to use

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 mike.tutkow...@solidfire.com wrote: Hi, I'm having trouble building the latest from 4.5. Am I missing something here? [ERROR] Failed

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-06 Thread Marcus
/05/2015 05:57, Marcus shadow...@gmail.com wrote: +1 (binding) On May 5, 2015 10:26 AM, David Nalley da...@gnsa.us wrote: Thanks for running with this Rohit. +1 (binding) On Mon, May 4, 2015 at 7:20 AM, Rohit Yadav bhais...@apache.org wrote: Hi All, I've created a 4.5.1

Re: Use

2015-05-06 Thread Marcus
if your labels matched your OVS bridge (usually I only create one). On Wed, May 6, 2015 at 4:57 AM, Aleksandr ad...@rnet.ru wrote: Marcus shadowsor@... writes: 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

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

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 a

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 ad...@rnet.ru wrote: Sure [root@node2 /]# cat /etc/cloudstack/agent/agent.properties #Storage #Mon May 04 23:29:33 MSK 2015

Re: [VOTE] Apache Cloudstack 4.5.1

2015-05-05 Thread Marcus
+1 (binding) On May 5, 2015 10:26 AM, David Nalley da...@gnsa.us wrote: Thanks for running with this Rohit. +1 (binding) On Mon, May 4, 2015 at 7:20 AM, Rohit Yadav bhais...@apache.org wrote: Hi All, I've created a 4.5.1 release, with the following artifacts up for a vote: Git

Re: [VOTE] Apache Cloudstack 4.5.1

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

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: 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

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 ad...@rnet.ru 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

Re: [DISCUSS] Moving to Java 8

2015-05-01 Thread Marcus
, Apr 30, 2015 at 11:59 PM, Marcus shadow...@gmail.com 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 annotation. Sorry if I got a bit

Re: [DISCUSS] Moving to Java 8

2015-05-01 Thread Marcus
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 share the code? Few points below: 1. I added

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 rsafons...@gmail.com wrote: Congrats Remi :) On Fri, May 1, 2015 at 4:06 PM, Ahmad Emneina aemne...@gmail.com wrote: Congrats Remi! On Thu, Apr 30, 2015 at 11:45 PM, Daan Hoogland daan.hoogl...@gmail.com wrote:

Re: [4.6] Trouble with virtual router

2015-04-30 Thread Marcus
addresses up properly. On Thu, Apr 30, 2015 at 12:08 AM, Marcus shadow...@gmail.com wrote: Logged into the router? On Wed, Apr 29, 2015 at 10:58 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Well, I seem to be able to reproduce this every time I start up the VR in my environment

Re: [DISCUSS] Moving to Java 8

2015-04-30 Thread Marcus
is. On Thu, Apr 30, 2015 at 12:55 PM, Wilder Rodrigues wrodrig...@schubergphilis.com 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 the only way to do it. The use of reflection usually makes

Re: [4.6] Trouble with virtual router

2015-04-30 Thread Marcus
Logged into the router? On Wed, Apr 29, 2015 at 10:58 PM, Mike Tutkowski mike.tutkow...@solidfire.com 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

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 mike.tutkow...@solidfire.com

Re: [DISCUSS] 4.6 release management

2015-04-29 Thread Marcus
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 run...@gmail.com wrote: On Apr 18, 2015, at 8:36 AM, Marcus shadow...@gmail.com wrote: Have they diverged that much? Due to cherry-picking

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

Re: [DISCUSS] Moving to Java 8

2015-04-23 Thread Marcus
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 wrodrig...@schubergphilis.com wrote: Hi Marcus, I like the annotation idea

Re: Next ACS release?

2015-04-23 Thread Marcus
: On Wed, Apr 22, 2015 at 4:47 PM, Marcus shadow...@gmail.com 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 have been

Re: [DISCUSS] 4.6 release management

2015-04-23 Thread Marcus
and 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 run...@gmail.com wrote: On Apr 18, 2015, at 8:36 AM, Marcus shadow

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

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.

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).

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 chiradeep.vit...@citrix.com 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

Re: [DISCUSS] 4.6 release management

2015-04-18 Thread Marcus
daan.hoogl...@gmail.com 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 shadow...@gmail.com: Well, would we just swap the last release

Re: [DISCUSS] 4.6 release management

2015-04-17 Thread Marcus
Well, would we just swap the last release branch with master? Master is the dev branch, and the last release is really what we have as a stable branch. On Fri, Apr 17, 2015 at 8:44 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: On Fri, Apr 17, 2015 at 2:43 AM, Sebastien Goasguen

Re: [DISCUSS] 4.6 release management

2015-04-16 Thread Marcus
storage plugin involve changes on Hypervisor code I know this is just an example, but at least on KVM side this is no longer true. Previously you had to implement a KVM-specific 'StorageAdaptor' that would run on the hypervisor, and register that with the agent code, but Mike and I added some

Re: 4.5 clustered mgmt server

2015-04-15 Thread Marcus
(peerName, ch) should be changed to _peers.put(peerName, ch1); and also return ch1 instead of ch. Thanks, Bharat. On 15-Apr-2015, at 12:21 pm, Marcus shadow...@gmail.com wrote: Is anyone running 4.5 mgmt server in cluster setup? I've run into an issue where the channel between the two servers

4.5 clustered mgmt server

2015-04-15 Thread Marcus
Is anyone running 4.5 mgmt server in cluster setup? I've run into an issue where the channel between the two servers is null, and I think I've tracked it down to coverity fixes from 78bfaa79cf3eaa170ef9422bf8fb1825c0cecfc1. The method returns 'ch', which is null in the error. The coverity fix

Re: 4.5 clustered mgmt server

2015-04-15 Thread Marcus
I'm opening a bug, should I assign it to you, or do you know of someone who maintains this code? It is probably pretty urgent to go out in the next 4.5 bugfix On Wed, Apr 15, 2015 at 12:11 AM, Marcus shadow...@gmail.com wrote: Yeah, I backed out the change in my test environment and the issue

  1   2   3   4   5   6   7   8   9   10   >