Why is the jar extracted from .deb different from the jar build from source code?

2013-01-04 Thread Wei ZHOU
The first cloud-server.jar is extracted from cloud-server_4.0.0-incubating_amd64.debhttp://cloudstack.apt-get.eu/ubuntu/dists/precise/4.0/pool/cloud-server_4.0.0-incubating_amd64.deb which is downloaded from http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.0/pool/ The other

Re: Why is the jar extracted from .deb different from the jar build from source code?

2013-01-07 Thread Wei ZHOU
Microsystems Inc. Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: linux, version: 3.2.0-35-virtual, arch: amd64, family: unix King regards, Wei ZHOU 2013/1/4 Wido den Hollander w...@widodh.nl Hi, On 01/04/2013 01:24 PM, Wei ZHOU wrote

Re: Why is the jar extracted from .deb different from the jar build from source code?

2013-01-07 Thread Wei ZHOU
Well, when I use ant clean-all build-all to generate a cloud-server.jar in Ubuntu, it is same to the jar extracted from .deb file. However, when I build it in Windows 7, they are different. So, I will compile and build CloudStack in Ubuntu with OpenJDK in the future. 2013/1/7 Wei ZHOU ustcweiz

Re: Review Request: CLOUDSTACK-721: Bytes sent/received in user statistics is empty (CloudStack 4.0)

2013-01-08 Thread Wei ZHOU
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8889/#review15162 --- Ship it! - Wei ZHOU On Jan. 8, 2013, 12:23 p.m., Ilia Shakitko

Re: Enabling Virtio for Windows guests on KVM

2013-01-14 Thread Wei ZHOU
Hi Chris, I notice that in the class com.cloud.hypervisor.kvm.resource, Windows PV is classified as Other PV. s_mapper.put(Windows PV, Other PV); In my opinion, you can set the OS type as Other PV. Before this, you have to install the virtio drivers in Windows. You can see:

Review Request: CloudStack usage server didn't store data to cloud_usag?e in correct time

2013-01-16 Thread Wei ZHOU
Networking). Thanks, Wei ZHOU

Re: Review Request: CloudStack usage server didn't store data to cloud_usag?e in correct time

2013-01-30 Thread Wei ZHOU
On Jan. 29, 2013, 1:20 p.m., Kishan Kavala wrote: Wei Zhou, Patch changes the network usage calculation to use current bytes instead of aggregate bytes. Consider the following case: 1. current bytes is updated every 5 minutes 2. usage aggregation is 1440 (daily) 3. usage job runs

Re: Review Request: CloudStack usage server didn't store data to cloud_usag?e in correct time

2013-01-30 Thread Wei ZHOU
On Jan. 29, 2013, 1:20 p.m., Kishan Kavala wrote: Wei Zhou, Patch changes the network usage calculation to use current bytes instead of aggregate bytes. Consider the following case: 1. current bytes is updated every 5 minutes 2. usage aggregation is 1440 (daily) 3. usage job runs

Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-01 Thread Wei ZHOU
Diff: https://reviews.apache.org/r/9254/diff/ Testing --- Test in following operations (1) assign a ip to a vm several times. (2) assign two ip to a vm (3) assign a ip to two vms It works well. Thanks, Wei ZHOU

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-01 Thread Wei ZHOU
/cloud/network/rules/RulesManagerImpl.java 2383366 Diff: https://reviews.apache.org/r/9254/diff/ Testing --- Test in following operations (1) assign a ip to a vm several times. (2) assign two ip to a vm (3) assign a ip to two vms It works well. Thanks, Wei ZHOU

Re: Review Request: CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-04 Thread Wei ZHOU
traffic between 13:00:00-14:00:00 at 14:10). usage.stats.job.aggregation.range = 1440, the usage server collects data every day (such as collect data traffic between 0:00:00-23:59:59 at 0:30). Thanks, Wei ZHOU

Re: Review Request: Provide customizable instance names for guest VMs in cloudstack

