.deb/.rpm build error

2013-09-22 Thread Yoshikazu Nojima
rds, Yoshikazu Nojima

Review Request 14299: fix rpm/deb build error caused by moving systemvm to its own maven project

2013-09-23 Thread Yoshikazu Nojima
m. Diffs - debian/rules 5e3d58c packaging/centos63/cloud.spec fba2b1a Diff: https://reviews.apache.org/r/14299/diff/ Testing --- Thanks, Yoshikazu Nojima

Re: Review Request 14299: fix rpm/deb build error caused by moving systemvm to its own maven project

2013-09-23 Thread Yoshikazu Nojima
pawning worker 0 with 6 pkgs Workers Finished Gathering worker results Saving Primary metadata Saving file lists metadata Saving other metadata Generating sqlite DBs Sqlite DBs complete Finished: SUCCESS Thanks, Yoshikazu Nojima

Re: Libvirt-java 0.5.0 has been released

2013-09-24 Thread Yoshikazu Nojima
Hi, libvirt-java 0.5.1 is released, and I tried to upgrade it to 0.5.1, diff --git a/pom.xml b/pom.xml index a8778f1..1c85bc4 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 0.9.8 0.10 build/replace.properties -0.5.0 +0.5.1 0.1.3 target 1.0.10 -- 1.8.3.ms

Re: Libvirt-java 0.5.0 has been released

2013-09-24 Thread Yoshikazu Nojima
Sorry, 'with libvirt 0.5.1, I received following error:' I wrote in the last mail is incorrect. It was with libvirt 0.5.0. Wei, I thought libvirt-java 0.5.1 fixed the java 1.6 compatibility problem. http://www.libvirt.org/git/?p=libvirt-java.git;a=commit;h=5d84874d99ee399276873fb52625303ec3a3f39

Re: Libvirt-java 0.5.0 has been released

2013-09-25 Thread Yoshikazu Nojima
Hi Wei, Thank you for fix it! 2013/9/25 Wei ZHOU : > fixed by commit 3dc4284 > > > commit 3dc4284a34a1c79970b30288c245a26e8425e811 > Author: Wei Zhou > Date: Wed Sep 25 11:08:57 2013 +0200 > add missing jna-4.0.0.jar to cloudstack-agent library by changing scope > from provided to default

Review Request 14471: CloudStack Plugin guide for VXLAN

2013-10-03 Thread Yoshikazu Nojima
Diff: https://reviews.apache.org/r/14471/diff/ Testing --- Thanks, Yoshikazu Nojima

Re: Review Request 14471: CloudStack Plugin guide for VXLAN

2013-10-04 Thread Yoshikazu Nojima
nto a separate repo 2 days ago. So this > should be based on the repo cloudstack-docs.git. Can you resubmit this > for that repo? > > See: > http://markmail.org/message/w44nioqt5usechhc > > Thanks, > > > On Thu, Oct 03, 2013

Re: Docs have moved

2013-10-10 Thread Yoshikazu Nojima
Hi, I want to submit CloudStack Plugin guide for VXLAN Plugin, but there isn't cloudstack-doc repo in ReviewBoard. Does anyone setup it? 2013/10/10 David Nalley : > On Thu, Oct 10, 2013 at 2:09 PM, Ian Duffy wrote: >> Response inline... >> >> On 10 Oct 2013 18:27, "David Nalley" wrote: >>> >>> O

Re: Docs have moved

2013-10-10 Thread Yoshikazu Nojima
Thank you! Noji 2013/10/10 Chip Childers : > I just opened a request with infra for that (and for cloudmonkey): > > https://issues.apache.org/jira/browse/INFRA-6857 > > > On Thu, Oct 10, 2013 at 4:25 PM, Yoshikazu Nojima wrote: > >> Hi, >> I want to submit

Review Request 14589: fix volume creation failure bug

2013-10-11 Thread Yoshikazu Nojima
. Thanks, Yoshikazu Nojima

Re: Wiki access

2013-10-14 Thread Yoshikazu Nojima
Please provide me edit permissions, username: ynojima. I'd like to update the vxlan integration feature proposal. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Feature+Proposal+-+Linux+native+VXLAN+support+on+KVM+hypervisor# Thanks, Noji 2013/10/8 Chip Childers : > On Tue, Oct 08, 2013

Re: Review Request 14732: CloudStack Plugin guide for VXLAN

