RE: High CPU utilization on KVM hosts while doing RBD snapshot - was Re: snapshot caused host disconnected

2013-10-11 Thread Edison Su
> -Original Message- > From: Indra Pramana [mailto:in...@sg.or.id] > Sent: Wednesday, October 09, 2013 11:07 PM > To: d...@cloudstack.apache.org; users@cloudstack.apache.org > Subject: Re: High CPU utilization on KVM hosts while doing RBD snapshot - > was Re: snapshot caused host disconne

RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Edison Su
nately it didn't help, any other ideas? > On Oct 1, 2013 4:31 PM, "Edison Su" wrote: > > > Will Stop/start mgt server help? > > > > > -Original Message- > > > From: Dean Kamali [mailto:dean.kam...@gmail.com] > > > Sent: Tuesday,

RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Edison Su
Will Stop/start mgt server help? > -Original Message- > From: Dean Kamali [mailto:dean.kam...@gmail.com] > Sent: Tuesday, October 01, 2013 9:56 AM > To: users@cloudstack.apache.org > Subject: Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released > > update: > I'm using Ubuntu on my management s

RE: Support for multiple Local Storage volumes

2013-09-13 Thread Edison Su
> -Original Message- > From: David Ortiz [mailto:dpor...@outlook.com] > Sent: Friday, September 13, 2013 1:33 PM > To: users@cloudstack.apache.org > Subject: RE: Support for multiple Local Storage volumes > > That's actually how I have my primary storage setup using a gfs2 cluster. In >

RE: Support for multiple Local Storage volumes

2013-09-13 Thread Edison Su
You can always use "SharedMount" in KVM: KVM supports "Shared Mountpoint" storage. A shared mountpoint is a file system path local to each server in a given cluster. The path must be the same across all Hosts in the cluster, for example /mnt/primary1. This shared mountpoint is assumed to be a c

FW: CS 4.1.0 - this will help a number of people who struggle with Advanced Networking

2013-07-31 Thread Edison Su
The KVM installation guide at http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/hypervisor-kvm-install-flow.html , is unnecessary complicated and inaccurate. For example, we don't need to configure vlan on kvm host by users themselves, cloudstack-agent will

RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-08 Thread Edison Su
gt; We should support whatever is supported earlier at minimum. The problem is we don't know what is "whatever is supported", as this feature is not been tested for years, is anybody knows its status on 4.0, 4.1? > > -----Original Message- > From: Edison Su [mailto:

RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-08 Thread Edison Su
broken, anybody wants it to be supported > > in 4.2? > > > > Swift was tested for older version of Citrix release. There were no > > code changes or certification requests, so that area was deprioritized. > > > > Thanks > > /Sudha > > > > -Orig

RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-08 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, July 08, 2013 6:40 AM > To: > Cc: users@cloudstack.apache.org > Subject: Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2? > > On Wed, Jul 3, 20

Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-03 Thread Edison Su
Due to object store refactor, Swift is broken. The reason, is that, we only have S3 test environment in our lab, so only S3 is tested for now. Before adding the feature back, I'd better ask from, the community, do we want to support Swift? If so, which version of Swift? This will take some effort

RE: USB Passthrough

2013-05-07 Thread Edison Su
Need to modify KVM code to enable this feature. If you want to hack the code, welcome:) > -Original Message- > From: David Ortiz [mailto:dpor...@outlook.com] > Sent: Tuesday, May 07, 2013 2:42 PM > To: users@cloudstack.apache.org > Subject: USB Passthrough > > Hello, > Is there a wa

RE: IP tables blocking KVM/Console

2013-04-19 Thread Edison Su
This rule will reject all the ingress activities: "REJECT all -- anywhere anywherereject-with icmp-host-prohibited" You can try: iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT to allow console access. From: Maurice Lawler [mailto:maurice.law...@me.com] S

RE: IP tables blocking KVM/Console

2013-04-19 Thread Edison Su
> -Original Message- > From: Jason Pavao [mailto:jason.pa...@oracle.com] > Sent: Thursday, April 18, 2013 8:50 AM > To: d...@cloudstack.apache.org > Cc: Maurice Lawler; users@cloudstack.apache.org > Subject: Re: IP tables blocking KVM/Console > > Maurice, > I was having the same issues,

RE: Video drivers

2013-03-27 Thread Edison Su
gt; Subject: Re: Video drivers > > It's a pity. Is it possible to see this feature in future releases? > > > Thanks anyway! > > > > 2013/3/27 Edison Su > > > Need to modify kvm agent code to change video adapter, as the video > > driver is hard c

RE: Video drivers

2013-03-26 Thread Edison Su
Need to modify kvm agent code to change video adapter, as the video driver is hard coded. > -Original Message- > From: Aleksey Samarin [mailto:nrg3...@gmail.com] > Sent: Tuesday, March 26, 2013 12:18 AM > To: cloudstack-us...@incubator.apache.org > Subject: Video drivers > > Hello everyo