2013-02-05 Thread Wei ZHOU
name to internal name. Sometime back I saw a request in the cs-user list to allow account name/id to be appended to the internal instance name. Would it be possible to provide a list of well defined attributes (for e.g. display name, account etc.) + fixed suffix. Wei ZHOU wrote

Re: Review Request: CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-05 Thread Wei ZHOU
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8971/#review16109 --- On Feb. 4, 2013, 12:27 p.m., Wei ZHOU wrote

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-05 Thread Wei Zhou
/diff/ Testing --- Test in following operations (1) assign a ip to a vm several times. (2) assign two ip to a vm (3) assign a ip to two vms It works well. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-05 Thread Wei Zhou
. Diffs - server/src/com/cloud/network/rules/RulesManagerImpl.java 2383366 Diff: https://reviews.apache.org/r/9254/diff/ Testing --- Test in following operations (1) assign a ip to a vm several times. (2) assign two ip to a vm (3) assign a ip to two vms It works well. Thanks, Wei

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-08 Thread Wei Zhou
/cloud/network/rules/RulesManagerImpl.java 2383366 Diff: https://reviews.apache.org/r/9254/diff/ Testing --- Test in following operations (1) assign a ip to a vm several times. (2) assign two ip to a vm (3) assign a ip to two vms It works well. Thanks, Wei Zhou

Review Request: (CLOUDSTACK-1211) Network operations are Blocked for the Read-only file system of Virtual Router

2013-02-08 Thread Wei Zhou
, will get error message. (4) Add Firewalls, will get error message. But the firewall rules are saved in database. (5) The AgentManager report statistics every 5 minutes, except the network with read-only FS virtual router. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-11 Thread Wei Zhou
. Thanks, Wei Zhou

Re: Review Request: CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-11 Thread Wei Zhou
() + userStat.getCurrentBytesSent()); Note that Agg = net + current Wei Zhou wrote: From the logic of original source code, hostAggregatedStat is the aggregated statistics which group by hostKey(DataCenterId-AccountId-DeviceId). So I set agg=agg+net+current, not agg=net+current. Kishan Kavala

Review Request: ignor unassignIPFromVpcNetwork in finally block of EnableStaticNat

2013-02-14 Thread Wei Zhou
://reviews.apache.org/r/9443/diff/ Testing (updated) --- Testing OK. Thanks, Wei Zhou

Re: Review Request: CLOUDSTACK-357 ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM

2013-02-15 Thread Wei Zhou
-17-VM attach.xml Device updated successfully root@cs-kvm002:~# virsh update-device i-2-17-VM eject.xml --force Device updated successfully - Wei Zhou On Feb. 15, 2013, 5:02 a.m., deepti dohare wrote: --- This is an automatically

Re: Review Request: CLOUDSTACK-357 ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM

2013-02-15 Thread Wei Zhou
On Feb. 15, 2013, 9:51 a.m., Wei Zhou wrote: I just see this issue. I had some test about DetachISO at the beginn of this year. I did not add a jira ticket because I think it is not the bug of CloudStack. I was using Ubuntu 12.04, and the qemu version is 1.0+noroms-0ubuntu14.3

Re: Review Request: CLOUDSTACK-357 ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM

2013-02-15 Thread Wei Zhou
On Feb. 15, 2013, 9:51 a.m., Wei Zhou wrote: I just see this issue. I had some test about DetachISO at the beginn of this year. I did not add a jira ticket because I think it is not the bug of CloudStack. I was using Ubuntu 12.04, and the qemu version is 1.0+noroms-0ubuntu14.3

Review Request: add password in response of RestoreVM

2013-02-21 Thread Wei Zhou
= string(9) mD5qkzmdk Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1325) add password in response of RestoreVM

2013-02-21 Thread Wei Zhou
=jsonvirtualmachineid=1a53a308-c870-452a-9eff-23975919286b public $jobid = string(36) 7e855ed2-b5ab-4449-a163-5c1af62019ab command=queryAsyncJobResultresponse=jsonjobid=7e855ed2-b5ab-4449-a163-5c1af62019ab public $password = string(9) mD5qkzmdk Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-962 CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-21 Thread Wei Zhou
collects data every hour (such as collect data traffic between 13:00:00-14:00:00 at 14:10). usage.stats.job.aggregation.range = 1440, the usage server collects data every day (such as collect data traffic between 0:00:00-23:59:59 at 0:30). Thanks, Wei Zhou

