Re: Review Request: VPC create vm from ISO template

2012-09-25 Thread mice xia
(isIso && !vpcSupportedHTypes.contains(hypervisor)), there is a parameter 'hypervisor' passed from API layer. - mice xia On Sept. 26, 2012, 5:25 a.m., Marcus Sorensen wrote: > > --- > This is an automatically

Re: Review Request: VPC create vm from ISO template

2012-09-25 Thread mice xia
> On Sept. 26, 2012, 5:40 a.m., mice xia wrote: > > should we also consider isISO situation? like including condition (isIso > > && !vpcSupportedHTypes.contains(hypervisor)), there is a parameter > > 'hypervisor' passed from API layer. > > Marcus

Re: Review Request: VPC create vm from ISO template

2012-09-26 Thread mice xia
> On Sept. 26, 2012, 5:40 a.m., mice xia wrote: > > should we also consider isISO situation? like including condition (isIso > > && !vpcSupportedHTypes.contains(hypervisor)), there is a parameter > > 'hypervisor' passed from API layer. > > Marcus

Re: Review Request: VPC create vm from ISO template

2012-09-26 Thread mice xia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7278/#review11962 --- Ship it! Ship It! - mice xia On Sept. 26, 2012, 5:21 p.m

Re: [jira] [Created] (CLOUDSTACK-212) Switch java package structure from com.cloud to org.apache

2012-09-26 Thread Mice Xia
+1 hard code strings consists of '*cloud.com*' in the source codes should be also be addressed -Mice 2012/9/26 Chip Childers (JIRA) : > Chip Childers created CLOUDSTACK-212: > > > Summary: Switch java package structure from com.cloud to > o

RE: Document describing MySQL tables?

2012-10-09 Thread Mice Xia
not any document as I know so far, hope we will have one after 4.0 release, feel free to file a bug for that. for image path, you can look into table `volumes` Regards Mice -Original Message- From: Busy Dev [mailto:busyd...@gmail.com] Sent: Wednesday, October 10, 2012 8:09 AM To: cloud

RE: [VOTE] Apache Cloudstack 4.0.0-incubating Release, first round

2012-10-10 Thread Mice Xia
+1 -Mice -Original Message- From: Rohit Yadav [mailto:rohit.ya...@citrix.com] Sent: Thursday, October 11, 2012 12:24 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [VOTE] Apache Cloudstack 4.0.0-incubating Release, first round +1 Cheers!

Re: new committer: Marcus Sorensen

2012-10-11 Thread Mice Xia
congrats, Marcus! 2012/10/11 Rohit Yadav : > On 11-Oct-2012, at 7:41 PM, David Nalley wrote: > >> The Podling Project Management Committee (PPMC) for Apache CloudStack >> has asked Marcus Sorensen to become a committer and we are pleased to >> announce that they have accepted. >> >> Being a commi

Re: [VOTE] Apache Cloudstack 4.0.0-incubating Release, third round

2012-10-24 Thread Mice Xia
+1 tested aritifact http://jenkins.cloudstack.org/job/build-4.0-nonoss-rhel63/140/ with following setup: Advanced Zone with two cluster, one cluster using vSphere 5.1 (yes it's 5.1), one ESXi 5.1 host, validated VM lifecycle management. one cluster using XenServer 5.6 sp2, VM lifecyle worked fine

Re: vSphere 5.1

2012-10-24 Thread Mice Xia
Tried vsphere 5.1 with lastest 4.0 build http://jenkins.cloudstack.org/job/build-4.0-nonoss-rhel63/140/ cluster, host and a NFS primary storage could be added successfully and VM lifecycle operations work fine so far. if there isnt someone already have more tests covered, i will go on walk through

Re: VMSnapshotVO.java missing?

2013-02-13 Thread Mice Xia
thanks edison, already fixed -Mice 2013/2/14 Edison Su : > fixed on the master branch already, please check out the latest code. > >> -Original Message- >> From: Vijayendra Bhamidipati [mailto:vijayendra.bhamidip...@citrix.com] >> Sent: Wednesday, February 13, 2013 3:21 PM >> To: cloudsta

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