2013-10-22 Thread Yoshikazu Nojima
-CREATION Diff: https://reviews.apache.org/r/14732/diff/ Testing --- I run following command and it generates a pdf file successfully. cd vxlan; publican build --config=publican.cfg --formats pdf --langs en-US --common_content=$WORKSPACE/Common_Content Thanks, Yoshikazu Nojima

Jenkins job setup request

2013-10-22 Thread Yoshikazu Nojima
Hi, Is there anyone who can setup a jenkins job in "jenkins.buildacloud.org"? I wrote a cloudstack plugin guide for VXLAN, and it is merged to the master branch yesterday. I want a job to build a plugin guide for VXLAN like the job "build-docs-midonet-master" or the job "build-docs-niciranvp-maste

Re: Jenkins job setup request

2013-10-22 Thread Yoshikazu Nojima
Hi Prasanna, Thank you for setting up jenkins job and adding config file. It seems I forgot to include it in the patch, sorry. Everything looks good, Thank you! Noji 2013/10/22 Prasanna Santhanam : > On Tue, Oct 22, 2013 at 06:39:45PM -0600, Yoshikazu Nojima wrote: >> Hi, >&

Review Request 14868: Bugfix: listNetworks API doesn't return vlan id / VNI ( Virtual Network Identifier in VXLAN )

2013-10-22 Thread Yoshikazu Nojima
ot;Guest networks"/"details" tab in CloudStack WebGUI. Thanks, Yoshikazu Nojima

Re: Review Request 14868: CLOUDSTACK-4932: Bugfix: listNetworks API doesn't return vlan id / VNI ( Virtual Network Identifier in VXLAN )

2013-10-22 Thread Yoshikazu Nojima
ava f4ca112 Diff: https://reviews.apache.org/r/14868/diff/ Testing --- I confirmed appropriate VLAN ID is returned by listNetworks API, and it is displayed in the "Network"/"Guest networks"/"details" tab in CloudStack WebGUI. Thanks, Yoshikazu Nojima

Review Request 15001: CLOUDSTACK-4967: Bugfix: Guest network isn't created correctly in rare case when vxlan is used for isolation method

2013-10-28 Thread Yoshikazu Nojima
s/kvm/test/com/cloud/hypervisor/kvm/resource/BridgeVifDriverTest.java PRE-CREATION Diff: https://reviews.apache.org/r/15001/diff/ Testing --- I confirmed it passes the unit tests I add. Thanks, Yoshikazu Nojima

Review Request 15012: CLOUDSTACK-4984: decrement MAX_VXLAN_VNI to be aligned with Linux kernel

2013-10-28 Thread Yoshikazu Nojima
range via add zone wizard. Thanks, Yoshikazu Nojima

Re: Review Request 15001: CLOUDSTACK-4967: Bugfix: Guest network isn't created correctly in rare case when vxlan is used for isolation method

2013-10-29 Thread Yoshikazu Nojima
dge name length is not enough. - Yoshikazu --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15001/#review27657 --- On Oct.

Re: Review Request 15001: CLOUDSTACK-4967: Bugfix: Guest network isn't created correctly in rare case when vxlan is used for isolation method

2013-10-29 Thread Yoshikazu Nojima
--------- On Oct. 29, 2013, 12:51 a.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15001/ >

Re: Review Request 15001: CLOUDSTACK-4967: Bugfix: Guest network isn't created correctly in rare case when vxlan is used for isolation method

2013-10-29 Thread Yoshikazu Nojima
> On Oct. 29, 2013, 4:35 a.m., Toshiaki Hatano wrote: > > > > Toshiaki Hatano wrote: > Actual issue is not "the physical interface name length must be shorter > than 5" but "generated bridge name cannot exceed 15 character". > > > Yoshikaz

Re: Review Request 15001: CLOUDSTACK-4967: Bugfix: Guest network isn't created correctly in rare case when vxlan is used for isolation method

2013-10-29 Thread Yoshikazu Nojima
> On Oct. 29, 2013, 4:35 a.m., Toshiaki Hatano wrote: > > > > Toshiaki Hatano wrote: > Actual issue is not "the physical interface name length must be shorter > than 5" but "generated bridge name cannot exceed 15 character". > > > Yoshikaz

Re: Review Request 15014: allow physical devices as guest traffic label, vxlan bridge name fix

2013-10-29 Thread Yoshikazu Nojima
tps://reviews.apache.org/r/15014/#comment53789> '");' seems gone. - Yoshikazu Nojima On Oct. 29, 2013, 4:48 p.m., Marcus Sorensen wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > h

Re: Review Request 15014: allow physical devices as guest traffic label, vxlan bridge name fix

