[Yahoo-eng-team] [Bug 1694183] [NEW] PFs with vlan are not being reported via devices metadata

2017-05-28 Thread Vladik Romanovsky
Public bug reported: In some cases, Physical functions with VLAN are not being reported via the device's metadata, since info_cache shows as empty. Refreshing the info_cache before metadata creation solves the problem. ** Affects: nova Importance: Undecided Status: New ** Tags: me

[Yahoo-eng-team] [Bug 1659467] [NEW] Cannot start instances with neutrons multi-provider network

2017-01-25 Thread Vladik Romanovsky
t to retrieve a single network, such as here [2] [1] https://bugs.launchpad.net/openstack-api-site/+bug/1242019 [2] https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1417 ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky)

[Yahoo-eng-team] [Bug 1657035] [NEW] libvirt overwrites externally set vlan tags in macvtap passthrough mode with VFs

2017-01-17 Thread Vladik Romanovsky
fects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Tags: libvirt ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1647776] [NEW] sriov functional test should avoid starting compute service twice with the same hostname

2016-12-06 Thread Vladik Romanovsky
: Vladik Romanovsky (vladik-romanovsky) Status: In Progress ** Tags: libvirt testing ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1582822] Re: PCI-PT : SRIOV enabled interface dev_name in pci whitelist does not give the product_id of PF for the direct-physical_network , it always take the VF's product_id

2016-11-17 Thread Vladik Romanovsky
*** This bug is a duplicate of bug 1613434 *** https://bugs.launchpad.net/bugs/1613434 ** This bug has been marked a duplicate of bug 1613434 Whitelisted PFs aren't being recognized -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1636565] [NEW] Time is not synced for resumed from suspend instances

2016-10-25 Thread Vladik Romanovsky
Public bug reported: Time is not being synchronized for resumed from suspend instances as guest.resume() method is not being called on resume operations. ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Tags: libvirt

[Yahoo-eng-team] [Bug 1590746] Re: SRIOV PF/VF allocation fails with NUMA aware flavor

2016-07-27 Thread Vladik Romanovsky
*** This bug is a duplicate of bug 1582278 *** https://bugs.launchpad.net/bugs/1582278 ** This bug has been marked a duplicate of bug 1582278 [SR-IOV][CPU Pinning] nova compute can try to boot VM with CPUs from one NUMA node and PCI device from another NUMA node. -- You received this bug

[Yahoo-eng-team] [Bug 1597521] [NEW] files should not be injected if config drive is configured

2016-06-29 Thread Vladik Romanovsky
Public bug reported: A regression introduced by [1], which made files to be injected into the root disk even if the config disk is not in use. [1] https://review.openstack.org/#/c/303335 ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky

[Yahoo-eng-team] [Bug 1593745] [NEW] Suspended or migrated instances may have a wrong time on restore

2016-06-17 Thread Vladik Romanovsky
cided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Tags: libvirt ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1543288] [NEW] osinfo should not emit multiple error messages when module isn't loaded

2016-02-08 Thread Vladik Romanovsky
Romanovsky (vladik-romanovsky) Status: New ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). ht

[Yahoo-eng-team] [Bug 1463655] [NEW] test_model_kvm_bogus fails with ImageMetaProps object

2015-06-09 Thread Vladik Romanovsky
5-06-08 21:58:49.685 | raise ValueError(msg) 2015-06-08 21:58:49.686 | ValueError: Field value acme is invalid ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: In Progress ** Tags: libvirt ** Changed in: nova Ass

[Yahoo-eng-team] [Bug 1463651] [NEW] test_get_guest_config_os_command_empty fails with the new ImageMetaProps object

2015-06-09 Thread Vladik Romanovsky
uot;Field `%s' cannot be None") % attr) ValueError: Field `os_command_line' cannot be None ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: In Progress ** Tags: libvirt ** Changed in: nova Assignee: (unassigned) =&g

[Yahoo-eng-team] [Bug 1387539] Re: Failed to hard reboot lxc instance booted from image