Re: Question about SSVM errors/outbound internet connection

2013-02-21 Thread Wei ZHOU
you can not connect outside because It is host-only network. can you try devcloud, not devcloud2? 2013/2/21 David Grizzanti david.grizza...@sungard.com Hi All, I had a question about the SSVM and it's ability to communicate out to the internet. I'm currently using the DevCloud2 appliance

Re: Can't find management-server.log

2013-02-21 Thread Wei ZHOU
cound you find vmops.log in your system? 2013/2/21 Mike Tutkowski mike.tutkow...@solidfire.com I can find it on my Ubuntu install, but not on Mac OS X. On the Ubuntu box, I installed CloudStack as a user might. On Mac OS X, I have the source code for master, compiled it, and ran it. It

Re: Review Request: CLOUDSTACK-667: VM's base image updation facility

2013-02-25 Thread Wei ZHOU
I changed the patch to make it apply on cloudstack 4.0.1. It works well. Thanks for your good job. Wei 2013/1/30 Harikrishna Patnala harikrishna.patn...@citrix.com --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request: (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-25 Thread Wei Zhou
server collects data every hour (such as collect data traffic between 13:00:00-14:00:00 at 14:10). usage.stats.job.aggregation.range = 1440, the usage server collects data every day (such as collect data traffic between 0:00:00-23:59:59 at 0:30). Thanks, Wei Zhou

RE: git commit: refs/heads/4.1 - CLOUDSTACK-962:setAggBytesSent/setAggBytesReceived in NetworkUsageTask when not in case of dailyor hourly Removed duplicate userstatsdao injection

2013-02-28 Thread Wei Zhou
Kishan, this patch can apply on 4.0.1. Wei -Original Message- From: Kishan Kavala [mailto:kishan.kav...@citrix.com] Sent: 28 February 2013 08:04 To: cloudstack-dev@incubator.apache.org Cc: Wei Zhou Subject: RE: git commit: refs/heads/4.1 - CLOUDSTACK-962:setAggBytesSent

Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Testing manually ok.

2013-03-01 Thread Wei Zhou
. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-01 Thread Wei Zhou
/DownloadMonitorImpl.java 2736777 server/src/com/cloud/storage/upload/UploadMonitorImpl.java 4231be8 Diff: https://reviews.apache.org/r/9696/diff/ Testing --- Testing manually ok. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-04 Thread Wei Zhou
after Update SSL Certificate Thanks, Wei Zhou

Re: GUI question about system VMs

2013-03-07 Thread Wei ZHOU
Mike, I think it is because the processing of virtual routers (start, stop,reboot,destroy) are different from SSVM and CPVM. You can have a look at the source code, such as StartRouterCmd.java and StartSystemVMCmd.java Wei 2013/3/7 Mike Tutkowski mike.tutkow...@solidfire.com Hi, In the

Re: Question about Refresh buttons in the GUI

2013-03-07 Thread Wei ZHOU
Mike, The virtual machine will be marked as Destroyed after you destroy it. It will be actually removed after ExpungeTask which run every expunge.interval (default is 86400) ms. Wei 2013/3/7 Mike Tutkowski mike.tutkow...@solidfire.com Hi, I've noticed that some panels have a Refresh button

Review Request: fix /etc/hosts error in virtual router

2013-03-12 Thread Wei Zhou
/ Testing --- Testing manually ok. Thanks, Wei Zhou

Re: Review Request: fix /etc/hosts error in virtual router

2013-03-12 Thread Wei Zhou
CLOUDSTACK-1652. Diffs - patches/systemvm/debian/config/root/edithosts.sh 3c6102d Diff: https://reviews.apache.org/r/9882/diff/ Testing --- Testing manually ok. Thanks, Wei Zhou

Re: Review Request: fix /etc/hosts error in virtual router

2013-03-12 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9882/#review17749 --- On March 12, 2013, 7:33 p.m., Wei Zhou wrote

Review Request: (CLOUDSTACK-1666) Fix NetworkUsage for VPC on KVM

2013-03-13 Thread Wei Zhou
/resource/LibvirtComputingResource.java b8cce1e Diff: https://reviews.apache.org/r/9908/diff/ Testing --- Testing manually ok. Thanks, Wei Zhou

Review Request: (CLOUDSTACK-1668) Fix IP conflict in VPC tier

2013-03-14 Thread Wei Zhou
://reviews.apache.org/r/9923/diff/ Testing --- Testing manually ok in VPC tier and non-VPC network. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1668) Fix IP conflict in VPC tier

2013-03-14 Thread Wei Zhou
utils/src/com/cloud/utils/net/NetUtils.java 1341338 Diff: https://reviews.apache.org/r/9923/diff/ Testing --- Testing manually ok in VPC tier and non-VPC network. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1666) Fix NetworkUsage for VPC on KVM

2013-03-14 Thread Wei Zhou
. Diffs - plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java b8cce1e Diff: https://reviews.apache.org/r/9908/diff/ Testing --- Testing manually ok. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1668) Fix IP conflict in VPC tier

2013-03-14 Thread Wei Zhou
/utils/net/NetUtils.java 1341338 Diff: https://reviews.apache.org/r/9923/diff/ Testing --- Testing manually ok in VPC tier and non-VPC network. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-15 Thread Wei Zhou
of the client. aaa-bbb-ccc-ddd aaa-bbb-ccc-ddd.company.com# aaa.bbb.ccc.ddd is the console proxy ip. and ssvm as well. We need to restart management-server after Update SSL Certificate. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-15 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9696/#review17961 --- On March 15, 2013, 9:54 a.m., Wei Zhou wrote

Re: Review Request: (CLOUDSTACK-1666) Fix NetworkUsage for VPC on KVM

2013-03-15 Thread Wei Zhou
/LibvirtComputingResource.java b8cce1e Diff: https://reviews.apache.org/r/9908/diff/ Testing --- Testing manually ok. Thanks, Wei Zhou

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-18 Thread Wei Zhou
On March 15, 2013, 5:56 a.m., Nitin Mehta wrote: server/src/com/cloud/storage/download/DownloadMonitorImpl.java, line 202 https://reviews.apache.org/r/9696/diff/2/?file=264874#file264874line202 can you please use SecondaryStorageVmManager instead ? Wei Zhou wrote: I can

Re: [ACS41][QA] Please update status on blockers and critical bugs for 4.1.0!

2013-03-18 Thread Wei ZHOU
Murali Reddy Sangeetha Hariharan AWS Regions - Events - User disable event does not include the UUID of the user that was disabled. CLOUDSTACK-1668 Critical Wei Zhou Wei ZhouIP conflict in VPC tier CLOUDSTACK-1664 Critical Kelven Yang Sangeetha

Re: Review Request: (CLOUDSTACK-1666) Fix NetworkUsage for VPC on KVM

2013-03-19 Thread Wei Zhou
/ Testing --- Testing manually ok. Thanks, Wei Zhou

Review Request: (CLOUDSTACK-1668) Fix IP conflict in VPC tier on master/4.1

2013-03-19 Thread Wei Zhou
/ Testing --- Thanks, Wei Zhou

Review Request: remove duplicated ExpungeTask on 4.0 branch

2013-03-20 Thread Wei Zhou
/src/com/cloud/baremetal/BareMetalVmManagerImpl.java 3972728 Diff: https://reviews.apache.org/r/10042/diff/ Testing --- ok. Thanks, Wei Zhou

[jira] [Created] (CLOUDSTACK-685) CloudStack 4.0 Network Usage is ZERO

2012-12-20 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-685: --- Summary: CloudStack 4.0 Network Usage is ZERO Key: CLOUDSTACK-685 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-685 Project: CloudStack Issue Type

[jira] [Commented] (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-01-14 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13552554#comment-13552554 ] Wei Zhou commented on CLOUDSTACK-962: - As Ilia described, we noticed that the job

[jira] [Comment Edited] (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-01-14 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13552554#comment-13552554 ] Wei Zhou edited comment on CLOUDSTACK-962 at 1/14/13 10:21 AM

[jira] [Commented] (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-01-14 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13552559#comment-13552559 ] Wei Zhou commented on CLOUDSTACK-962: - For (2), I have modifed the two files. I

[jira] [Commented] (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-01-16 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555162#comment-13555162 ] Wei Zhou commented on CLOUDSTACK-962: - For (1), I have changed line 1443

[jira] [Created] (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-01-30 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-1088: Summary: EnableStaticNat error will clear the data in database Key: CLOUDSTACK-1088 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1088 Project: CloudStack

[jira] [Commented] (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-01-30 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566337#comment-13566337 ] Wei Zhou commented on CLOUDSTACK-1088: -- when I run API call command

[jira] [Commented] (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-01 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568763#comment-13568763 ] Wei Zhou commented on CLOUDSTACK-1088: -- I have post a patch for this issue

[jira] [Created] (CLOUDSTACK-1256) change EnableStaticNat to async call

2013-02-13 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-1256: Summary: change EnableStaticNat to async call Key: CLOUDSTACK-1256 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1256 Project: CloudStack Issue Type

[jira] [Commented] (CLOUDSTACK-1211) Network operations are Blocked for the Read-only file system of Virtual Router

2013-02-14 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579010#comment-13579010 ] Wei Zhou commented on CLOUDSTACK-1211: -- Joe, yes, Edison has committed to 4.0

[jira] [Updated] (CLOUDSTACK-452) IPv6 support

2013-02-15 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zhou updated CLOUDSTACK-452: Description: This is quite a large feature, but we are lacking complete IPv6 support

[jira] [Created] (CLOUDSTACK-1301) VM I/O Throttling

2013-02-15 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-1301: Summary: VM I/O Throttling Key: CLOUDSTACK-1301 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1301 Project: CloudStack Issue Type: New Feature

[jira] [Created] (CLOUDSTACK-1325) restoreVirtualMachine returns no password

2013-02-19 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-1325: Summary: restoreVirtualMachine returns no password Key: CLOUDSTACK-1325 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1325 Project: CloudStack Issue

[jira] [Commented] (CLOUDSTACK-1325) restoreVirtualMachine returns no password

2013-02-19 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13581305#comment-13581305 ] Wei Zhou commented on CLOUDSTACK-1325: -- Antonio, The password returned by API

[jira] [Updated] (CLOUDSTACK-1325) restoreVirtualMachine returns no password

2013-02-19 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zhou updated CLOUDSTACK-1325: - Description: We just had a test on restoreVirtualMachine. no password is returned

[jira] [Assigned] (CLOUDSTACK-1325) restoreVirtualMachine returns no password

2013-02-21 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zhou reassigned CLOUDSTACK-1325: Assignee: Wei Zhou restoreVirtualMachine returns no password

[jira] [Resolved] (CLOUDSTACK-962) CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-26 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zhou resolved CLOUDSTACK-962. - Resolution: Fixed CloudStack usage server didn't store data to cloud_usage in correct

[jira] [Resolved] (CLOUDSTACK-1211) Network operations are Blocked for the Read-only file system of Virtual Router

2013-03-01 Thread Wei Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zhou resolved CLOUDSTACK-1211. -- Resolution: Fixed Network operations are Blocked for the Read-only file system

[jira] [Created] (CLOUDSTACK-1475) RegisterISO error after Update SSL Certificate

2013-03-01 Thread Wei Zhou (JIRA)
Wei Zhou created CLOUDSTACK-1475: Summary: RegisterISO error after Update SSL Certificate Key: CLOUDSTACK-1475 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1475 Project: CloudStack