2013-10-29 Thread Yoshikazu Nojima
derstanding, it is trafic type. I think leaving 2nd parameter "nic" and making pif lookup logic outside of this method are better. How do you think? - Yoshikazu Nojima On Oct. 29, 2013, 5:51 p.m., Marcus Sorensen wrote: > > -

Re: Review Request 15014: allow physical devices as guest traffic label, vxlan bridge name fix

2013-10-29 Thread Yoshikazu Nojima
> This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15014/ > --- > > (Updated Oct. 29, 2013, 5:51 p.m.) > > > Review request for cloudstack, Toshiaki Hatano and Yoshikazu Noj

Re: Review Request 15014: allow physical devices as guest traffic label, vxlan bridge name fix

2013-10-29 Thread Yoshikazu Nojima
alled to see if we can get a nic, then check for physical interface if > > no mapping was found to pass it as nic. I'm ok with doing a new method if > > you feel strongly that this needs to be split out. It would be better if it > > were within createVnetBr or wrapped create

Review Request 15238: CLOUDSTACK-5039: bugfix: live migration failed : Domain not found: no domain with matching uuid ''

2013-11-04 Thread Yoshikazu Nojima
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java e3f60f2 Diff: https://reviews.apache.org/r/15238/diff/ Testing --- I confirmed live migration works. Thanks, Yoshikazu Nojima

Re: Review Request 15238: CLOUDSTACK-5039: bugfix: live migration failed : Domain not found: no domain with matching uuid ''

2013-11-05 Thread Yoshikazu Nojima
an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15238/#review28175 ------- On Nov. 5, 2013, 5:17 a.m., Yoshikazu Nojima wrote: > > --- > This i

Review Request 15247: [DOC] CLOUDSTACK-4967: Add a section to describe VNI allocation matter

2013-11-05 Thread Yoshikazu Nojima
-config-hypervisor.xml 2c5e138 vxlan/en-US/plugin-vxlan-config-management.xml 21f5461 vxlan/en-US/plugin-vxlan-revision-history.xml ec04d11 Diff: https://reviews.apache.org/r/15247/diff/ Testing --- I generated and confirmed the PDF. Thanks, Yoshikazu Nojima

Review Request 15296: CLOUDSTACK-5067 Bugfix: two NICs connected to Public network exist in VR

2013-11-06 Thread Yoshikazu Nojima
eployed VR, and confirmed it has one NIC connected to Public network. Thanks, Yoshikazu Nojima

Re: Review Request 15296: CLOUDSTACK-5067 Bugfix: two NICs connected to Public network exist in VR

2013-11-06 Thread Yoshikazu Nojima
ervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java e3f60f2 Diff: https://reviews.apache.org/r/15296/diff/ Testing --- I deployed VR, and confirmed it has one NIC connected to Public network. Thanks, Yoshikazu Nojima

Re: Review Request 15068: Change labels for VLAN to vNet

2013-11-07 Thread Yoshikazu Nojima
> On Nov. 4, 2013, 10:24 p.m., Jessica Wang wrote: > > Ship It! > > Animesh Chaturvedi wrote: > Has this been applied? Yes, it has. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=5ccf3a90abb79eace839a8e61cf950248aa913c8 - Yoshikazu --

Re: CloudStack.next

2013-11-15 Thread Yoshikazu Nojima
+1 especially to CI process improvement. IMO, we need to improve the patch review process. Sometimes we encounter that the master branch is broken. Low quality commit slows down our developing and testing on the master branch. I think we should change the patch review process to check that a patch

Re: SDN compat matrix

2013-11-17 Thread Yoshikazu Nojima
VXLAN supports VPC networks. It also supports L3 NAT, DHCP and Firewall by utilizing CloudStack Virtual Router funtion for VLAN. -Noji 2013/11/17 Chiradeep Vittal : > Also BigSwitch VNS 4.2 > > -- > Chiradeep > >> On Nov 17, 2013, at 2:40 AM, "Hugo Trippaers" wrote: >> >> Hey guys, >> >> I’m bui

Where is the latest system vm template file?

2013-09-10 Thread Yoshikazu Nojima
Hi, I'm looking for latest system vm template file. It seems jenkins job( build-systemvm-master ) does not generates an artifact. http://jenkins.cloudstack.org/view/master/job/build-systemvm-master/ Do you know where can we download the latest latest system vm template file? Thanks, Yosh

Re: Where is the latest system vm template file?