2013-02-13 Thread Mice Xia
sorry guys, missed a file in commit, lesson learned, i ignored an untracked directory shown in git status (thougt it was empty..) -Mice 2013/2/14 Edison Su : > fixed on master already, please check out latest code. > >> -Original Message- >> From: Jessica Wang [mailto:jessica.w...@citrix.

Re: Error : Unknown API command: for my commands.

2013-02-14 Thread Mice Xia
2. Mechanism for discovery of APIs is through PluggableServices: Check that your plugin implements this and getCommands() return list of cmd classes supported by that plugin. This applies for ManagementServerImpl as well which is a pluggableservice, add you api cmd class in the cmdList of getComman

Re: Review Request: fix CLOUDSTACK-1334:vmware.root.disk.controller doesn't work

2013-02-20 Thread mice xia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9519/#review16832 --- Ship it! Ship It! - mice xia On Feb. 20, 2013, 2:11 a.m., Hongtu

RE: Commits with tabs & trailing white space

2013-02-20 Thread Mice Xia
Leading spaces can be found everywhere in the codes, I think that's caused by IDE when intentionally leave an empty line. To me it's not a big deal and reviewboard provides "Hide Extra Whitespace & Hide Whitespace changes" to filter these. Tab should be avoided, we use 4 spaces indent by code co

RE: Commits with tabs & trailing white space

2013-02-20 Thread Mice Xia
gards, Devdeep > -Original Message----- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Thursday, February 21, 2013 10:29 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Commits with tabs & trailing white space > > Leading spaces can be found everywhere in

RE: Commits with tabs & trailing white space

2013-02-21 Thread Mice Xia
ling white space On Thu, Feb 21, 2013 at 11:11 AM, Mice Xia wrote: > Sateesh, > > I just run some scripts: > > find . -name *.java |wc -l > 4220 > > find . -name *.java | xargs egrep -c "^[[:space:]]+$" | grep -v 0 | > wc -l > 2117 Mice you want to run a se

Re: [DISCUSS] Animesh Chaturvedi as a committer

2013-02-21 Thread Mice Xia
+1 -Mice 2013/2/22 Gavin Lee : > +1 > > On Fri, Feb 22, 2013 at 10:14 AM, Min Chen wrote: >> +1, well deserved. >> >> -min >> >> On 2/21/13 5:54 PM, "Vijayendra Bhamidipati" >> wrote: >> >>>+1 >>> >>>-Original Message- >>>From: Ahmad Emneina [mailto:aemne...@gmail.com] >>>Sent: Thursday

Re: Build failed in Jenkins: cloudstack-rat-41 #58

2013-02-21 Thread Mice Xia
already add license headers for following files, both master and 4.1 Unapproved licenses: server/src/com/cloud/deploy/DeployPlannerSelector.java server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java scripts/network/ping

Re: Commits with tabs & trailing white space

2013-02-22 Thread Mice Xia
f Rohit Yadav >> Sent: Thursday, February 21, 2013 12:37 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: Commits with tabs & trailing white space >> >> On Thu, Feb 21, 2013 at 11:11 AM, Mice Xia wrote: >>> Sateesh, >>> >>> I

Re: [CI] marvin tests on jenkins

2013-02-22 Thread Mice Xia
That's really awesome, some questions: Is the hypervisor installed on physical machine or VM? is it possible to test VMware? Any guideline to setup this env? Thanks Mice > The build pipeline for running marvin tests on physical hardware is > now finally shaping up. The test-matrix [1] runs thr

RE: [ACS41][QA] Test cases for VM Snaposot feature uploaded

2013-02-24 Thread Mice Xia
Hi, Sangeetha, Please see comments inline. -Mice -Original Message- From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] Sent: Wednesday, February 20, 2013 10:21 AM To: cloudstack-dev@incubator.apache.org Subject: [ACS41][QA] Test cases for VM Snaposot feature uploaded Hi,

Re: Review Request: CLOUDSTACK-1371: In case of ResourceAllocationException, server is not returing any response and throwing ClassCastException error.

2013-02-24 Thread mice xia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9554/#review17018 --- Ship it! Ship It! - mice xia On Feb. 22, 2013, 9:15 a.m., Sanjay

Re: Review Request: CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts

2013-02-25 Thread mice xia
a look at VolumeManagerImpl.java and added some suggestions. The limit for primary storage refers to allocated_storage , can we make it a bit clear (either in code comments or resource.type, maybe one day used_storage become another limit) - mice xia On Feb. 25, 201

Re: Review Request: CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts

2013-02-25 Thread mice xia
> On Feb. 26, 2013, 2:58 a.m., mice xia wrote: > > server/src/com/cloud/storage/VolumeManagerImpl.java, line 1466 > > <https://reviews.apache.org/r/9541/diff/3/?file=261677#file261677line1466> > > > > should also add check in resizeVolume method (which is als

Re: Review Request: CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts

