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
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
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
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
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
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
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