2013-09-10 Thread Yoshikazu Nojima
Thank you! That's my looking for. Yoshikazu Nojima 2013/9/10 Harikrishna Patnala : > Hi, > > Xenserver > http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 > > > KVM > http://download.cloud.com/templates/4.2/syste

Re: Review Request 15247: [DOC] CLOUDSTACK-4967: Add a section to describe VNI allocation matter

2014-01-21 Thread Yoshikazu Nojima
/en-US/plugin-vxlan-config-hypervisor.xml 2c5e138 vxlan/en-US/plugin-vxlan-config-management.xml 21f5461 vxlan/en-US/plugin-vxlan-revision-history.xml ec04d11 Diff: https://reviews.apache.org/r/15247/diff/ Testing --- I generated and confirmed the PDF. Thanks, Yoshikazu Nojima

Re: Review Request 15247: [DOC] CLOUDSTACK-4967: Add a section to describe VNI allocation matter

2014-01-21 Thread Yoshikazu Nojima
-management.xml 21f5461 vxlan/en-US/plugin-vxlan-requirements.xml c2e04a6 vxlan/en-US/plugin-vxlan-revision-history.xml ec04d11 Diff: https://reviews.apache.org/r/15247/diff/ Testing --- I generated and confirmed the PDF. Thanks, Yoshikazu Nojima

[RFC] adding volume provisioning method option

2014-01-31 Thread Yoshikazu Nojima
and start implementation. Regards, Noji Yoshikazu Nojima

Re: [RFC] adding volume provisioning method option

2014-01-31 Thread Yoshikazu Nojima
Hello Nux, Thank you for your comment. I will prepare feature specification. Regards, 2014-01-31 Nux! : > On 31.01.2014 20:24, Yoshikazu Nojima wrote: >> >> Afternoon All, >> >> Is there anyone working on adding volume provisioning method option? >> As you kn

Re: [RFC] adding volume provisioning method option

2014-01-31 Thread Yoshikazu Nojima
rse qcow2. > Just if you want it to NOT be sparse for metadata. > > I also remember hearing that either recent qemu-img has a decent > preallocation by default now, or that performance has improved such > that it doesn't matter. Will need to do some reading to remember, but >

Re: [RFC] adding volume provisioning method option

2014-01-31 Thread Yoshikazu Nojima
l size: 10G (10737418240 bytes) >> disk size: 1.7M >> cluster_size: 65536 >> >> preallocation=metadata leaves disk as 1.7M, it's also sparse, but a bit >> bigger. >> >> On Fri, Jan 31, 2014 at 11:41 PM, Marcus wrote: >>> Yes, no_option.img is o

Re: [RFC] adding volume provisioning method option

2014-01-31 Thread Yoshikazu Nojima
Then you can add an overprovisioning factor to fit your >> needs in the config options. >> >> On Sat, Feb 1, 2014 at 12:01 AM, Yoshikazu Nojima wrote: >>> Yes, preallocation=metadata creates a large file full of holes. and >>> maybe I need to modify storage con

Re: Code quality, QA, etc

2014-02-07 Thread Yoshikazu Nojima
+1 for pre-commit testing. I put pre-commit testing in practice personally, and it helped me a lot. Before I submit a patch, I create a pull request in my github repo. My Jenkins subscribes pull requests by Jenkins plugin for Github and the build result is displayed in Github. I heard there are plu

Review Request 17990:

2014-02-11 Thread Yoshikazu Nojima
ed to VXLAN by mistake. Diffs - server/src/com/cloud/network/NetworkServiceImpl.java 270ff7b Diff: https://reviews.apache.org/r/17990/diff/ Testing --- Deployed a zone described above, and confirmed it works correctly. Thanks, Yoshikazu Nojima

Re: Review Request 17990: a broadcast type of a public network is affected by another physical network's isolation method

2014-02-11 Thread Yoshikazu Nojima
apache.org/r/17990/diff/ Testing --- Deployed a zone described above, and confirmed it works correctly. Thanks, Yoshikazu Nojima

Review Request 18027: CLOUDSTACK-6072 vxlan networks not deallocating vnet ids

2014-02-12 Thread Yoshikazu Nojima
is reused. Thanks, Yoshikazu Nojima

Re: Review Request 18027: CLOUDSTACK-6072 vxlan networks not deallocating vnet ids

2014-02-12 Thread Yoshikazu Nojima
create an additional guest network. 8. deploy a VM that joins 3 existing guest networks. 9. check VNI is reused. Thanks, Yoshikazu Nojima

Re: Difference between "Guest Network" and "Isolated Network" under Advanced Networking

