[openstack-dev] [nova] Supporting volume_type when booting from volume

2017-06-01 Thread 한승진
Hello, stackers I am just curious about the results of lots of discussions on the below blueprint. https://blueprints.launchpad.net/nova/+spec/support-volume-type-with-bdm-parameter Can I ask what the concolusion is? __

[openstack-dev] Live Migration Bug in vmware VCDriver

2014-08-18 Thread 한승진
Is there anybody working on below bug? https://bugs.launchpad.net/nova/+bug/1192192 The comments are ends 2014-03-26 I guess we should fix the VCDriver source codes. If someone is doing now, can you share how to solve the problem? ___ OpenStack-dev

Re: [openstack-dev] Live Migration Bug in vmware VCDriver

2014-08-18 Thread 한승진
) Till now, I see that VCDriver did not implement check_can_live_migrate_destination(), this caused live migration will always be failed when using VCDriver. Thanks. 2014-08-18 16:14 GMT+08:00 한승진 yongi...@gmail.com: Is there anybody working on below bug? https://bugs.launchpad.net/nova/+bug

[openstack-dev] [Cinder] Adding filter seach option to python client

2014-06-29 Thread 한승진
Hi, folks! I just noticed that review of cinder backup filter option was verified which Juan has uploaded. https://review.openstack.org/#/c/90996/ I have requested to review the python client side of backup filter option. Please review my code and we use the functions more efficiently. Here

[openstack-dev] [Openstack-Dev][Live Migration]Live migration bandwidth Configuration of Nova

2014-04-14 Thread 한승진
Is anybody uses live_migration_bandwidth option? I think the option doesn't work at all We have tested live migration functions while changing the configuration. However, we got same results. ___ OpenStack-dev mailing list

Re: [openstack-dev] [Openstack-Dev][Live Migration]Live migration bandwidth Configuration of Nova

2014-04-14 Thread 한승진
Im using KVM 2014. 4. 15. 오후 12:24에 Bohai (ricky) bo...@huawei.com님이 작성: What hypervisor are you using? Ricky *From:* 한승진 [mailto:yongi...@gmail.com] *Sent:* Tuesday, April 15, 2014 9:34 AM *To:* OpenStack Development Mailing List *Subject:* [openstack-dev] [Openstack-Dev][Live Migration

[openstack-dev] [cinder-client][backup]Reviews needed for backup-show bug

2014-02-26 Thread 한승진
Hi all, I posted review for cinder backup bugs. It raises inproper exceptions like 'list() got an unexpected keyword argument 'search_opts'' when we try to show backup which doesn't exist. https://review.openstack.org/#/c/74880/ Moreever, I plan to add filter options to backup list. Below is

[openstack-dev] Proposal for filtering search option to backup list

2014-02-25 Thread 한승진
There is a blueprint for cinder that is search option for listing backup. We can search cinder volumes and snapshots for filtering display_name or status. We do need search option for backup list also. I posted blueprint for filtering option for backup list

Re: [openstack-dev] [nova] Automatic Evacuation

2014-02-20 Thread 한승진
Im also curious about that. I think it is proper that ceilometer should have the role of Mornitoring vm. Nova just opens auto-evacuate API, when a trigger calls the API nova calls like shelve api for the vm re-spawn. What do you think of this? 2014. 2. 21. 오전 7:13에 Costantino, Leandro I

Re: [openstack-dev] [cinder]Multiple backends

2014-02-17 Thread 한승진
You sould define the volume type related to volume backends. For example, you set lvm backend driver in your cinder.conf like below. enabled_backends=lvmdriver-1 [lvmdriver-1] volume_group=cinder-volumes volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver volume_backend_name=LVM you set your

[openstack-dev] What should I do for resolving Tempest Failure in jenkins?

2013-12-26 Thread 한승진
Hi all, I requested to review code about no hpet option. https://blueprints.launchpad.net/nova/+spec/add-no-hpet-option-into-guest-clock I expected that the code is verified. However, the code was failed for verifying tempest test. https://review.openstack.org/#/c/63769/ Actually, this is

[openstack-dev] Add no HPET option for resolving windows vm time drifting

2013-12-19 Thread 한승진
Hi all, When we tested windows guest OS, the time drift case was occured. It meant the clock of windows mv gredually lost a few seconds per minute. It occured especailly the CPUs are working hard. For syncing between Hypervisor and windows vm, we need to other option into libvirt template. I

Re: [openstack-dev] Proposal for approving Auto HA development blueprint.

2013-08-15 Thread 한승진
Hi Konglingxian 1. evacuate - Nova user request for evacuate operation manually. - Evacuate call rebuild method in compute 2. auto-ha - All operation is doing automatically. - Only role of administrator is register auto-ha-hosts, fixing broken host, restoring migrated vm. - auto-ha call