[Openstack] 答复: cinder and nova volumes at the same place

2015-08-09 Thread Wanghao (S)
I think you can try to use nfs driver in cinder. It will create files on nfs share for using it as block device on hypervisor. Hope this will help you. 发件人: Ivan Derbenev [mailto:ivan.derbe...@tech-corps.com] 发送时间: 2015年8月7日 15:54 收件人: openstack@lists.openstack.org 主题: [Openstack] cinder and nov

[Openstack] 答复: [openstack][swift]Got error when installing swift all in one.

2015-09-09 Thread Wanghao (S)
Thanks Kota! I copy the libJerasure.so to /usr/lib/x86_64-linux-gnu, and then 'startmain' works! Thanks again! -邮件原件- 发件人: Kota TSUYUZAKI [mailto:tsuyuzaki.k...@lab.ntt.co.jp] 发送时间: 2015年9月9日 17:41 收件人: hao wang 抄送: openstack@lists.openstack.org 主题: Re: [Openstack] [openstack][swift]G

[Openstack] 答复: cinder-volume service HA

2015-09-29 Thread Wanghao (S)
Currently, we are working on cinder volume Active/Active HA, you can have a look this: https://blueprints.launchpad.net/cinder/+spec/cinder-volume-active-active-ha. 发件人: mad Engineer [mailto:themadengin...@gmail.com] 发送时间: 2015年9月29日 17:05 收件人: openstack@lists.openstack.org 主题: [Openstack] cind

[Openstack] [Ask] How to delete a Volume safely in LVM?

2014-01-07 Thread Wanghao (S)
Hi all: When deleting a volume using LVM driver, it will 'dd /dev/zero ' to whole volume in default. But it takes a long time when the volume size is big , and the cost is expensive. I want use the configuration.volume_clear_size to delete volume safely, How to configure a appropriate value of

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

2016-02-01 Thread Wanghao (S)
Hi, Dilip Maybe you can check if the capacity_filter is working in volume creation process, and see why it choose the pool which don’t have space. Thanks Wang Hao 发件人: Dilip Sunkum Manjunath [mailto:dilip.sunkummanjun...@toshiba-tsip.com] 发送时间: 2016年2月2日 9:49 收件人: openstack@lists.openstack.org

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

2016-02-02 Thread Wanghao (S)
Hi, Dilip Did your driver set the key pool_name and value when init_capabilities called in cinder volume init_host? If didn’t set the key pool_name and value, it will be none. BR Wang Hao 发件人: Dilip Sunkum Manjunath [mailto:dilip.sunkummanjun...@toshiba-tsip.com] 发送时间: 2016年2月2日 15:30 收件人: Dilip

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

2016-02-03 Thread Wanghao (S)
Hi, Dilip Generally, Cinder scheduler will consume the free_capacity_gb after chose the host for a volume creation, could see the consume_from_volume function in host_manager.py. That keep the pool capacity gb updated correctly when multi users are creating volume. Thanks Wang Hao 发件人: Dilip