2014-02-12 Thread Yoshikazu Nojima
In my understanding, "Guest Network" Sachin said is called "Shared Network" in the document. [1] The word "Guest Network" refers "Shared Network" and "Isolated Network" in some cases. Why don't we avoid using "Guest Network" to point "Shared Network" in GUI? [1] http://cloudstack.apache.org/docs/

Re: Review Request 17990: a broadcast type of a public network is affected by another physical network's isolation method

2014-02-18 Thread Yoshikazu Nojima
pache.org/r/17990/#review34269 --- On Feb. 12, 2014, 4:59 a.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

Re: Review Request 18027: CLOUDSTACK-6072 vxlan networks not deallocating vnet ids

2014-02-18 Thread Yoshikazu Nojima
pache.org/r/18027/#review34495 --- On Feb. 12, 2014, 8:44 p.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-19 Thread Yoshikazu Nojima
eck the data volume is provisioned as s sparse disk - create and attach "fat" type volume to a VM, and check the data volume is provisioned as s fat disk Thanks, Yoshikazu Nojima

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-21 Thread Yoshikazu Nojima
n disk - create and attach "sparse" type volume to a VM, and check the data volume is provisioned as s sparse disk - create and attach "fat" type volume to a VM, and check the data volume is provisioned as s fat disk Thanks, Yoshikazu Nojima

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-21 Thread Yoshikazu Nojima
446/#comment70088> Thank you for pointing out. It seems it is by mistake. I made it comment in when I implemented the feature as global setting option. - Yoshikazu Nojima On March 21, 2014, 5:02 p.m., Yoshikazu Nojima

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-21 Thread Yoshikazu Nojima
---- On March 21, 2014, 5:02 p.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19446/ > -

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-26 Thread Yoshikazu Nojima
attach "sparse" type volume to a VM, and check the data volume is provisioned as s sparse disk - create and attach "fat" type volume to a VM, and check the data volume is provisioned as s fat disk Thanks, Yoshikazu Nojima

Review Request 19730: Bugfix: CLOUDSTACK-6292 live migration failed because of VNC server address is not changed

2014-03-27 Thread Yoshikazu Nojima
accept domXml. Diffs - plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java 1d7d1b2 Diff: https://reviews.apache.org/r/19730/diff/ Testing --- Live migration between two KVM hosts. Thanks, Yoshikazu Nojima

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-27 Thread Yoshikazu Nojima
age is created prior to the cp even without this patch, but without this patch, createPhysicalDisk calls libvirt and it doesn't output output the creation to a log. I'm not sure why current implementation create a volume and override it, but it it is not necessary, I will erase it. - Yoshikazu ---

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-27 Thread Yoshikazu Nojima
ocation option is specified to RAW format", which affects Ceph installation. - Yoshikazu ------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19446/#review38838 ---

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-27 Thread Yoshikazu Nojima
d to be used by hypervisors to decide provisioning type(thin/fat/sparse) of volumes. This paramaeter doesn't relate to the fact that volume creation is delayed to the timing of attach. - Yoshikazu --- This is an automatically generate

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-27 Thread Yoshikazu Nojima
he.org/r/19446/#review38855 --- On March 26, 2014, 11:24 p.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-03-27 Thread Yoshikazu Nojima
ed e-mail. To reply, visit: https://reviews.apache.org/r/19446/#review38862 ------- On March 26, 2014, 11:24 p.m., Yoshikazu Nojima wrote: > > --- > This is an a

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Yoshikazu Nojima
Congratulation Nux! 2014-04-07 13:32 GMT-06:00 Giles Sirett : > The Project Management Committee (PMC) for Apache CloudStack has > asked Lucian Paul (Nux) to become a committer and we are pleased to announce > that he has accepted. > > Being a committer allows many contributors to contribute more

Re: Review Request 19446: CLOUDSTACK-6191: Volume provisioning type option

2014-04-09 Thread Yoshikazu Nojima
New data disk creation and attachment - create and attach "thin" type volume to a VM, and check the data volume is provisioned as s thin disk - create and attach "sparse" type volume to a VM, and check the data volume is provisioned as s sparse disk - create and attach "fat" type volume to a VM, and check the data volume is provisioned as s fat disk Thanks, Yoshikazu Nojima

Review Request 20184: CLOUDSTACK-6369: Qcow2's cluster_size option support

2014-04-09 Thread Yoshikazu Nojima
ed volume is provisioned with cluster_size=2097152. Thanks, Yoshikazu Nojima