2013-02-25 Thread mice xia
> On Feb. 26, 2013, 2:58 a.m., mice xia wrote: > > server/src/com/cloud/storage/VolumeManagerImpl.java, line 979 > > <https://reviews.apache.org/r/9541/diff/3/?file=261677#file261677line979> > > > > consider to make it transactional? just like persist

RE: [ACS41][QA] Test cases for VM Snaposot feature uploaded

2013-02-26 Thread Mice Xia
Yes, there is a global configuration. Global config name: "vmsnapshot.max", Description: "Maximum VM snapshots for a VM" -Mice -Original Message- From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] Sent: Tuesday, February 26, 2013 5:29 AM To: Mice

RE: Support | Unable to build vmware from source.

2013-02-27 Thread Mice Xia
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven don’t forget to run following commands: $ mv cloud-manageontap.jar manageontap.jar $ mv vmware-apputils.jar apputils.jar $ mv vmware-vim.jar vim.jar $ mv vmware-vim25.jar vim25.jar $ unzip cloud-netscaler-jars.zip -Mice

RE: HA question

2013-02-27 Thread Mice Xia
Currently for xenserver/KVM, Cloudstack uses 'storage heartbeat' to detect whether it should start HA, i.e. agent resides on xenserver/KVM periodically writes a timestamp on shared storage, if host network pingTimeOut happens, Cloudstack will investigate if 'storage heartbeat' timeout and if tha

RE: HA question

2013-02-27 Thread Mice Xia
>> On Feb 27, 2013, at 9:48 PM, Ahmad Emneina wrote: >> >>> I would imagine it's best to leverage on the underlying hypervisors' >>> HA mechanisms, configured oud-of-band of cloudstack. I find >>> cloudstacks implementation a little laggy c

Review Request: CLOUDSTACK-684 Support VM Snapshot

2013-01-27 Thread mice xia
/src/com/cloud/hypervisor/vmware/mo/HostMO.java a765b42 vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java cd54127 Diff: https://reviews.apache.org/r/9118/diff/ Testing --- simple scenarios including VM Snapshot creation, delete, list and revert. Thanks, mice xia

Re: [DISCUSS] Question about @Parameter (entityType)

2013-01-27 Thread Mice Xia
i have the same question and i found this: http://mail-archives.apache.org/mod_mbox//incubator-cloudstack-dev/201301.mbox/%3ccanlssbxhw5fhwrn3bs+yoj6ycpbbdu1khjzq4ncaa59fqfa...@mail.gmail.com%3E seems this annotation is used for converting entity UUID->ID -Mice 2013/1/28 Kelven Yang : > I have

Re: systemvm.iso and injectkeys.sh issue in nonoss mgmt server?

2013-01-27 Thread Mice Xia
I ran into the same problem on the dev environment. Maven does not package systemvm.iso at this moment. For a workaround, I copied authorized_keys, cloud-scripts.tgz and systemvm.zip to a directory and run mkisofs -o systemvm.iso , then copy the systemvm.iso to the folder CS asks for. -Mice 2013/

RE: systemvm.iso and injectkeys.sh issue in nonoss mgmt server?

2013-01-27 Thread Mice Xia
2013 2:17 PM To: 'cloudstack-dev@incubator.apache.org' Subject: Re: systemvm.iso and injectkeys.sh issue in nonoss mgmt server? Is this happening with the systemvm profile enabled when compiling? I use mvn -Pdeveloper, systemvm clean install - Original Message - From: Mice

[MERGE] Support VM Snapshot

2013-01-28 Thread Mice Xia
I would like to request merge of feature VM snapshot to master Review board: https://reviews.apache.org/r/9118/ Doc/spec https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots Jira ticket https://issues.apache.org/jira/browse/CLOUDSTACK-684 Branch vm-snapshot (which is based on 4.0

Re: [DISCUSS] public and management traffic on different physical networks

2013-01-29 Thread Mice Xia
IMO this comment doesnt mean these traffics have to multiplex in one physical network, instead, it means public traffic type is only supported in one physical network (not more than one), so as management and control traffic type. -Mice 2013/1/29 Sateesh Chodapuneedi : > A comment in NetworkManag

RE: [MERGE] Support VM Snapshot

2013-01-29 Thread Mice Xia
--Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Tuesday, January 29, 2013 10:34 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [MERGE] Support VM Snapshot On Mon, Jan 28, 2013 at 9:35 PM, Mice Xia wrote: > I would like to request merge of feature V

RE: [DISCUSS] DeployVirtualMachine userdata enhancements

