Re: Cloudstack VLAN interfaces from bridge not physical interface.

2013-02-20 Thread Jason Villalta
oesn't scale well to filter the > tags at the level of your 1000 virtual routers instead of your 30 physical > hosts. Just imagine you have even 50 vlans, each with a /20, that's a ton > of broadcast to pass in to each VM router to drop or pass. > On Feb 18, 2013 9:09 PM, "J

Re: Change qcow disk cache=none

2013-02-20 Thread Jason Villalta
have issues with HA right? > > Thanks > Rajesh Battala > > > > -Original Message- > > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > > Sent: Tuesday, February 19, 2013 7:43 PM > > To: cloudstack-dev@incubator.apache.org > > Subject:

Re: Change qcow disk cache=none

2013-02-19 Thread Jason Villalta
; settings or as part of offering or a dynamic changeable param to the VM. >> >> > This has been covered by this Jira issue: https://issues.apache.org/** > jira/browse/CLOUDSTACK-1302<https://issues.apache.org/jira/browse/CLOUDSTACK-1302> > > Wido > > >

Re: Cloudstack VLAN interfaces from bridge not physical interface.

2013-02-19 Thread Jason Villalta
l to filter the > tags at the level of your 1000 virtual routers instead of your 30 physical > hosts. Just imagine you have even 50 vlans, each with a /20, that's a ton > of broadcast to pass in to each VM router to drop or pass. > On Feb 18, 2013 9:09 PM, "Jason Villalta"

Cloudstack VLAN interfaces from bridge not physical interface.

2013-02-18 Thread Jason Villalta
ridge. Bond0 -> vmbr0(tagged frames) -> Vritual Router (Won't see vlan10) | Bond0.10 -> vmbr1 -> normal VM Instead do this allow both vms to access VLAN10 Bond0 -> vmbr0(tagged frames) -> Virtual Router (Will see vlan10) | vmbr0.10 -> vmbr1

Re: Change qcow disk cache=none

2013-02-17 Thread Jason Villalta
system up and running. On Sun, Feb 17, 2013 at 11:49 PM, Rajesh Battala wrote: > Sounds great. > How are you planning to implement the cache config value. From GC > settings or as part of offering or a dynamic changeable param to the VM. > > Thanks > Rajesh Battala > &

Re: Change qcow disk cache=none

2013-02-17 Thread Jason Villalta
jesh Battala > > From: Jason Villalta [mailto:ja...@rubixnet.com] > Sent: Monday, February 18, 2013 3:59 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Change qcow disk cache=none > > Got it, wrong maven version.. > On Sun, Feb 17, 2013 at 4:54 PM, Jason Villalta <

Re: Change qcow disk cache=none

2013-02-17 Thread Jason Villalta
Got it, wrong maven version.. On Sun, Feb 17, 2013 at 4:54 PM, Jason Villalta wrote: > I tried this method to build 4.0.0 and I get 3 failed dependencies. > Does something in git need to be updated with different paths? > > error: error reading > /home/sysadmin/.m2/repository/o

Re: Change qcow disk cache=none

2013-02-17 Thread Jason Villalta
re applies to 4.1 and build your own packages in a month or so > when the feature branch is ready. > > On Fri, Feb 15, 2013 at 7:05 AM, Jason Villalta > wrote: > > So is there anyway to make this work today or will I have to wait > > until this is properly implemented? Th

[jira] [Commented] (CLOUDSTACK-1302) Add per storage setting for cache="none/writeback/writethrough" options for VMs on KVM hypervisor

2013-02-16 Thread Jason Villalta (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579789#comment-13579789 ] Jason Villalta commented on CLOUDSTACK-1302: I am only aware of i

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
ng writeback. That's not a reason to not > have the feature, of course. > On Feb 15, 2013 8:26 AM, "Jason Villalta" wrote: > >> Thanks for all your help guys. I am on 4.0 currently. I will go the >> agent route and see what I can do. >> >> As for put

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
Nevermind, Found it. On Fri, Feb 15, 2013 at 10:34 AM, Jason Villalta wrote: > One last question, Where do track features requests? I see the bug > tracker has moved so I am not sure where features should be entered? > > On Fri, Feb 15, 2013 at 10:26 AM, Jason Villalta wrote: >&

[jira] [Created] (CLOUDSTACK-1302) Add per storage setting for cache="none/writeback/writethrough" options for VMs on KVM hypervisor

2013-02-15 Thread Jason Villalta (JIRA)
Jason Villalta created CLOUDSTACK-1302: -- Summary: Add per storage setting for cache="none/writeback/writethrough" options for VMs on KVM hypervisor Key: CLOUDSTACK-1302 URL: https://issues.apach

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
One last question, Where do track features requests? I see the bug tracker has moved so I am not sure where features should be entered? On Fri, Feb 15, 2013 at 10:26 AM, Jason Villalta wrote: > Thanks for all your help guys. I am on 4.0 currently. I will go the > agent route and see

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
> > Now you will have a .jar file in the "target" directory which you use to > replace the /usr/share/java/cloud-plugin-hypervisor-kvm.jar on your > production systems. > > Wido > > >> On Fri, Feb 15, 2013 at 9:00 AM, Wido den Hollander >> wrote: >>&g

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
So is there anyway to make this work today or will I have to wait until this is properly implemented? This may mean I need to take another look at openstack or opennebula and switch back. On Fri, Feb 15, 2013 at 9:00 AM, Wido den Hollander wrote: > On 02/15/2013 02:31 PM, Jason Villalta wr

Re: Change qcow disk cache=none

2013-02-15 Thread Jason Villalta
none which is the case with a local ext4 storage or NFS. On Thu, Feb 14, 2013 at 11:08 PM, Rajesh Battala wrote: > Hi Jason Villalta, > In LibvirtVmDef.java, there is DiskDef class , get the cache value from the > Global config, while constructing the xml in the override method