Re: Review Request 20357: [CS-5907] [CS-6396] Fix for RBD (and potentially CLVM) volumes w/ KVM incorrectly identified as OVM volumes (not able to snapshot)

2014-04-15 Thread Yoshikazu Nojima
VolumeJoinDaoImpl#newVolumeResponse. It should be fixed, but does it affect snapshot feature? - Yoshikazu Nojima On April 16, 2014, 3:23 a.m., Tanner Danzey wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 20357: [CS-5907] [CS-6396] Fix for RBD (and potentially CLVM) volumes w/ KVM incorrectly identified as OVM volumes (not able to snapshot)

2014-04-15 Thread Yoshikazu Nojima
> On April 16, 2014, 4:02 a.m., Yoshikazu Nojima wrote: > > It seems getHypervisorTypeFromFormat method is only called from > > VolumeJoinDaoImpl#newVolumeResponse. > > It should be fixed, but does it affect snapshot feature? > > Tanner Danzey wrote: > Ye

java6 is installed instead of java7 when CloudStack rpm which build from master branch is installed with yum command.

2014-04-16 Thread Yoshikazu Nojima
Hi, I found java6 is installed instead of java7 when CloudStack rpm which build from master branch is installed with yum command. Rpm spec file specifies java 1.7.0 or later, but it doesn't work. https://github.com/apache/cloudstack/commit/49a29 I confirmed my rpm has a requirement for java 1.7

Re: java6 is installed instead of java7 when CloudStack rpm which build from master branch is installed with yum command.

2014-04-17 Thread Yoshikazu Nojima
centos_updates_6.5_x86_64147 k usbredir x86_64 0.5.1-1.el6 centos_os_6.5_x86_64 40 k vgabios noarch 0.6b-3.7.el6 centos_os_6.5_x86_64

Review Request 20497: CLOUDSTACK-6457: java6 is installed instead of java7 by yum dependancy resolution

2014-04-18 Thread Yoshikazu Nojima
at java-1.7.0-openjdk was installed and cloudstack-agent works. Thanks, Yoshikazu Nojima

Re: java6 is installed instead of java7 when CloudStack rpm which build from master branch is installed with yum command.

2014-04-18 Thread Yoshikazu Nojima
=cloudstack.git;a=commit;h=098ad53c23dae75e11e2877d775ed1b93035a12d 2014-04-18 18:21 GMT-06:00 David Nalley : > On Fri, Apr 18, 2014 at 3:36 PM, Yoshikazu Nojima wrote: >> David, >> Thank you for your information. >> >> It works! >> I will send a patch for 4.4 and for master. &g

Re: [ANNOUNCE] Yoshikazu Nojima as committer

2014-04-18 Thread Yoshikazu Nojima
Thank you, Marcus, Daan. Noji 2014-04-18 16:21 GMT-06:00 Daan Hoogland : > go Yoshi go > > On Sat, Apr 19, 2014 at 12:19 AM, Marcus wrote: >> We are pleased to announce that Yoshikazu Nojima has accepted the role >> of committer for the Apache CloudStack project

[ACS44][cherry-pick request]Bugfix: Retired maven repo breaking awsapi build and RPM packaging

2014-04-21 Thread Yoshikazu Nojima
Daan or Hugo, Could you cherry-pick following commit to 4.4 branch? 756f48f9105b5b95277268fc3ab554ee182e1f47 https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=756f48f9105b5b95277268fc3ab554ee182e1f47 This commit will fix the mvn package resolution trouble. https://issues.apach

Re: Review Request 20184: CLOUDSTACK-6369: Qcow2's cluster_size option support

2014-04-21 Thread Yoshikazu Nojima
master in a few days. - Yoshikazu Nojima On April 9, 2014, 11:21 p.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 20184: CLOUDSTACK-6369: Qcow2's cluster_size option support

2014-04-21 Thread Yoshikazu Nojima
master in a few days. - Yoshikazu Nojima On April 9, 2014, 11:21 p.m., Yoshikazu Nojima wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

[ACS44] Cherry-pick request for CLOUDSTACK-6351

2014-05-01 Thread Yoshikazu Nojima
Hi Daan or Hugo, Could you please cherry-pick fa4e7fc7f75c7cf6065b2e97e1d27c942c9a73af into the 4.4 branch? This patch fixes CLOUDSTACK-6351 java6 is installed instead of java7 when CloudStack rpm is installed. I confirmed it successfully resolves dependency and installs java-1.7.0-openjdk. Th

[ACS4.4] Cherry pick for CLOUDSTACK-6571

