[Yahoo-eng-team] [Bug 1499345] [NEW] ovs-neutron-agent fails to start on Windows because signal SIGHUP does not exist

2015-09-24 Thread Adelina Tuvenie
Public bug reported: Change Ic0cf8a9ca7f3a16b556a6825e2979471ae136c33 has added the handling of SIGHUP in neutron_ovs_agent. This does not work on Windows as there is no SIGHUP signal on windows. ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1497940] [NEW] ovs_neutron_agent doesn't start because validate_local_ip_method uses linux specific implementation

2015-09-21 Thread Adelina Tuvenie
Public bug reported: Change I4b4527c28d0738890e33b343c9e17941e780bc24 introduced a validate_local_ip sanity check for the local_ip to see that it belongs to the host. This method uses linux specific implementation [1] that fails on windows. [1]

[Yahoo-eng-team] [Bug 1483645] [NEW] Ephemeral disk size in volume can be bypassed when booting instance

2015-08-11 Thread Adelina Tuvenie
Public bug reported: When booting a server with ephemeral disks without specifying the size it defaults to the flavor ephemeral disk size for all of them. Steps: 1. Create custom flavor with ephemeral disk 0 ubuntu@ubuntu:~$ nova flavor-list

[Yahoo-eng-team] [Bug 1479129] [NEW] Hyper-V doesn't boot instances from volume with ephemeral disk

2015-07-28 Thread Adelina Tuvenie
Public bug reported: Instance boot from volume fails in Hyper-V if flavor has ephemeral disk. Boot fails with the following error: HyperVException: WMI job failed with status 10. Error details: Failed to add device 'Physical Disk Drive'. This happens because the Hyper-V tries to attach both the

[Yahoo-eng-team] [Bug 1467409] [NEW] HyperV destroy vm fails on Windows Server 2008R2

2015-06-22 Thread Adelina Tuvenie
Public bug reported: Delete vm fails on Windows Server 2008R2 with the following error: WindowsError: [Error 145] The directory is not empty: 'C:\\OpenStack\\Instances\\instance-0003' This is happening because on Windows 2008R2 it takes a while (1-2 sec. ) for Hyper-V to delete the

[Yahoo-eng-team] [Bug 1451388] [NEW] OVS neutron agent missing ports on Hyper-V

2015-05-04 Thread Adelina Tuvenie
Public bug reported: In order for networking to work on Hyper-V two ports must be added in br-tun, external.1 and internal and their associated flows . If the OVS neutron agent restarts these two ports and flows get deleted when setting up the tunnel bridge and need to be added again. **

[Yahoo-eng-team] [Bug 1427467] [NEW] Oversight when copying configdrive during live migration on Hyperv

2015-03-02 Thread Adelina Tuvenie
Public bug reported: When fixing bug https://launchpad.net/bugs/1322096 there was an oversight. When copying the iso we check if the instance requires a config drive and if that config drive is a iso, by checking the value config_drive_cdrom from the conf. This value can change and thus, even if

[Yahoo-eng-team] [Bug 1421272] [NEW] Hyper-V: Attribute error when trying to spawn instance from vhd image

2015-02-12 Thread Adelina Tuvenie
and this the AttributeError when trying to return the root_gb. ** Affects: nova Importance: Undecided Assignee: Adelina Tuvenie (atuvenie) Status: New ** Tags: hyper-v ** Changed in: nova Assignee: (unassigned) = Adelina Tuvenie (atuvenie) -- You received this bug

[Yahoo-eng-team] [Bug 1363899] [NEW] HyperV Vm Console Log issues

2014-09-01 Thread Adelina Tuvenie
the actual pipe path. In order to avoid confusion this should return the pipe path or None instead of a list. ** Affects: nova Importance: Undecided Assignee: Adelina Tuvenie (atuvenie) Status: In Progress ** Tags: hyper-v -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1361256] [NEW] TypeError when instance fails to build

2014-08-25 Thread Adelina Tuvenie
Public bug reported: In some cases when a instance fails to build and it is set in ERROR state by the manager, we get the following error: TypeError: string indices must be integers, not str. This happens because the method _set_instance_error_state is wrongly called with instance.uuid instead of

[Yahoo-eng-team] [Bug 1352428] [NEW] HyperV Shutting Down state is not mapped

2014-08-04 Thread Adelina Tuvenie
Public bug reported: The method which gets VM related information can fail if the VM is in an intermediary state such as Shutting down. The reason is that some of the Hyper-V specific vm states are not defined as possible states. This will result into a key error as shown bellow: