[openstack-dev] [rally] How is the docker image of rally-openstack managed?

2018-09-28 Thread Jae Sang Lee
Hi guys, Last week I posted a commit at rally-openstack to work with mysql and postgres in rally docker image.(c8272e8591f812ced9c2f7ebdad6abca5c160dbf) mysql and postgres. At the docker hub, the latest tag is pushed 3 months ago and is no longer being updated. I would like to use the official

[openstack-dev] [kolla] cinder-api image doesn't run as a cinder user.

2018-06-11 Thread Jae Sang Lee
Hi, stackers. We are distributing OpenStack to kubernetes using the docker image generated by kolla. I recently upgraded from ocata to pike and found that the cinder-api container does not run as a cinder user. So it does not pass our unit test. This seems to have been fixed in the following

[openstack-dev] [nova] enable vm video, sound card

2018-01-10 Thread Jae Sang Lee
Hi, stackers I want to enable video and sound driver of vm, but there are no codes in nova. I found a blueprint about this( https://blueprints.launchpad.net/nova/+spec/libvirt-spice-video-sound-driver), it looks like almost complete but not merged. And this is custom patch to add video and sound

Re: [openstack-dev] [cinder] About cinder-volume HA A/A

2017-04-22 Thread Jae Sang Lee
Thanks for reply, Is there any drivers for test this feature?, How about rbd driver? I think it looks like common driver nowadays. Regards, Jaesang 2017. 4. 21. 23:35에 "Gorka Eguileor" <gegui...@redhat.com>님이 작성: On 21/04, Jae Sang Lee wrote: > Hello, cinder developers

[openstack-dev] [cinder] About cinder-volume HA A/A

2017-04-21 Thread Jae Sang Lee
Hello, cinder developers. What progress about cinder-volume HA A/A? In the release notes[1], cinder-volume HA A/A is still progress from Newton to Ocata and there is so many patches and progress on the feature page[2], but it doesn't look like up-to-date, It's difficult to understand the current

Re: [openstack-dev] [cinder] Issue for backup speed

2015-04-05 Thread Jae Sang Lee
give you good aggregate throughput if you're running many backups at once, but this appears not to be a common case, even in a large public cloud. On 1 April 2015 at 11:41, Jae Sang Lee hyan...@gmail.com wrote: Hi, I tested Swift backup driver in Cinder-backup and that performance

[openstack-dev] [cinder] Issue for backup speed

2015-04-01 Thread Jae Sang Lee
Hi, I tested Swift backup driver in Cinder-backup and that performance isn't high. In our test environment, The average time for backup 50G volume is 20min. I found a patch for this that add multi thread for swift backup driver( https://review.openstack.org/#/c/111314) but It's also too slow.

[openstack-dev] [nova] Suggestion that Fix to logic of diskfilter

2014-08-25 Thread Jae Sang Lee
Hi, all. Diskfilter based on host disk usage, it check between usable host disk size and requested vm disk size. But when create a VM with boot volume, Diskfilter has filtered a host although a VM doesn't use host disk. (Usually ISCSI volume could be attached) So I have filed following defect to

[openstack-dev] [nova] bp proposal: configurable locked vm api

2014-02-03 Thread Jae Sang Lee
Hi, Stackers. The deadline for icehouse comes really quickly and I understand that there are a lot of work todo, but I would like get your attention about my blueprint for configurable locked vm api. - https://blueprints.launchpad.net/nova/+spec/configurable-locked-vm-api So far, developer

[openstack-dev] [nova] bp proposal: configurable-locked-vm-api

2014-02-02 Thread Jae Sang Lee
A blueprint is being discussed about the configurable locked vm api. https://blueprints.launchpad.net/nova/+spec/configurable-locked-vm-api The current implementation does check vm is locked using decorate func. (@check_instance_lock) For example) @wrap_check_policy

Re: [openstack-dev] [nova] bp proposal: configurable-locked-vm-api

2014-02-02 Thread Jae Sang Lee
I uploaded changes for this implementation. Although It doesn't pass a jenkins test, It will be help to understand how to implement. https://review.openstack.org/#/c/70576/ 2014-02-03 Jae Sang Lee hyan...@gmail.com: A blueprint is being discussed about the configurable locked vm api. https

[openstack-dev] [Nova] block live migration writes wrong libvirt.xml

2014-01-29 Thread Jae Sang Lee
Hello, The deadline for icehouse comes really quickly and I understand that there are a lot of work todo, but I would like get your attention about live migration bug targeted for icehouse-3 and with a code already in review. - https://bugs.launchpad.net/nova/+bug/1271780 When block live

Re: [Openstack] OpenStack Project Update Webinars

2013-12-18 Thread Jae Sang Lee
Hi, Unfortunately, I didn't join first webinar. Is this available to view recorded video or any summay about webinar? Thanks. 2013/12/17 Stefano Maffulli stef...@openstack.org We have finalized dates and details for the webinars by the PTLs to give an overview of the future roadmap for all

Re: [openstack-dev] Allows to set the memory parameters for an Instance

2013-08-13 Thread Jae Sang Lee
, 2013 at 3:49 PM, Jae Sang Lee hyan...@gmail.com wrote: I've registered a blueprint to allows to set the advanced memory parameters for an Instance https://blueprints.launchpad.net/nova/+spec/libvirt-memtune-for-instance Would it be possible to review it (and maybe get an approval

[openstack-dev] Allows to set the memory parameters for an Instance

2013-08-11 Thread Jae Sang Lee
I've registered a blueprint to allows to set the advanced memory parameters for an Instance https://blueprints.launchpad.net/nova/+spec/libvirt-memtune-for-instance Would it be possible to review it (and maybe get an approval or not)? ___

Re: [openstack-dev] Proposal for check network connectivity after vm boot

2013-08-11 Thread Jae Sang Lee
Hi stackers, I registerd a blueprint for this proposal, https://blueprints.launchpad.net/nova/+spec/check-network-connectivity If you have permission to approve who read this mail, please review and approve my blueprint. Thanks. 2013/8/9 Jae Sang Lee hyan...@gmail.com Hello all, When I

Re: [openstack-dev] Proposal for check network connectivity after vm boot

2013-08-11 Thread Jae Sang Lee
but cannot connect. If network connectivity check code is added, It'll be very helpful for debug these case. 2013/8/12 Jeff Peeler jpee...@redhat.com On 08/11/2013 04:13 AM, Jae Sang Lee wrote: Hi stackers, I registerd a blueprint for this proposal, https://blueprints.launchpad.* *net/nova

[openstack-dev] [Openstack] Improve inject network configuration

2013-07-11 Thread Jae Sang Lee
Hi, stackers. When creating vm using multi nics, User should power up the second interface on the instance manually for use second IP. http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html I intend to fix interfaces.template file, so It can be possible power up