2013-01-29 Thread Mice Xia
+1 for using right http method for true restful web service in the future. And by the way, does 'create resource tag(s) API' have the same requirement? Max length of tag value is 255 now. Regards Mice -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Wednesday,

RE: [MERGE] Support VM Snapshot

2013-01-29 Thread Mice Xia
2013, at 9:20 PM, Mice Xia wrote: > Hi, Chip > > 1) You state that it's based off of 4.0. Do you need to rebase against > master? > [mice] already rebased against master > > 2) Are you using reviewboard as a method for easy review of the changes, but > will be c

RE: [MERGE] Support VM Snapshot

2013-01-29 Thread Mice Xia
Murali, I haven’t tested all possible cases, but due to the fact possible VM state transits are defined by state machine, all operations that results in VM state change are blocked (or fail) when VM in snapshotting or reverting state. For operations that does not cause VM state change, it depen

RE: [MERGE] Support VM Snapshot

2013-01-30 Thread Mice Xia
, 2013 4:10 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [MERGE] Support VM Snapshot On 30/01/13 1:14 PM, "Mice Xia" wrote: >Murali, > >I haven¹t tested all possible cases, but due to the fact possible VM >state transits are defined by state machine, all operation

RE: [DISCUSS] Concerns on testing and improvements

2013-01-30 Thread Mice Xia
Prasanna: 2) More and more requests from contributors on how to write unit-tests show up on our lists every week. I agree we need more unit tests. At this moment there isn’t much detailed guideline or material about how to write a unit test with unified style. For example, before 4.1.0, mocks a

RE: [MERGE] Support VM Snapshot

2013-01-31 Thread Mice Xia
is just revert). [mice] there is already RESTORE, which is restoring a destroyed VM to stopped. RevertTo is fine with me. -Mice -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Friday, February 01, 2013 9:24 AM To: CloudStack DeveloperList Cc: Mice Xia Subject

Re: [MERGE] Support VM Snapshot

2013-02-01 Thread Mice Xia
QueryService, maybe after merging to master 4 remove unused methods and fix some typos Regards Mice 2013/2/1 Mice Xia : > Hi, Alex, > > Thanks for your feedbacks, please see my comments inline. > > - VM states is designed for VM lifecycle. Snapshot is not part of VM life > cycl

答复: [MERGE] Support VM Snapshot

2013-02-01 Thread Mice Xia
they want to use both snapshots simultaneously. Regards Mice -Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: 2013-2-2 (星期六) 4:05 To: Alex Huang; Mice Xia; cloudstack-dev@incubator.apache.org Subject: RE: [MERGE] Support VM Snapshot CS uses XenServer delta snapshot

RE: [MERGE] Support VM Snapshot

2013-02-01 Thread Mice Xia
exclusive, i.e. cannot take one VM snapshot if there are existing volume snapshots, and vice versa. Regards Mice From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Saturday, February 02, 2013 10:57 AM To: Anthony Xu; Mice Xia; cloudstack-dev@incubator.apache.org Subject: RE: [MERGE] Support VM

Re: [ACS41] 4.1 branch created

2013-02-01 Thread Mice Xia
Does this mean features havent been merged into master will be postponed to 4.2? -Mice 2013/2/2 Alex Huang : > Kelven also mentioned he had to merge a few times because code was being > changed in master. It is supposed to be frozen until this message from Chip. > Please respect the instructi

RE: [MERGE] Support VM Snapshot

2013-02-02 Thread Mice Xia
So...it seems there are still some consensus to be reached and the codes were not merged before 4.1 feature freeze. This will not be in 4.1 release. -Mice -Original Message- From: Mice Xia [mailto:mice_...@tcloudcomputing.com] Sent: Saturday, February 02, 2013 11:26 AM To: Alex Huang

Re: Review Request: add ui for resize volume

2013-02-04 Thread mice xia
the disk size input field when users choose 'custom disk offering', just like the 'create volume' dialog? - mice xia On Feb. 5, 2013, 2:31 a.m., Hongtu Zang wrote: > > --- > This is an automatically gene

RE: Issue observed when running the jetty server

2013-02-05 Thread Mice Xia
filed a bug CLOUDSTACK-1174 for this -Mice -Original Message- From: Kelven Yang [mailto:kelven.y...@citrix.com] Sent: Wednesday, February 06, 2013 3:42 AM To: cloudstack-dev@incubator.apache.org Subject: Re: Issue observed when running the jetty server WHERE AND snapshots.removed IS N

VM Snapshot progress update