2014-05-04 Thread Yoshikazu Nojima
Hi Daan or Hugo, Could you cherry pick 03156ecd6f52bfa0c73f1408ac4baca5332d1cad to 4.4? It contains fix for the bug that prevents cloudstack-agent stop. Thanks, Noji

Re: [API][CLOUDMONKEY] - looking for example on creating entire zone with everything else

2014-05-05 Thread Yoshikazu Nojima
This is a CloudMonkey script to deploy a VXLAN enabled zone with KVM hypervisor. https://gist.github.com/c30e1d5d08e500e49e64.git This is a marvin config to deploy a VXLAN enabled zone with KVM hypervisor. https://gist.github.com/ynojima/e104189410649f3a9c91 Since this scripts use VXLAN and KVM,

Re: [PROPOSAL] Using continuous integration to maintain our code quality...

2014-05-13 Thread Yoshikazu Nojima
Alex, Thank you for interesting proposal. I suppose pre check-in test is long-awaited for everyone. I'm looking forward to see your Jenkins made public. If possible, can you share jenkins job's settings.xml for future reference when it is ready? Regards, Noji 2014-05-13 2:04 GMT-06:00 Daan Hoog

[ACS4.4] Cherry pick for CLOUDSTACK-6614

2014-05-15 Thread Yoshikazu Nojima
Daan, Could you cherry-pick the commit "3187411f9f6d61d50aa73614f991c4866f5f0375" to 4.4 branch? It resolve the issue that systemvm template build fails. Thanks, Noji

Re: 4.3 system vm template job failing in jenkins

2014-05-15 Thread Yoshikazu Nojima
Ian, I experienced same issue, and I tried your solution, but it doesn't work for me. Any thoughts on this? https://github.com/verio-cloudstack/cloudstack/commit/8961c30e34afb34e4697e3ec3c25928e4d585a86 [cloudstack-pullreq-systemvm64] $ /bin/sh -xe /tmp/hudson9072932445266075170.sh + sudo apt-g

Re: [ACS4.4] Cherry pick for CLOUDSTACK-6614

2014-05-15 Thread Yoshikazu Nojima
oji 2014-05-08 17:03 GMT-06:00 Yoshikazu Nojima : > Daan, > > Could you cherry-pick the commit > "3187411f9f6d61d50aa73614f991c4866f5f0375" to 4.4 branch? > It resolve the issue that systemvm template build fails. > > > Thanks, > Noji

Re: Cannot assign bugs on ASF Cloudstack Jira

2014-05-15 Thread Yoshikazu Nojima
Hi I experienced same issue. Does anyone have any idea? Regards, Noji 2014-05-07 0:01 GMT-06:00 Saksham Srivastava : > Hi, > > I tried assigning 4.4 bug to myself on https://issues.apache.org/jira > But the UI option to change the assignee seems disabled. > > Anyone else having the same issue ?

RHEL7(CentOS7?) Support

2014-05-16 Thread Yoshikazu Nojima
Hi all, I had a quick look at RHEL7 RC to check KVM improvement introduced in RHEL7. I found some dependency of cloudstack 4.5 snapshot rpm are broken (it is not surprise). I'm not familiar with RHEL, but it seems some of essential packages for CloudStack like tomcat6 are no longer provided in RH

Re: Patch missing in 4.4-forward

2014-05-19 Thread Yoshikazu Nojima
Gaurav, This patch is intended to be released in 4.5 release, because when I wrote up it, 4.4 feature freeze date was already passed. I'm not sure which unit test are you talking about? Regards, Noji 2014-05-19 8:20 GMT-06:00 Gaurav Aradhye : > Hi, > > The patch related to feature "Volume Prov

Re: [ACS44] critical issue assesment

2014-05-19 Thread Yoshikazu Nojima
All, I bring up one more blocker bug. https://issues.apache.org/jira/browse/CLOUDSTACK-6616 I tried to resolve it, but I couldn't. Is there anyone good at debian preseeding? 2014-05-19 10:33 GMT-06:00 Animesh Chaturvedi : > I will put a slot in my calendar for triaging bugs daily from now on.

Re: Review Request 21682: Removing tests related to sparse and fat volume provisioning from 4.4-forward. This feature is not part of 4.4 release.

2014-05-20 Thread Yoshikazu Nojima
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21682/#review43488 --- Ship it! Ship It! - Yoshikazu Nojima On May 20, 2014, 5:15 a.m

Re: Review Request 21682: Removing tests related to sparse and fat volume provisioning from 4.4-forward. This feature is not part of 4.4 release.

