Earlier  
Posted Nick Remark
#openstack-nova - 2020-06-15
16:06:19 lvdombrkr melwitt: so this steps should be provided to each VM? i mean there is no any automation for this
16:07:57 melwitt lvdombrkr: right, unless you deploy a cloud image that contains the package already, for example. AFAIK anyway, I'm not an expert on this. you may also be able to add it via a script that you pass as userdata to cloud-init to install extra packages you need, that might be a way of automating an install if it's not baked into the image
16:09:13 melwitt but for the sake of sanity testing, I would install it manually once and see if your password setting works, then next figure out how you want to automate
16:09:39 melwitt just to verify there aren't any additional problems first
16:14:45 lvdombrkr melwitt: ok i seee
16:14:50 lvdombrkr thanj you for assist
16:15:00 lvdombrkr will try to figure out
16:15:56 melwitt ok cool. lmk if it doesn't work after installing the package
16:21:07 lvdombrkr melwitt: sure thanks
17:20:25 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove hacking rules for python 2/3 compatibility https://review.opendev.org/733987
17:20:41 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.PY2 and six.PY3 https://review.opendev.org/726512
17:21:07 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.add_metaclass https://review.opendev.org/726565
17:21:28 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.reraise https://review.opendev.org/726898
17:21:51 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.moves https://review.opendev.org/727224
17:22:32 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.iteritems/itervalues/iterkeys https://review.opendev.org/727757
17:22:56 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.byte2int/int2byte https://review.opendev.org/727777
17:23:23 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/728094
17:23:54 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/728109
17:24:40 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/728117
18:05:02 dansmith elod: so are you good with this final version? https://review.opendev.org/#/c/735205
18:11:05 elod dansmith: oh, just reviewed it and I've found one issue
18:11:42 elod but otherwise it will be ok :)
18:12:19 elod I've tested some cases locally and looks fine
18:14:34 dansmith ack
18:15:31 openstackgerrit Dan Smith proposed openstack/nova master: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735205
18:15:34 dansmith elod: ^
18:17:14 elod dansmith: +1, thanks :)
18:17:21 dansmith elod: cool thanks
18:17:23 dansmith gmann: ^
18:17:49 gmann dansmith: ack, will review after lunch.
18:18:02 dansmith gmann: thanks, I'll update the backport after that
18:18:18 gmann ok
18:58:52 prometheanfire for ephemeral disks, 2 questions, are they live migrated and can you use a diferent backing store than the default (in my case, a diferent lvm vg)?
19:10:56 melwitt dansmith: fyi I'll also review after gmann
19:36:12 openstackgerrit Ghanshyam Mann proposed openstack/nova stable/ussuri: DNM: Testing a thing https://review.opendev.org/735241
19:42:05 dansmith melwitt: thjanks
20:07:46 openstackgerrit Merged openstack/nova stable/stein: Add functional test for bug 1550919 https://review.opendev.org/732695
20:07:46 openstack bug 1550919 in OpenStack Compute (nova) stein "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,In progress] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
21:33:11 gmann dansmith: melwitt +2, lgtm.
21:34:09 gmann stable-only tag testing result also good (will be uploaded by zuul soon)
21:44:18 dansmith gmann_afk: thanks
22:32:34 openstackgerrit Merged openstack/nova master: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735205
23:52:22 oyrogerg Hey I thought I'd report back: We've successfully upgraded Nova mons from Rocky to Train-with-Placement. Flawless upgrade it seems.
23:53:21 oyrogerg Using https://docs.openstack.org/placement/train/admin/upgrade-to-stein.html https://docs.openstack.org/placement/train/install/install-ubuntu.html and Puppet OpenStack modules, a good bit of testing on our test cluster, and all's well.
23:53:49 oyrogerg So, thank you to everyone who maintains Nova, Placement, and the above things.
#openstack-nova - 2020-06-16
00:41:49 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
01:03:28 melwitt oyrogerg: that's really nice to hear, thanks for sharing :)
01:18:53 oyrogerg I made a point of coming back because I asked if it could be done and someone said I had to go to Stein first. We thought about it and tested it and it worked, so we took the plunge.
01:20:00 oyrogerg I'm still fully willing to believe that the safer option for more cases would have been to step through, but for us it worked to jump. Happy days.
01:24:13 melwitt oyrogerg: ah, gotcha. yeah, it depends on whether any data migrations happened and whether said migration code has been removed. but releases closer together are "safer" because migration code might still be around
01:25:11 melwitt glad it worked out. keep your eyes peeled for any issues that might show themselves later (not only in nova but other projects) for that reason
06:13:18 hamalq hi for the solution of https://wiki.openstack.org/wiki/OSSN/OSSN-0086 in https://review.opendev.org/gitweb?p=openstack%2Fos-brick.git;a=commitdiff;h=88fbec6b1d8ac9a0f8f259a825e6139781021e3f it gives an error Error getting ScaleIO connector password from configuration file: ConfigParser instance has no attribute '__getitem__'
06:13:55 hamalq i think it should be config.get(config_option, 'san_password') rather than code there
06:14:17 hamalq conf[config_group]["san_password"]
06:15:10 hamalq can someone help on this please, thanks
06:18:23 hamalq inn this line for rocky https://github.com/openstack/os-brick/blob/b5891702cc24b0c9cedf6961d3223a37830341b9/os_brick/privileged/scaleio.py#L99
08:05:44 bauzas good morning Nova
08:07:47 gibi bauzas: good morning
08:34:43 bauzas man, how can't this be simple ? https://dictionary.cambridge.org/grammar/british-grammar/a-an-and-the
08:34:59 bauzas why 'a user' and not 'an user'
08:35:00 bauzas grrrr
08:35:39 bauzas just because the vowel is 'consonant sound'
08:35:57 bauzas TIL
08:36:20 bauzas (fwiw, French is waaaaaay simplier on it :)
08:40:07 oyrogerg IIUC French just follows its own rules better than English (:
08:40:23 kashyap bauzas: How about this: the word 'sanction' means two complete opposite things: (1) to approve; (2) to ban -- it's all on the context
08:40:31 kashyap These words are called "auto antonyms" :-)
08:40:35 oyrogerg To understand English words, spellings, pronunciations and such, you sometimes need a history lesson.
08:41:10 oyrogerg Awesome, haven't heard that term before kashyap.
08:41:38 kashyap Or this: 'oversight': it means both, (a) to keep an eye out for problems; and (b) a problem that is over looked.
08:41:43 kashyap s/over looked/overlooked/
08:41:45 oyrogerg Although to be fair, I hadn't heard of 'perfect tense' until a Swiss friend was studying them English.
08:42:32 kashyap Here's a wonderful list: https://people.sc.fsu.edu/~jburkardt/fun/wordplay/autoanto.html
08:44:55 oyrogerg Well, some of those are slang, not literal meaning, but it's still a wonderful list.
08:49:53 kashyap Yes, of course, there's slang - I never claimed otherwise :)
08:53:07 bauzas kashyap: well, we do have 'criticize' and 'review' that have the same word in French, which is sometimes confusing
08:54:24 bauzas and yeah, I already felt how an 'argument' can have different meanings in English :)
08:55:17 kashyap bauzas: Yeah, as you might know ... critique can mean, both: "a detailed analysis", or a "critical [read: negative] review" :-)
08:55:27 kashyap bauzas: Yep, I argue that bauzas is a good man. :D
09:01:50 bauzas anyway, I now understand -1s on 'an human'
09:02:08 bauzas I take it as a good argument that I won't criticize
09:06:58 oyrogerg Well, h is one of those history lessons. Vague recollection: Uppity people insisted on pronouncing them (maybe to 'not sound French'), so a bunch of words followed. Then uppity people insisted on pronouncing them (maybe to 'sound French'), so some words switched back. So we have a mix, different in different places. The letter itself Aitch vs Haitch as one example!
09:08:26 oyrogerg Hour, hospital, heir, hair, herb (no yes no yes sometimes). 'An herb' in USA, 'a herb' in Australia.
09:08:57 oyrogerg Anyway, I'll stop waffling on a channel I've just (probably temporarily) joined and get back to upgrading my compute nodes (:
10:45:49 openstackgerrit Stephen Finucane proposed openstack/nova stable/rocky: Block rebuild when NUMA topology changed https://review.opendev.org/703116
10:45:49 openstackgerrit Stephen Finucane proposed openstack/nova stable/rocky: Disable NUMATopologyFilter on rebuild https://review.opendev.org/703117
10:45:50 openstackgerrit Stephen Finucane proposed openstack/nova stable/rocky: FUP for in-place numa rebuild https://review.opendev.org/703118
10:59:25 openstackgerrit Stephen Finucane proposed openstack/nova stable/rocky: Reject boot request for unsupported images https://review.opendev.org/708608
11:22:58 openstackgerrit Alexandre Arents proposed openstack/nova master: Snapshot: offload glance upload in a native thread https://review.opendev.org/734776
13:47:35 openstackgerrit Dan Smith proposed openstack/nova stable/ussuri: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735208
14:18:51 dansmith elod: melwitt gmann: Backport now reports the hash is merged on master, so this should be good to go: https://review.opendev.org/#/c/735208
14:18:56 dansmith 2020-06-16 14:02:51.799171 | ubuntu-bionic | Checked 1 cherry-pick hashes on branches: master
14:19:20 gmann dansmith: thanks +1
14:22:28 stephenfin Is the gate still borked?
14:22:42 stephenfin I would suspect so, based on https://review.opendev.org/#/c/732696/
14:23:26 gmann stephenfin: yes, we need these things to get in - https://review.opendev.org/#/q/I82f539bfa533349293dd5a8ce309c9cc0ffb0393
14:24:22 gmann devstack was broken with new uwsgi release, master gate is up with grenade as n-v for temporary but stable branches need these ^^ fixes
14:24:22 stephenfin Ah, thanks for the context
14:24:43 gmann once we get all stable working then we will make grenade voting again
14:26:28 openstackgerrit Stephen Finucane proposed openstack/nova stable/queens: Reject boot request for unsupported images https://review.opendev.org/708609

Earlier   Later