[Yahoo-eng-team] [Bug 1918719] [NEW] update cc_users_groups for uid parameter must be set as string

2021-03-11 Thread Samuel Matzek
Public bug reported: The User and Groups module's uid parameter does not take effect unless you specify its value as a string. I do not know if this is a code defect or if it is working as designed. If it is working as designed, it would be nice if the documentation were updated to note that uid

[Yahoo-eng-team] [Bug 1737779] [NEW] Volume attach sets mountpoint as /dev/na in Cinder attachment

2017-12-12 Thread Samuel Matzek
Public bug reported: The Nova volume attachment is causing the device / mount point of the volume attachment in Cinder to be set to /dev/na. The Trove gate is doing the following steps, though it could probably be recreated with a simple volume attach: 1. Spawn instance with ephemeral disk and

[Yahoo-eng-team] [Bug 1737599] [NEW] Instance resize with attach volume fails

2017-12-11 Thread Samuel Matzek
Public bug reported: The Trove gates are failing when attempting to resize an instance what has an ephemeral disk and an attached volume. The stack when it fails is this: Dec 11 03:03:28.751318 ubuntu-xenial-rax-dfw-0001351106 nova-compute[28059]: ERROR nova.compute.manager [None

[Yahoo-eng-team] [Bug 1488111] Re: Boot from volumes that fail in initialize_connection are not rescheduled

2016-06-20 Thread Samuel Matzek
** Also affects: mitaka (Ubuntu) Importance: Undecided Status: New ** No longer affects: mitaka (Ubuntu) -- 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/1488111

[Yahoo-eng-team] [Bug 1531582] [NEW] Some examples in documentation incorrectly contain dashes vs underscores

2016-01-06 Thread Samuel Matzek
Public bug reported: I know of two examples in the documentation that contain dashes in config keys when they need to be underscores to function at runtime. Following the examples in this case can lead to a lot of wasted time and the dash vs underscore difference can be easy to miss, even when

[Yahoo-eng-team] [Bug 1524038] [NEW] Determining glance version fails with https

2015-12-08 Thread Samuel Matzek
https://my.glance.server:9292/versions: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) The root cause is that this method creates an HttpClient to fetch the versions URI and it does not pass in the cert validation information. ** Affects: nova Importance: Undecide

[Yahoo-eng-team] [Bug 1489982] Re: Virt driver destroy exception is lost during instance shutdown if network deallocation fails

2015-09-01 Thread Samuel Matzek
I created this bug based on old patches I had, a test program that showed excutils.save_and_reraise_exception() was not re-raising the exception, and code inspection of the compute manager _shutdown_instance method. excutils.save_and_reraise_exception() does not re-raise the exception, but it

[Yahoo-eng-team] [Bug 1489982] [NEW] Virt driver destroy exception is lost during instance shutdown if network deallocation fails

2015-08-28 Thread Samuel Matzek
to debug why the virt driver destroy method failed. [1] https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2252 ** Affects: nova Importance: Undecided Assignee: Samuel Matzek (smatzek) Status: New ** Changed in: nova Assignee: (unassigned) = Samuel Matzek

[Yahoo-eng-team] [Bug 1488111] [NEW] Boot from volumes that fail in initialize_connection are not rescheduled

2015-08-24 Thread Samuel Matzek
is in initialize_connection and then work back up the stack to ensure that when this different exception is thrown a BuildAbortException is not thrown so the reschedule can happen. ** Affects: nova Importance: Undecided Assignee: Samuel Matzek (smatzek) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-06 Thread Samuel Matzek
This is purely a Glance bug and can be recreated without Nova in the picture at all, therefore I do not believe that the bug fix mentioned in comment 5 will fix this. See the recreation steps in comment 2. This can be completely abstracted from Nova. The bug is that Glance v1 allows you to set

[Yahoo-eng-team] [Bug 1425657] [NEW] Create server with an image containing a long unicode property value fails

2015-02-25 Thread Samuel Matzek
Public bug reported: Creating a sever using a Glance image which has a long (~256 char) unicode property value fails with database truncation. The root cause is the same as bug: https://bugs.launchpad.net/nova/+bug/1389102 and fix: https://review.openstack.org/#/c/134597/ What's happening is

[Yahoo-eng-team] [Bug 1384386] [NEW] Image block device mappings for snapshots of instances specify delete_on_termination=null

2014-10-22 Thread Samuel Matzek
Public bug reported: Nova Juno Scenario: 1. Boot an instance from a volume. 2. Nova snapshot the instance. This produces a Glance image with a block device mapping property like this: [{guest_format: null, boot_index: 0, no_device: null, snapshot_id: 1a642ca8-210f-4790-ab93-00b6a4b86a14,

[Yahoo-eng-team] [Bug 1384392] [NEW] Snapshot volume backed VM does not handle image metadata correctly

2014-10-22 Thread Samuel Matzek
Public bug reported: Nova Juno The instance snapshot of volume backed instances does not handle image metadata the same way that the regular instance snapshot path does. nova/compute/api/api.py's snapshot path builds the Glance image metadata using nova/compute/utils.py get_image_metadata which

[Yahoo-eng-team] [Bug 1298002] [NEW] Nova does not inject DHCP config to guest OS

2014-03-26 Thread Samuel Matzek
Public bug reported: When booting servers using Nova configured for injecting network setup into the guest OS, Nova is not injecting DHCP network configurations. Nova.conf has these set: # Whether to attempt to inject network setup into guest # (boolean value) flat_injected=true # Template file