2012-11-18 Thread Mice Xia
Hi, Folks, Sorry for the late update. I have been busy recently and haven’t updated this for awhile. Yesterday I re-created vm-snapshot branch based on 4.0 branch and submitted refactorred codes with KVM support. Now the major parts have been done, and because this touches CS core, I would like

RE: About the development approach of KVM Agent on master

2012-11-18 Thread Mice Xia
I'm running a similar dev Env as Wido did for KVM A dedicated CentOS 6.3 server for KVM * Make changes, build * scp the cloud-plugin-hypervisor-kvm.jar and other modified jar (like cloud-api.jar) to the KVM server and restart cloud-agent * if you want to debug cloud-agent remotely (like in eclip

RE: VM Snapshot progress update

2012-11-18 Thread Mice Xia
stack-dev@incubator.apache.org Subject: Re: VM Snapshot progress update On 11/19/2012 11:22 AM, Mice Xia wrote: > Hi, Folks, > > Sorry for the late update. I have been busy recently and haven’t updated this > for awhile. > Yesterday I re-created vm-snapshot branch based on

VM Snapshot progress update

2012-11-19 Thread Mice Xia
on " Volume snapshot operations are mutually exclusive to VM snapshot operation " - why? > > Thank you! > > Hari Kannan > > -Original Message- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Sunday, November 18, 2012 7:23 PM > To: cloudst

Re: VM Snapshot progress update

