Review Request 28511: CLOUDSTACK-7412: Can't create proper template from VM on S3 secondary storage environment

2014-11-27 Thread Hiroki Ohashi
_store_ref. We use this patch in our environment. Thanks, Hiroki Ohashi

Re: Review Request 26263: CLOUDSTACK-7539: [S3] Parallel deployment makes reference count of a cache in nfs secondary staging store negative(-1)

2014-10-10 Thread Hiroki Ohashi
reply, visit: https://reviews.apache.org/r/26263/#review55782 ------- On Oct. 3, 2014, 5:54 p.m., Hiroki Ohashi wrote: > > --- > This is an automatically g

Review Request 26263: CLOUDSTACK-7539: [S3] Parallel deployment makes reference count of a cache in nfs secondary staging store negative(-1)

2014-10-03 Thread Hiroki Ohashi
diff/ Testing (updated) --- I tested deployment of two instances at almost the same time. Results are below. - Succeed in deployment of two instances. - No database cache entries are duplicated. - No duplicated images are on NFS SSS. - Reference counter never goes to -1. Thanks, Hiroki Ohashi

CLOUDSTACK-6236 isn't completely fixed?

2014-06-23 Thread Hiroki Ohashi
() { 362 refCnt++; 363 } 364 365 public void decrRefCnt() { 366 refCnt--; 367 } [3]: https://reviews.apache.org/r/22925/ -- Hiroki Ohashi

Review Request 22925: CLOUDSTACK-6236: Negative ref_cnt of template(snapshot/volume)_store_ref results in out-of-range error in Mysql

2014-06-23 Thread Hiroki Ohashi
engine/schema/src/org/apache/cloudstack/storage/datastore/db/TemplateDataStoreVO.java bb05300 engine/schema/src/org/apache/cloudstack/storage/datastore/db/VolumeDataStoreVO.java aa57e74 Diff: https://reviews.apache.org/r/22925/diff/ Testing --- Thanks, Hiroki Ohashi

Re: ssh keypair value overridden by template meta data

2014-06-09 Thread Hiroki Ohashi
e ssh key pair provided in the deployVM API with the > ssh key in template metadata. > I just able to reproduce this. Please create a ticket for this issue. > > Thanks > Harikrishna > > On 06-Jun-2014, at 5:18 pm, Hiroki Ohashi wrote: > >> Dear guys >> >&g

ssh keypair value overridden by template meta data

2014-06-06 Thread Hiroki Ohashi
tag_value: NULL tag_domain_id: NULL tag_account_id: NULL tag_resource_id: NULL tag_resource_uuid: NULL tag_resource_type: NULL tag_customer: NULL temp_zone_pair: 207_0 3 rows in set (0.00 sec) ERROR: No query specified mysql> Best Regards -- Hiroki Ohashi

Re: [ACS 4.3] listUsageRecords API bug related to CLOUDSTACK-6472

2014-05-29 Thread Hiroki Ohashi
gt;> >> ~Rajani >> >> >> >> On 29-May-2014, at 2:25 pm, Daan Hoogland wrote: >> >>> Hiroki, >>> >>> Did you have a look at 4.4 or master as well? tell us when it works, >>> so we can cherry-pick the fix to late

Re: [ACS 4.3] listUsageRecords API bug related to CLOUDSTACK-6472

2014-05-29 Thread Hiroki Ohashi
sebgoa 2014-05-29 16:52 GMT+09:00 sebgoa : > > On May 29, 2014, at 9:26 AM, Hiroki Ohashi wrote: > >> Dear guys >> >> I found a bug about listUsageRecords API in 4.3 related to a issue >> CLOUDSTACK-6472 and made a patch. Would you review the patch and >&

[ACS 4.3] listUsageRecords API bug related to CLOUDSTACK-6472

2014-05-29 Thread Hiroki Ohashi
"enddate": "2014-05-20'T'08:59:59+09:00", "name": "mycluster-front", "offeringid": "e5137018-8fca-4e4a-a79e-9e4d1707e079", "rawusage": "0.223611", "startdate": "2014-05-19'T'09:00:00+09:00", "templateid": "1ebdc71e-dcbe-4d3e-82d3-d31897f78d4c", "type": "KVM", "usage": "0.223611 Hrs", "usageid": "09f3d7d6-3c6a-4326-b3d3-fb51506e669d", "usagetype": 2, "virtualmachineid": "09f3d7d6-3c6a-4326-b3d3-fb51506e669d", "zoneid": "c2ba1354-0c15-4284-bdba-4f201767362d" }, I think this is an expectecd behaviour, so please review and test this patch. Best Regards -- Hiroki Ohashi