[Yahoo-eng-team] [Bug 1807297] [NEW] Add support to configure policy based routing

2018-12-06 Thread Giridhar Jayavelu
Public bug reported: When there are multiple interfaces with their own default gateways, this could result in asymmetric routing. In order to solve this, policy based routing would have to be configured. - There is already support to configure routes in cloud-init, but it misses ability to speci

[Yahoo-eng-team] [Bug 1777491] [NEW] Avoid redundant compute node update

2018-06-18 Thread Giridhar Jayavelu
/resource_tracker.py#L762 This triggers update_provider_tree() or get_inventory() on the virt driver, scanning all resources twice within same method. ** Affects: nova Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1623738] [NEW] Disabled state of host is not updated when reason is not provided.

2016-09-14 Thread Giridhar Jayavelu
state getting updated. Before concatenating disable_reason with DISABLE_PREFIX, disabled_reason should be checked if it is defined or not. ** Affects: nova Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu) Status: In Progress ** Changed in: nova Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1517643] [NEW] VMware: metadata definition for QoS resource allocation

2015-11-18 Thread Giridhar Jayavelu
, memory_shares_share, memory_shares_level, cpu_reservation, cpu_limit, cpu_shares_share, cpu_shares_level [1] http://specs.openstack.org/openstack/nova- specs/specs/mitaka/approved/vmware-limits.html ** Affects: glance Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu

[Yahoo-eng-team] [Bug 1498645] [NEW] [VMware] Creating snapshot stuck at "Image uploading" state

2015-09-22 Thread Giridhar Jayavelu
198345f92124f370211a9d39e Merge: 84437b9 5c3a3bd Author: Jenkins Date: Tue Sep 15 02:00:35 2015 + Merge "Make task_time_to_live work" nova --- commit fe1d118c0c37cd94fe05271946ded8c2b11f9482 Merge: b14bc0a 812d75e Author: Jenkins Date: Wed Sep 16 05:13:44 2015 + Merge

[Yahoo-eng-team] [Bug 1498233] [NEW] No error thrown while importing an image which does not have read permission

2015-09-21 Thread Giridhar Jayavelu
Public bug reported: Started devstack from master branch on git. I tried to create an image on horizon by choosing "Image location" option for Image source and passed an URL to ova file. "Copy data" option was selected. There were no errors thrown after submitting the request. Also, after refr

[Yahoo-eng-team] [Bug 1495834] [NEW] [VMware] Launching an instance with large image size crashes nova-compute

2015-09-15 Thread Giridhar Jayavelu
Public bug reported: Created an image of size ~6.5GB. Launching a new instance from this image crashes nova-compute. I'm observing nova-compute node running out of memory. This could probably be due to reading entire file stream in memory without using proper chunk size. This is from git source