2015-04-08 Thread Vladik Romanovsky
*** This bug is a duplicate of bug 1370590 *** https://bugs.launchpad.net/bugs/1370590 ** This bug has been marked a duplicate of bug 1370590 Libvirt _create_domain_and_network calls missing disk_info -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1415333] [NEW] Memnode element is not supported on all versions of libvirt

2015-01-27 Thread Vladik Romanovsky
ges/libvirt.py", line 3240, in defineXML if ret is None:raise libvirtError('virDomainDefineXML() failed', conn=self) libvirtError: XML error: unsupported XML element memnode ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky)

[Yahoo-eng-team] [Bug 1408070] [NEW] Instance crashes when guest topology is being requested

2015-01-06 Thread Vladik Romanovsky
guest_numa_config.numatune) File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3782, in _get_guest_memory_backing_config smallest = avail_pagesize[0] IndexError: list index out of range ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-ro

[Yahoo-eng-team] [Bug 1401171] [NEW] Instance creation fails with with HTTP 500 - IndexError: list index out of range

2014-12-10 Thread Vladik Romanovsky
er = self._view_builder.create(req, instances[0]) IndexError: list index out ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You receiv

[Yahoo-eng-team] [Bug 1389850] [NEW] libvirt: Custom disk_bus setting is being lost when migration is reverted

2014-11-05 Thread Vladik Romanovsky
Public bug reported: When migration is being reverted on a host, the default disk_bus setting are lost . finish_revert_migration() should use image_meta, if it exist, when constructing the disk_info. ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky

[Yahoo-eng-team] [Bug 1218780] Re: Image property "hw_vif_model" is not honored again if we do a VM soft/hard reboot via Nova

2014-10-22 Thread Vladik Romanovsky
It has been fixed a while ago: https://review.openstack.org/#/c/58701/ ** Changed in: nova 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). https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1383377] [NEW] cpu.shares are not affected by the number of vCPUs

2014-10-20 Thread Vladik Romanovsky
amount of vCPUs, in the instance, increases. ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Tags: compute libvirt ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-romanovsky) -- You received t

[Yahoo-eng-team] [Bug 1346385] [NEW] libvirt: live migration stopped working after shared storage pacthes

2014-07-21 Thread Vladik Romanovsky
OR oslo.messaging._drivers.common [-] Returning exception local variable 'instance_dir' referenced before assignment to caller 2014-07-17 16:14:14.280 50785 ERROR oslo.messaging._drivers.common [-] ['Traceback (most recent call last):\n', ' File "/usr/lib/python2

[Yahoo-eng-team] [Bug 1337472] Re: UnboundLocalError: local variable 'domain' referenced before assignment

2014-07-04 Thread Vladik Romanovsky
Hi, It looks like it's using some old code, before commit: 5a98983e87e5020626db2e319f7b00ae547ae8e1 There was a bug, previously, that was addressing it #1326998 and has been resolved already. ** Changed in: nova Assignee: Vladik Romanovsky (vladik-romanovsky) => (unassigned)

[Yahoo-eng-team] [Bug 1330981] [NEW] Cannot attach volumes to LXC instances

2014-06-17 Thread Vladik Romanovsky
ach a volume named /dev/na ** Affects: nova Importance: Undecided Assignee: Vladik Romanovsky (vladik-romanovsky) Status: New ** Tags: libvirt lxc ** Tags added: lxc ** Tags added: libvirt ** Changed in: nova Assignee: (unassigned) => Vladik Romanovsky (vladik-ro

[Yahoo-eng-team] [Bug 1251520] Re: Nova compute's auto re-enable logic breaks the manual control of the service status

2014-06-05 Thread Vladik Romanovsky
** Changed in: nova Status: In Progress => 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/1251520 Title: Nova compute's auto re-enable logic breaks the ma

[Yahoo-eng-team] [Bug 1254450] Re: nova migrate fails

2014-02-21 Thread Vladik Romanovsky
I agree with zhangjl, It seems that there is something wrong with your ssh keys, as you can see from the logs: Command: ssh 10.35.104.17 mkdir -p /var/lib/nova/instances/3b7ef5ae-94f4-44a8-a028-104e35cc9505 Exit code: 255 Stdout: '' Stderr: 'Host key verification failed.\r\n' Also, with this bug