2014-05-20 Thread Yoshikazu Nojima
> On May 20, 2014, 4:16 p.m., Yoshikazu Nojima wrote: > > Ship It! Oh, it's already shipped. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=f278c537d527aa0a9cf0e20cf80dd48e1d85ec82 - Yoshikazu

[ACS4.4] Cherry-pick request : b4457d92f4ceec83f09b4514a0164c7ec3775e4d

2014-05-21 Thread Yoshikazu Nojima
Daan, Could you cherry-pick the commit b4457d92f4ceec83f09b4514a0164c7ec3775e4d ? It fix the bug that makes systemvm template build failed since newer vboxmanage generates $appliance-$branch-vmware-disk3.vmdk. Regards, Noji

Re: git commit: updated refs/heads/4.4-forward to b4457d9

2014-05-21 Thread Yoshikazu Nojima
Sateesh, Sorry for skipping ticket creation. Here it is: https://issues.apache.org/jira/browse/CLOUDSTACK-6746 Regards, Noji 2014-05-21 22:44 GMT-06:00 Sateesh Chodapuneedi : > Hi Yoshi, > > Can you please let me know the JIRA bug ID addressed by this commit? > > Regards, > Sateesh > >> -Orig

Question about Marvin's zone deployment feature

2014-05-22 Thread Yoshikazu Nojima
Hi all, Does Marvin support creating storage network IP range while deploying a zone? I couldn't find the place to configure it. Thanks, Noji

[ACS4.4] Cherry pick request : 12e552b06dfac5f19737f79aa0a8424b01b3197e

2014-05-22 Thread Yoshikazu Nojima
Hi Daan, Could you cherry-pick the commit 12e552b06dfac5f19737f79aa0a8424b01b3197e to 4.4? This commit fix the bug that make systemvm build stall. Regards, Noji

Why does cloudstack-setup-management make /root writable?

2014-05-31 Thread Yoshikazu Nojima
Hi, Does anyone know the reason why cloudstack-setup-management make /root directory mode 777 in ubuntu? https://github.com/apache/cloudstack/blob/master/python/lib/cloudutils/serviceConfig.py#L767 If no one have objection, I will remove this code. Regards, Noji

[ACS4.4] Cherry-pick request for CLOUDSTACK-6816

2014-05-31 Thread Yoshikazu Nojima
Daan, Could you cherry-pick the commit 1f7167555d92bc2d5eb964e6de88a052db1388a7 to 4.4 branch? This commit is to fix the bug CLOUDSTACK-6816 . https://issues.apache.org/jira/browse/CLOUDSTACK-6816 http://apache.markmail.org/message/xtk2tcpc4nscukhn Thanks, Noji

Question about guaranteed IOPS feature

2014-06-02 Thread Yoshikazu Nojima
Punith, Mike, Allow me to ask questions regarding guaranteed IOPS feature. (Since it may be off-topic to Hieu's original question, I changed the subject.) Q1) Does your plugins(Solidfire, CloudBytes) support KVM? From which version? In my understanding, Current CloudStack's implementation guaran

Re: Why does cloudstack-setup-management make /root writable?

2014-06-02 Thread Yoshikazu Nojima
of any reason why /root must be 777. > Big security hole in my opinion. > I'd say to give it a try in your env first, if your tests pass, commit. > On 5/31/14, 12:06 AM, Yoshikazu Nojima wrote: > Hi, > Does anyone know the reason why cloudstack-setup-management make /root > d

Re: Question about guaranteed IOPS feature

2014-06-09 Thread Yoshikazu Nojima
that). This minimum number of IOPS is >> guaranteed even during failure scenarios. >> >> 3) Punith is referring to dynamically changing the number of IOPS available >> of the SAN volume and making those new IOPS available to the CloudStack >> volume or volumes that levera

ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-17 Thread Yoshikazu Nojima
Hi, ZoneWideStoragePoolAllocator#filter seems weird for me. ZoneWideStoragePoolAllocator and ClusterScopeStoragePoolAllocator are allocator classes to select storage pool. They extends AbstractStoragePoolAllocator class, which provides "filter" method to exclude unavailable storage pools. Why Zo

Review Request 22717: refactor StoragePoolAllocator#filter logic

2014-06-17 Thread Yoshikazu Nojima
/src/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java ddbb5a4 engine/storage/src/org/apache/cloudstack/storage/allocator/ZoneWideStoragePoolAllocator.java 8fb9c8d Diff: https://reviews.apache.org/r/22717/diff/ Testing --- Thanks, Yoshikazu Nojima

  1   2   >