Re: [Openstack] [Cinder] Facing a problem in cinder manage code

2016-06-14 Thread Dilip Sunkum Manjunath
Could you just point me which driver has done this? Thanks Dilip From: Trinath Somanchi [mailto:trinath.soman...@nxp.com] Sent: Tuesday, June 14, 2016 1:25 PM To: Dilip Sunkum Manjunath; 'openstack@lists.openstack.org' Cc: 'itzdi...@gmail.com' Subject: RE: [Cinder] Facing a problem in cinder

[Openstack] [Cinder] Facing a problem in cinder manage code

2016-06-14 Thread Dilip Sunkum Manjunath
Hi all, I was implementing the cinder driver for cinder mange existing volume, Base line: 1. Our storage api has a unique number alone to recognise the lun in storage 2. When I import using the horizon I have to enter the same unique number to fetch the details from storage api

Re: [Openstack] [OpenStack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-15 Thread Dilip Sunkum Manjunath
pools for thin /thick and update you. Thanks Dilip -Original Message- From: yang, xing [mailto:xing.y...@emc.com] Sent: Friday, February 12, 2016 12:42 PM To: Dilip Sunkum Manjunath Cc: openstack@lists.openstack.org; itzdi...@gmail.com Subject: Re: [OpenStack] [CINDER] how to get

Re: [Openstack] [OpenStack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-11 Thread Dilip Sunkum Manjunath
/scheduler/host_manager.py:450 2 Thanks Dilip From: yang, xing [mailto:xing.y...@emc.com] Sent: Thursday, February 11, 2016 4:10 AM To: Dilip Sunkum Manjunath; 'openstack@lists.openstack.org' Cc: 'itzdi...@gmail.com' Subject: Re: [Openstack] [CINDER] how to get updated pool info when multi users

Re: [Openstack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-07 Thread Dilip Sunkum Manjunath
? For this or is it better to write own filters to avoid writing in driver? Thanks Dilip From: Wanghao (S) [mailto:wanghao...@huawei.com] Sent: Thursday, February 04, 2016 11:48 AM To: Dilip Sunkum Manjunath; 'openstack@lists.openstack.org' Cc: 'itzdi...@gmail.com' Subject: 答复: [CINDER] how to get updated pool

[Openstack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-03 Thread Dilip Sunkum Manjunath
Hi All, the get_volume_stats method runs 60 sec once, am using the multi pools configured in it, while creating volumes, if more than one user is creating how will the pool information be reliable which is from pooling job? As it runs once in 60 sec! Am getting the old values and request

Re: [Openstack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-03 Thread Dilip Sunkum Manjunath
Thanks for the information Wanghao, will check out From: Wanghao (S) [mailto:wanghao...@huawei.com] Sent: Thursday, February 04, 2016 11:48 AM To: Dilip Sunkum Manjunath; 'openstack@lists.openstack.org' Cc: 'itzdi...@gmail.com' Subject: 答复: [CINDER] how to get updated pool info when multi users

[Openstack] [CINDER] Scheduler Support for pools issue, not picking free pools

2016-02-01 Thread Dilip Sunkum Manjunath
Hi all, Use Case : Step 1 ? I have multiple backend pools, ? Updated the get_volume_stats() method to hold the pools information returned from storage API's Sample log : [{'pool_name': '0', 'total_capacity_gb': 838, 'QoS_support': False, 'thick_provisioning_support': True,

Re: [Openstack] [OpenStack] [CINDER] Scheduler Support for pools issue, not picking free pools

2016-02-01 Thread Dilip Sunkum Manjunath
Does it have anything to do with capabilities option? Pool_name seems to be none. [cid:image001.png@01D15DB9.35C968E0] Thanks Dilip From: Dilip Sunkum Manjunath [mailto:dilip.sunkummanjun...@toshiba-tsip.com] Sent: Tuesday, February 02, 2016 7:19 AM To: openstack@lists.openstack.org Cc

[Openstack] OpenStack [CINDER] : frequency of execution of get volume stats

2016-01-04 Thread Dilip Sunkum Manjunath
Hi all, I would like to know that, is it possible to configure the time frequency for executing the method get_volume_stats ()? Thanks Dilip The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain

[Openstack] Cinder Driver contacting to REST Api always says 503.

2015-03-10 Thread Dilip Sunkum Manjunath
Hello All, In my driver am trying to contact the REST api management layer of Storage, However It is throwing HTTP error code in particular network where certificate signing is enabled, And always returns error 503, service unavailable, Is it have to do anything with proxy? Or

[Openstack] How does the Cinder Iscsi IQN for the multiple controller is handled in the Code

2015-02-26 Thread Dilip Sunkum Manjunath
Hi all, I wanted to know the Iqn mapping for source and targets handled in the Cinder, Unable to understand this, is there any advice where I can ease my effort in understanding? Thanks Dilip The information contained in this e-mail message and in any attachments/annexure/appendices is

[Openstack] Cinder Driver, unable to invoke create volume method

2015-02-19 Thread Dilip Sunkum Manjunath
Hello all, Am stuck with this from quite some time, I desperately need some help. I thank in advance for Time of yours. Problem statement : I am writing a driver which contacts the rest api in back end for creating volume. now There is a file called ToshibaDriver in the Driver and a

Re: [Openstack] Instance in error state

2015-02-19 Thread Dilip Sunkum Manjunath
Reasons could be many, Can you send the log files so that easily we try to point out ? Thanks Dilip From: Janki Chhatbar [mailto:jankihchhat...@gmail.com] Sent: Thursday, February 19, 2015 2:54 PM To: openstack@lists.openstack.org Subject: [Openstack] Instance in error state Hi all I am 3

[Openstack] Cinder Driver, unable to invoke create volume method

2015-02-18 Thread Dilip Sunkum Manjunath
Hello all, Am stuck with this from quite some time, I desperately need some help. I thank in advance for Time of yours. Problem statement : I am writing a driver which contacts the rest api in back end for creating volume. now There is a file called ToshibaDriver in the Driver and a