[Yahoo-eng-team] [Bug 1741364] [NEW] ceph ephemeral info not updated during live migrate

2018-01-04 Thread Walt Boring
Public bug reported: rbdimages information isn't updated during a live migration. I have a customer that has updated their ceph cluster and added a new monitor IP. He adds a new monitor to his ceph cluster and updates ceph.conf on all of the openstack nodes to reflect the new monitor IP.

[Yahoo-eng-team] [Bug 1609984] [NEW] volume-detach fails for shelved instance

2016-08-04 Thread Walt Boring
Public bug reported: nova/compute/api.py::_local_cleanup_bdm_volumes passes a fake connector to Cinder to ask it to terminate a connection to a volume. Many Cinder volume drivers need a valid connector that has a real 'host' value in order to terminate the connection on the array. The connector

[Yahoo-eng-team] [Bug 1593860] [NEW] iscsi_use_multipath confusing

2016-06-17 Thread Walt Boring
Public bug reported: The [libvirt] config option 'iscsi_use_multipath' is confusing because it's also used for Fibre Channel. Since you can have iSCSI and FC attaches on the same compute host, it makes sense to have a single config option that enables checking for multipath attaches globally

[Yahoo-eng-team] [Bug 1581230] [NEW] Nova should not inspect cinder volume state during attach

2016-05-12 Thread Walt Boring
Boring (walter-boring) Status: New ** Changed in: nova Assignee: (unassigned) => Walt Boring (walter-boring) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1493350] Re: Attach Volume fail : Cinder - ISCSI device symlinks under /dev/disk/by-path in hex.

2016-02-16 Thread Walt Boring
** Changed in: nova Status: Opinion => Fix Released ** Changed in: cinder Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1449492] Re: Cinder not working with IPv6 ISCSI

2015-12-09 Thread Walt Boring
the os-brick patch is here: https://review.openstack.org/#/c/234425/ ** Changed in: os-brick Status: New => In Progress ** Changed in: os-brick Assignee: (unassigned) => Lukas Bezdicka (social-b) ** Changed in: os-brick Importance: Undecided => Medium ** Changed in: cinder

[Yahoo-eng-team] [Bug 1367189] Re: multipath not working with Storwize backend if CHAP enabled

2015-10-27 Thread Walt Boring
** Changed in: os-brick Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1367189 Title: multipath not working with Storwize

[Yahoo-eng-team] [Bug 1406161] Re: boot from fcsan volume live migration caused bdm table lost connection_info value

2015-08-10 Thread Walt Boring
** Changed in: nova Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1406161 Title: boot from fcsan volume live migration caused

[Yahoo-eng-team] [Bug 1406161] Re: boot from fcsan volume live migration caused bdm table lost connection_info value

2015-06-24 Thread Walt Boring
** Changed in: nova Assignee: (unassigned) = Walt Boring (walter-boring) ** Also affects: os-brick Importance: Undecided Status: New ** Changed in: os-brick Assignee: (unassigned) = Walt Boring (walter-boring) ** Changed in: os-brick Status: New = Confirmed

[Yahoo-eng-team] [Bug 1370226] Re: LibvirtISCSIVolumeDriver cannot find volumes that include pci-* in the /dev/disk/by-path device

2015-04-15 Thread Walt Boring
** Also affects: os-brick Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1370226 Title: LibvirtISCSIVolumeDriver cannot find

[Yahoo-eng-team] [Bug 1367189] Re: multipath not working with Storwize backend if CHAP enabled

2015-04-15 Thread Walt Boring
** Also affects: os-brick Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1367189 Title: multipath not working with Storwize

[Yahoo-eng-team] [Bug 1441903] [NEW] rootwrap.d ln doesn't work for non iSCSI volumes

2015-04-08 Thread Walt Boring
Public bug reported: The compute.filters line for ln doesn't allow for anything other than iSCSI volumes. It should allow for FC based volumes as well. # nova/virt/libvirt/volume.py: sginfo: CommandFilter, sginfo, root sg_scan: CommandFilter, sg_scan, root ln: RegExpFilter, ln, root, ln,

[Yahoo-eng-team] [Bug 1439861] Re: encrypted iSCSI volume attach fails to attach when multipath-tools installed

2015-04-02 Thread Walt Boring
Thanks for filing this one Anthony. This is basically user error and invalid. If you have multipath-tools installed and running on a system, you really need to enable it in nova.conf and cinder.conf (if this is a cinder controller as well). invalid bug. ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1423690] [NEW] rebuild_instance doesn't detach cinder volumes correctly

2015-02-19 Thread Walt Boring
Public bug reported: The compute manager's rebuild_instance doesn't detach a volume correctly prior to trying to stand up the vm again. https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2873 rebuild_instance() defines detach_block_devices to call cinder's detach_volume()

[Yahoo-eng-team] [Bug 1378568] [NEW] new horizon inverted tab style is very confusing and ugly

2014-10-07 Thread Walt Boring
Public bug reported: I just noticed the new patch that landed in horizon that changes the look/style of the tabs in horizon. https://review.openstack.org/#/c/115649/ This new ui is confusing and very ugly. It's very hard to distinguish now which tab is selected as the tab is inverted. This

[Yahoo-eng-team] [Bug 1060451] Re: detach volume has no effect with HpSanISCSIDriver

2014-09-03 Thread Walt Boring
** Changed in: cinder Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1060451 Title: detach volume has no effect with

[Yahoo-eng-team] [Bug 1192763] Re: Removing FC device causes exception preventing detachment completion

2014-07-28 Thread Walt Boring
This bug isn't valid anymore. ** Changed in: nova Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1192763 Title: Removing FC device

[Yahoo-eng-team] [Bug 1291007] [NEW] device_path not available at detach time for boot from volume

2014-03-11 Thread Walt Boring
Public bug reported: When you do a normal volume attach to an existing VM and then detach it, the connection_info contains the following connection_info['data']['device_path'] at libvirt volume driver disconnect_volume(self, connection_info, mount_device) time. When you boot a VM from a

[Yahoo-eng-team] [Bug 1288360] [NEW] FibreChannel detach fails with missing devices key

2014-03-05 Thread Walt Boring
. ** Affects: nova Importance: Undecided Assignee: Walt Boring (walter-boring) Status: Confirmed ** Changed in: nova Assignee: (unassigned) = Walt Boring (walter-boring) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1288039] [NEW] live-migration cinder boot volume target_lun id incorrect

2014-03-04 Thread Walt Boring
Public bug reported: When nova goes to cleanup _post_live_migration on the source host, the block_device_mapping has incorrect data. I can reproduce this 100% of the time with a cinder iSCSI backend, such as 3PAR. This is a Fresh install on 2 new servers with no attached storage from Cinder