2012-11-20 Thread Mice Xia
? > > 3. between B and C, there are some disks removed from the VM; we take > snapshot C. > When we want to revert back to snapshot B, how do you handle the disks > missing? > > Thanks, > -Fang > > > -Original Message- > From: Mice Xia [mailto:mice_..

Re: VM Snapshot progress update

2012-11-20 Thread Mice Xia
be discarded. 2) Exactly, they are not allowed to take concurrently. Regards Mice 2012/11/20 Hari Kannan : > Hi Mice > > Thanks for the comments - please see some more feedback inline below > > Hari > > -Original Message- > From: Mice Xia [mailto:weiran.x...@g

答复: XenServer & VM Snapshots

2012-12-03 Thread Mice Xia
It is slow to take volume snapshot if your volume is huge, the reason is vdi-copy, which is used to backup snapshot to SS, has performance problem. You can't speed it up much for a full snapshot, perhaps you can try increasing dom0 memory, or, adjust the ratio between full snapshot and increment

答复: XenServer & VM Snapshots

2012-12-03 Thread Mice Xia
gt; -Original Message----- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Monday, December 03, 2012 11:05 AM > To: cloudstack-dev@incubator.apache.org > Subject: 答复: XenServer & VM Snapshots > > It is slow to take volume snapshot if your volume is huge, the

Re: 'traditional' workload patches

2012-12-04 Thread Mice Xia
It's great. *resizeVolume* and *dynamicNicManmagement*, these features are very welcomed and i have seen a lot of use cases in traditional environment (pirvate cloud). By the way, what's the progress of *resizeVolume*? last time i saw it, it only supported KVM. -Mice 2012/12/4 Marcus Sorensen :

Re: Review Request: Added unit test cases for api/commands

2012-12-05 Thread mice xia
former method is called when a DB entry is persisted, the later is called when the async job is executed. - mice xia On Dec. 5, 2012, 11:53 a.m., Meghna Kale wrote: > > --- > This is an automatically generated e-mail. To reply, visit

RE: Impact of tomcat CVE-2012-4534

2012-12-05 Thread Mice Xia
This reminds me of CVE-2011-3192, It's also a denial of service exploit existing in Apache HTTP 2.2.x to 2.2.19, our Apache on system VM is 2.2.16 if my system VM template is the latest one. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192 http://www.securityfocus.com/bid/49303 These t

RE: Arch Rework RFC: API refactoring updates

2012-12-06 Thread Mice Xia
[quote] 1. Moved and classified all apis (except the anomalies, see other email) into namespace org.apache.cloudstack.api 2. There are two packages, admin and user in which the APIs are grouped based on security level. Note; APIs are not grouped based on roles. - Because of 1,2,3; there would be

Re: Arch Rework RFC: API refactoring updates

2012-12-06 Thread Mice Xia
another api server with another set of apis, which is a sub set of admin package, is this correct? sent from phone, sorry for typos. mice 在 2012年12月7日星期五,Rohit Yadav 写道: > > On 06-Dec-2012, at 4:29 PM, Mice Xia wrote: > >> [quote] >> 1. Moved and classified all apis (except the

RE: Arch Rework RFC: API refactoring updates

2012-12-07 Thread Mice Xia
access the domain Admin apis., the access would be blocked and denied. The advantage of this method is the flexibility. E.g, add another new domain, or a new category admin, we can dynamically deploy and apply the roles. Thanks, -Fang -Original Message----- From: Mice Xia [mailto:weiran.x...

RE: Arch Rework RFC: API refactoring updates

2012-12-09 Thread Mice Xia
refactoring updates Mice, Please take a look at my email reply to Dave. There's no implied ACL in this separation. --Alex > -Original Message- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Friday, December 07, 2012 4:36 PM > To: cloudstack-dev@incubator.apa

RE: is vhd-util needed in the development environment and if yes, where to put it.

2012-12-11 Thread Mice Xia
Refer to: https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch You need download vhd-util and copy it to the right directory manually. Regards Mice -Original Message- From: Kanzhe Jiang [mailto:kanzhe.ji...@bigswitch.com] Sent: Wednesday, December 12, 20

Re: CentOS System Offering Thread

2012-12-12 Thread Mice Xia
http://docs.cloudstack.org/Knowledge_Base/Customizing_system_VMs there is a doc online describing how to customize system vm template. mice 在 2012年12月12日星期三,Musayev, Ilya 写道: > I'd like to resurrect this thread - as the other thread got carried away into Vyatta conversation. > > My reasoning b

Re: [DISCUSS] Api refactoring -- validation

2012-12-12 Thread Mice Xia
i remember hibernate is licensed under LGPL, and we re implemented a lot of DAOs for this reason. 在 2012-12-13 上午7:17,"Fang Wang" 写道: Hi all, In our current API refactoring work, we plan to add a validation annotation to Validate DB entity, validate some parameter range, etc. We plan to add the

RE: [DISCUSS] Api refactoring -- validation

2012-12-12 Thread Mice Xia
> > -Original Message- > From: Mice Xia [mailto:weiran.x...@gmail.com] > Sent: Wednesday, December 12, 2012 3:45 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: [DISCUSS] Api refactoring -- validation > > i remember hibernate is licensed under LGPL, and we re impleme

[ACS41] VM Snapshot and possibility to introduce it in 4.1

2012-12-14 Thread Mice Xia
Hi, folks, I’d like to discuss the possibility of introducing feature VM Snapshot in CS version 4.1 and I need some inputs/ideas for the rest of work. The background/spec/design is in https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots. The implementation is very straightforward

RE: [DISCUSS] Scaling up CPU and RAM for running VMs

2012-12-17 Thread Mice Xia
Great feature and I believe a lot of customers need it, hope Xenserver will support dynamic memory change one day. [Koushik] Assuming that in the updated compute offering only CPU and RAM has changed, the deployment planner can either select the same host in which case the values are dynamicall

RE: [ACS41] VM Snapshot and possibility to introduce it in 4.1

2012-12-18 Thread Mice Xia
Sent: Saturday, December 15, 2012 1:19 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [ACS41] VM Snapshot and possibility to introduce it in 4.1 On Fri, Dec 14, 2012 at 7:27 AM, Mice Xia wrote: > Hi, folks, > > I’d like to discuss the possibility of introducing feature VM Snaps

RE: [ACS41] VM Snapshot and possibility to introduce it in 4.1

2012-12-18 Thread Mice Xia
oritize dev based on feedbacks. Hari Kannan -Original Message- From: Mice Xia [mailto:mice_...@tcloudcomputing.com] Sent: Friday, December 14, 2012 4:28 AM To: cloudstack-dev@incubator.apache.org Subject: [ACS41] VM Snapshot and possibility to introduce it in 4.1 Hi, folks, I’d

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2012-12-19 Thread Mice Xia
[David] I am worried about the effect of this on usage statistics, but still sounds very useful. [/David] Currently EVENT_VM_UPGRADE is already handled in usage server, it records upgraded service offering into usage DB (though i cant find any codes that persist this eventType). Maybe this can be

Re: [PROPOSAL] Raise cluster size limit to 16 on VMware

2012-12-19 Thread Mice Xia
+1 I propose merge this back to 4.0.x Mice 在 2012-12-20,3:52,Hari Kannan 写道: > Hello All, > > > > I wish to propose Raising cluster size limit to 16 on VMware in CloudStack - > I have added some details > here

Re: [PROPOSAL] Raise cluster size limit to 16 on VMware

2012-12-19 Thread Mice Xia
you target this kind of fix in 4.1.0. Mice 在 2012-12-20,7:25,David Nalley 写道: > On Wed, Dec 19, 2012 at 6:24 PM, Mice Xia wrote: >> +1 >> >> I propose merge this back to 4.0.x >> >> Mice >> >> > > That's a new feature, so probably should wait til 4.1.0 > > --David

RE: [DISCUSS] Dedicated Resources: Dedicate Pods, Clusters, Hosts to a domain

2012-12-20 Thread Mice Xia
but if further sub-domain is assigned a different pod then it cannot access its parent domain's pod. 2. Sub-domain and its child domains will have the sole access to that new pod. when child domain already has some VMs on parent domain's dedicated pod, is it allowed to assign a pod to the child do

RE: Storage overprovision problem

2012-12-25 Thread Mice Xia
Include dev mail group, If I remember correctly, VMFS does support thin-provisioning for iSCSi, and Cloudstack is supposed to support storage over provisioning for VMFS, Could you please file a bug for this? Regards Mice From: 马营 [mailto:breeze7...@gmail.com] Sent: Wednesday, Decembe

RE: [DISCUSS] Granular Global Config Parameteres

2013-01-04 Thread Mice Xia
iirc, Local Storage support was already per zone in 4.0, there is a checkbox for enabling local storage when adding a new zone. Guest domain prefix can also be specified in zone creation wizard. And VR network throttling, is this specified in network offering? -Mice -Original Message- Fr

RE: About intergrating IDS/IPS to CloudStack

2013-03-04 Thread Mice Xia
If you want to use the traditional NIDS, you'll can not know what do VMs talk each other because this is virtual network. [mice] yes, the drawback of traditional NIDS (deployed in the gateway of an enterprise/datacenter) is that it's difficult to provide fine-grained protection. Without more app

RE: [MERGE] Support VM Snapshot

2013-03-10 Thread Mice Xia
r.hasActiveVMSnapshotTasks(vm.getId())){ +s_logger.error("State transit with event: " + e + " failed due to: " + vm.getInstanceName() + " has active VM snapshots tasks"); +return false; +} Thanks, -Nitin On 01/02/13 10:23 PM, "Mic

RE: About intergrating IDS/IPS to CloudStack

2013-03-10 Thread Mice Xia
? It has to talk with hypervisor, isn't it? Or something likes the "port mirroring" feature on Switch? @Mice @Sebastien: One more question, do you know how to deploy one more SystemVM on CloudStack? Config files for system VMs has to appear somewhere in source code 2013/3/5 Mice

Re: [MERGE] Support VM Snapshot

2013-03-11 Thread Mice Xia
Snapshot is > affected / degraded > > Thanks > Animesh > > >> -Original Message- >> From: Anthony Xu [mailto:xuefei...@citrix.com] >> Sent: Friday, February 01, 2013 5:44 PM >> To: 'Mice Xia'; cloudstack-dev@incubator.apache.org; Alex Huang;

RE: [MERGE] Support VM Snapshot

2013-03-18 Thread Mice Xia
dev@incubator.apache.org; Mice Xia; Chandan Purushothama; Anthony Xu Subject: RE: [MERGE] Support VM Snapshot Mice any comments to my email below. Animesh > -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Wednesday, March 13, 2013 6:03 PM &g

about patch submit

2012-07-03 Thread Mice Xia
Dears, During trying Cloudstack 3.0.x branch I found some minor bugs, and I would like to submit patches. Can someone tell me the workflow of submitting a patch? Such as * Should I file a bug in JIRA? * Where should I post the patch, in mail list or somewhere else? * Which branch should I target f

Re: about patch submit

2012-07-03 Thread Mice Xia
pranav.sax...@citrix.com] 发送时间: 2012年7月4日 10:59 收件人: cloudstack-dev@incubator.apache.org 抄送: Mice Xia 主题: RE: about patch submit Hi Mice, To submit a patch , you might want to go through this document once - http://wiki.cloudstack.org/display/dev/Git+workflow+in+the+brave+new+world Procedure for su

Review Request: fix CS-15432 Failed to detach VMware tools ISO after VMware tools installation

2012-07-03 Thread mice xia
vmMo.unmountToolsInstaller() fails with exception, call vmMo.detachIso(null) to reset cd/dvd device This addresses bug CS-15432. Diffs - core/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java b52d441 Diff: https://reviews.apache.org/r/5738/diff/ Testing --- Thanks, mice xia

答复: about patch submit

2012-07-10 Thread Mice Xia
[mailto:pranav.sax...@citrix.com] 发送时间: 2012年7月4日 12:37 收件人: cloudstack-dev@incubator.apache.org 抄送: Mice Xia 主题: RE: about patch submit Hi Mike , You can perhaps choose "unspecified" as the affect version for the time being and create the bug ticket. The last official version released was 3.

Review Request: CS-15521 Xenserver based User VM failed to HA when vrouter runs on ESXi

2012-07-10 Thread mice xia
/resource/VmwareResource.java b52d441 Diff: https://reviews.apache.org/r/5903/diff/ Testing --- Thanks, mice xia

System VMs restarted on a disabled cluster

2012-07-11 Thread Mice Xia
Hi, All I've set up an environment with two clusters (in the same pod), one Xenserver and the other is VMware, based on 3.0.x ASF branch. Now I'm trying to remove the VMware cluster begin with disabling it and destroying the system VMS running on it, but the systemVMs restarted immediately on

答复: about patch submit

2012-07-11 Thread Mice Xia
Pranav, Thanks a lot for your detailed explanation, I will specify reviewers as I submit any patches. Regards Mice -邮件原件- 发件人: Pranav Saxena [mailto:pranav.sax...@citrix.com] 发送时间: 2012年7月11日 10:20 收件人: Mice Xia; cloudstack-dev@incubator.apache.org 主题: RE: about patch submit Hi Mice

答复: System VMs restarted on a disabled cluster

2012-07-11 Thread Mice Xia
10:03 收件人: cloudstack-dev@incubator.apache.org 主题: Re: System VMs restarted on a disabled cluster On 7/11/12 6:29 PM, "Mice Xia" wrote: >Hi, All > > > >I've set up an environment with two clusters (in the same pod), one >Xenserver and the other is VMware, based on 3.0

Re: Re: System VMs restarted on a disabled cluster

2012-07-12 Thread Mice Xia
Alena and All, Thanks, this works. But it's not very user-friendly and straightforward, I would like to submit a patch if necessary. candidate solutions that I can figured out include: 1) Expose 'secondary.storage.vm' global configuration in UI. 2) Modify ResourceManagerImpl .getAvailableHyperv

答复: [DISCUSS] Source code from realhostip.com service

2012-07-15 Thread Mice Xia
For a private cloud in an isolated/trusted network environment, is it acceptable for users to simply access console with HTTP, controlled by a global configuration such as ' consoleproxy.sslEnabled'? Regards Mice -邮件原件- 发件人: David Nalley [mailto:da...@gnsa.us] 发送时间: 2012年7月14日 23:58 收件

Review Request: CS-15609 Volumes can be created as a part of VM creation when un-allocated space is insufficient on primary storage

2012-07-18 Thread mice xia
2GB, threshold=0.85, VM creation failed as expected 3) create vm with 20G root + 5G data on one NFS PS, with allocation state 7.82GB/36.72GB, threshold=0.99, VM creation succeed as expected Thanks, mice xia

