Earlier  
Posted Nick Remark
#openstack-nova - 2020-11-27
16:50:07 lyarwood on google-chrome at least
16:52:07 sean-k-mooney ya that sometimes happened before
16:52:14 sean-k-mooney i never really figured out why
16:52:24 sean-k-mooney its not new to the new version
16:52:37 sean-k-mooney you coudl work around it by disabling fast rendering
16:52:38 lyarwood ah kk, first time I've seen it
16:52:46 sean-k-mooney but that is not an option now
17:15:49 openstackgerrit Elod Illes proposed openstack/nova stable/pike: Validate id as integer for os-aggregates https://review.opendev.org/c/openstack/nova/+/764479
17:42:05 openstackgerrit Stephen Finucane proposed openstack/nova master: utils: Sanitize purely numeric TLD in hostnames https://review.opendev.org/c/openstack/nova/+/764482
17:43:18 stephenfin artom: sean-k-mooney: Have at it ^
17:43:33 stephenfin I think that's the most sensible solution of the poor selection available to us
17:44:02 stephenfin :)
17:44:31 artom stephenfin, yeah, a new spec/API is too much work for something like this
17:44:32 lyarwood incoming
17:46:23 openstackgerrit Lee Yarwood proposed openstack/nova master: Add encryption fields to BlockDeviceMapping object and table https://review.opendev.org/c/openstack/nova/+/760453
17:46:24 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP virt: Add ephemeral encryption flag https://review.opendev.org/c/openstack/nova/+/760455
17:46:24 openstackgerrit Lee Yarwood proposed openstack/nova master: image_meta: Add ephemeral encryption properties https://review.opendev.org/c/openstack/nova/+/760454
17:46:25 openstackgerrit Lee Yarwood proposed openstack/nova master: func: Allow compute_driver to be set and used by _IntegratedTestBase https://review.opendev.org/c/openstack/nova/+/764484
17:46:25 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP scheduler: Add an ephemeral encryption pre filter https://review.opendev.org/c/openstack/nova/+/760456
17:46:26 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP compute: Update bdms with ephemeral encryption details when requested https://review.opendev.org/c/openstack/nova/+/764486
17:46:26 openstackgerrit Lee Yarwood proposed openstack/nova master: BlockDeviceMapping: Add is_local property https://review.opendev.org/c/openstack/nova/+/764485
17:56:38 openstackgerrit Stephen Finucane proposed openstack/nova master: pci: Improve docs for '_filter_*' functions https://review.opendev.org/c/openstack/nova/+/764376
17:56:39 openstackgerrit Stephen Finucane proposed openstack/nova master: pci: Improve testing of 'nova.pci.request' module https://review.opendev.org/c/openstack/nova/+/764446
17:56:39 openstackgerrit Stephen Finucane proposed openstack/nova master: pci: Add logging for filtering https://review.opendev.org/c/openstack/nova/+/764377
18:01:08 sean-k-mooney stephenfin: we should jsut block anything with a . in it
18:04:54 sean-k-mooney stephenfin: if you want to allow FQDNS you shoudl write a spec and add a new microverion. this has implecatoin for cloud init and anything that assumes the hostname is a host name soe im not ok with adding support for hostnames as a bug fix
18:05:08 sean-k-mooney *support for FQDNs
18:13:20 artom Yeah, if it were up to me, I'd add a new microversion that did 2 things: 1. remove all the sanitization that we do, and just fail with a 400 if we get a bad hostname and 2. decouples VM names from dns_name, adding a separate argument for the latter
18:13:37 artom Piling on more obscure magic doesn't seem like the way forward
18:16:49 artom Wait, is instance.hostname exposed anywhere?
18:16:56 artom IOW, what do we actually use it for?
18:17:05 sean-k-mooney we use it for cloud init
18:17:10 sean-k-mooney its in the metadata
18:17:29 sean-k-mooney how your vm end up being called the same as the server name
18:17:54 sean-k-mooney but the vm also has a display name which can be modifed after and that is what we show in the cli/ui
18:18:03 sean-k-mooney the hostname cannot be changed
18:18:13 sean-k-mooney at lease i dont think it can
18:19:58 artom Ah, so the hostname isn't API-visible
18:20:05 artom OK, this mellows me a bit
18:24:07 sean-k-mooney artom: it is
18:24:17 sean-k-mooney its in the server details reponce
18:24:23 sean-k-mooney i think its just readonly once set
18:25:37 artom Ah, yeah, in the extended attributes
18:25:40 artom Bleah
18:25:53 sean-k-mooney OS-EXT-SRV-ATTR:hostname": "new-server-test",
18:26:25 sean-k-mooney its admin only by defaul but its in the api
18:27:12 sean-k-mooney you can change the server name vai a put but you cant change the hostname
18:27:36 sean-k-mooney i mean you can ssh in and manually change ti but its not changeable via the api
18:28:00 sean-k-mooney when you update the cerver name it updates the display name
19:16:50 gmann lyarwood: gibi bauzas skipped test in ceph job is passing now with tempest fix as depends-on - https://review.opendev.org/c/openstack/nova/+/764311
21:46:54 openstackgerrit Merged openstack/nova stable/train: docs: Clarify configuration steps for PF devices https://review.opendev.org/c/openstack/nova/+/764329
#openstack-nova - 2020-11-28
01:38:59 openstackgerrit Takashi Natsume proposed openstack/nova stable/victoria: Fix a hacking test https://review.opendev.org/c/openstack/nova/+/758112
01:39:48 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/c/openstack/nova/+/728094
01:40:57 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/c/openstack/nova/+/728109
01:41:57 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/c/openstack/nova/+/728117
06:07:22 openstackgerrit Merged openstack/nova master: nova-live-migration: Disable *all* virt services during negative tests https://review.opendev.org/c/openstack/nova/+/762623
06:07:48 openstackgerrit Merged openstack/nova master: Support sys.argv in wsgi app https://review.opendev.org/c/openstack/nova/+/763750
07:36:44 openstackgerrit Merged openstack/nova stable/train: Validate id as integer for os-aggregates https://review.opendev.org/c/openstack/nova/+/764455
09:36:15 openstackgerrit Brin Zhang proposed openstack/nova master: Remove tenant from List Servers APIs https://review.opendev.org/c/openstack/nova/+/764292
11:55:27 openstackgerrit Merged openstack/nova master: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/757894
12:22:47 openstackgerrit Merged openstack/nova master: zuul: Add devstack-plugin-ceph-compute-local-ephemeral to experimental https://review.opendev.org/c/openstack/nova/+/743220
14:37:03 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Revert "zuul: Skip test_attach_scsi_disk_with_config_drive in nova-ceph-multistore" https://review.opendev.org/c/openstack/nova/+/764311
14:47:52 openstackgerrit Merged openstack/nova master: Replace md5 with oslo version https://review.opendev.org/c/openstack/nova/+/756434
#openstack-nova - 2020-11-29
01:50:09 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/c/openstack/nova/+/728094
01:59:45 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/c/openstack/nova/+/728109
02:09:44 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/c/openstack/nova/+/728117
05:39:17 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Reuse code from oslo lib for JSON policy migration https://review.opendev.org/c/openstack/nova/+/763487
05:41:03 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Reuse code from oslo lib for JSON policy migration https://review.opendev.org/c/openstack/nova/+/763487
10:29:02 openstackgerrit Adit Sarfaty proposed openstack/nova master: Retry on vmware create_vm when it fails https://review.opendev.org/c/openstack/nova/+/764586
11:08:09 openstackgerrit Adit Sarfaty proposed openstack/nova master: Retry on vmware create_vm when it fails https://review.opendev.org/c/openstack/nova/+/764586
18:56:54 openstackgerrit Lee Yarwood proposed openstack/nova stable/victoria: zuul: Replace nova-live-migration with zuulv3 jobs https://review.opendev.org/c/openstack/nova/+/764432
#openstack-nova - 2020-11-30
02:32:32 openstackgerrit DatLQ proposed openstack/nova stable/victoria: Fix unplugging VIF when migrate/resize VM https://review.opendev.org/c/openstack/nova/+/764504
03:35:22 openstackgerrit Xinran WANG proposed openstack/nova-specs master: SRIOV Enabled Nic Support Specification https://review.opendev.org/c/openstack/nova-specs/+/742785
03:53:29 openstackgerrit Brin Zhang proposed openstack/nova master: Remove tenant from List Servers APIs https://review.opendev.org/c/openstack/nova/+/764292
05:49:27 openstackgerrit Brin Zhang proposed openstack/nova master: Remove tenant from List Servers APIs https://review.opendev.org/c/openstack/nova/+/764292
08:08:11 gibi good morning
08:29:33 openstackgerrit Wenping Song proposed openstack/nova master: Nova supports password encrypted VNC https://review.opendev.org/c/openstack/nova/+/622336
08:39:41 openstackgerrit Brin Zhang proposed openstack/nova master: Remove tenant from List Servers APIs https://review.opendev.org/c/openstack/nova/+/764292
08:40:12 lyarwood gmann++ awesome thanks!
08:45:04 openstackgerrit Lee Yarwood proposed openstack/nova stable/victoria: zuul: Replace nova-live-migration with zuulv3 jobs https://review.opendev.org/c/openstack/nova/+/764432
08:45:27 lyarwood elod / bauzas ; ^ okay this should finally get stable/victoria passing again now
08:46:06 lyarwood gibi: https://review.opendev.org/c/openstack/nova/+/764246 - could you take a look at this today if you get time please?
08:47:18 gibi lyarwood: on it
08:48:03 lyarwood thanks :)
08:48:30 openstackgerrit Lee Yarwood proposed openstack/nova stable/victoria: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/764612
08:48:30 openstackgerrit Lee Yarwood proposed openstack/nova stable/victoria: Add regression test for bug #1899649 https://review.opendev.org/c/openstack/nova/+/764611
08:48:31 openstack bug 1899649 in OpenStack Compute (nova) "Volume marked as available after a failure to build" [Undecided,In progress] https://launchpad.net/bugs/1899649 - Assigned to Lee Yarwood (lyarwood)
08:54:27 gibi lyarwood: you missed the [compute] -> [DEFAULT] update in the commit message. Also stephenfin asked for a reno
08:55:32 openstackgerrit chengsheng proposed openstack/nova master: Modify the default value of the force parameter in live migration https://review.opendev.org/c/openstack/nova/+/762458
08:58:47 lyarwood gibi: ack I'll sort that out now
09:11:29 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Skip encryption metadata lookups if secret already exists on host https://review.opendev.org/c/openstack/nova/+/764246
09:15:03 gibi lyarwood: +@
09:15:04 gibi lyarwood: +2
09:17:48 viks____ I have a compute node with nvme. With sysbench I/O tests for disk i get:
09:17:48 viks____ Hi, I'm trying to gauge disk I/O performance.
09:17:55 viks____ https://www.irccloud.com/pastebin/6y4td58R/
09:18:13 viks____ However, in vm which is created in the same host, i get
09:18:19 viks____ https://www.irccloud.com/pastebin/6LLVRG5F/
09:18:43 viks____ Why read speed in the vm is very less and why the write speed is high on vm compared to host? I use below commands to test read and write using sysbench:
09:18:50 viks____ https://www.irccloud.com/pastebin/bzcImC3H/

Earlier   Later