[Yahoo-eng-team] [Bug 1579667] [NEW] delete an shelved_offloaded server cause failure in cinder

2016-05-09 Thread Peter Wang
Public bug reported: When deleting an shelved_offloaded STATE VM instance with volume attached, nova passes a connector dictionary:   connector = {'ip': '127.0.0.1', 'initiator': 'iqn.fake'} to cinder for terminate connnection, this causes KeyError in cinder driver code : https://github.com/open

[Yahoo-eng-team] [Bug 1451860] [NEW] Attached volume migration failed, due to incorrect arguments order passed to swap_volume

2015-05-05 Thread Peter Wang
Public bug reported: Steps to reproduce: 1. create a volume in cinder 2. boot a server from image in nova 3. attach this volume to server 4. use ' cinder migrate --force-host-copy True 3fa956b6-ba59-46df-8a26-97fcbc18fc82 openstack-wangp11-02@pool_backend_1#Pool_1' log from nova compute:( see

[Yahoo-eng-team] [Bug 1447490] [NEW] Deletion of instances will be stuck forever if any of deletion hung in 'multipath -r'

2015-04-23 Thread Peter Wang
Public bug reported: I created about 25 VMs from bootable volumes, after finishing this, I ran a script to deletion all of them in a very short time. while what i saw was: all of the VMs were in 'deleting' status and would never be deleted after waiting for hours from ps cmd: stack@ubuntu-server