max guest limit in hypervisor capabilities

2012-07-23 Thread Mice Xia
Hi, All I noticed there is a page about hypervisor capabilities in global configuration, and I tried to modify the limit to a smaller number (such as 5), but VMs can still be created even their number reached the limit. I'm using ASF trunk, does this limit have any effect to VM creation, or ju

答复: max guest limit in hypervisor capabilities

2012-07-23 Thread Mice Xia
Hi, Koushik SELECT * FROM cloud.hypervisor_capabilities; ++--+-++--++ | id | uuid | hypervisor_type | hypervisor_version | max_guests_limit | securit

答复: max guest limit in hypervisor capabilities

2012-07-24 Thread Mice Xia
Hi, Koushik i've filed a bug, CS-15679, should I also submit a patch for it? Regards Mice

答复: Review Request: CS-15609 Volumes can be created as a part of VM creation when un-allocated space is insufficient on primary storage

2012-07-24 Thread Mice Xia
...@reviews.apache.org] 代表 disheng su 发送时间: 2012年7月25日 6:28 收件人: Prachi Damle; Nitin Mehta 抄送: cloudstack; Mice Xia; disheng su 主题: Re: Review Request: CS-15609 Volumes can be created as a part of VM creation when un-allocated space is insufficient on primary storage

Re: Re: Review Request: CS-15609 Volumes can be created as a part of VM creation when un-allocated space is insufficient on primary storage

2012-07-24 Thread Mice Xia
Sent: Wednesday, July 25, 2012 1:09 PM To: Mice Xia Cc: cloudstack-dev@incubator.apache.org; Prachi Damle; Nitin Mehta Subject: Re: 答复: Review Request: CS-15609 Volumes can be created as a part of VM creation when un-allocated space is insufficient on primary storage Yes, exactly. I don't

  1   2   3   4   >