Earlier  
Posted Nick Remark
#openstack-nova - 2018-03-08
23:15:56 openstackgerrit Surya Seetharaman proposed openstack/nova master: Make archive_deleted_rows handle a missing CONF.api_database.connection https://review.openstack.org/550967
#openstack-nova - 2018-03-09
00:01:21 openstackgerrit Surya Seetharaman proposed openstack/nova master: Make archive_deleted_rows handle a missing CONF.api_database.connection https://review.openstack.org/550967
00:59:27 mnaser the patches we did to do clean-up-on-delete work great, except orchestrators are still broken
00:59:53 mnaser because if say an orchestrator like heat created a volume, then a vm with that volume attached and fails
01:00:31 mnaser when you tell it to delete the stack, it will start by deleting the volume first (because it cant delete the vm without the volume being gone i guess)
01:00:56 mnaser but it cant do that because the volume is in 'attaching' state, and nova only clears that on ERROR'd instances once the instance is deleted
01:49:46 openstackgerrit Nakanishi Tomotaka proposed openstack/nova master: Test Compute API in multiple cells https://review.openstack.org/534116
01:50:17 openstackgerrit Merged openstack/os-vif master: Add kuryr-kubernetes Tempest job https://review.openstack.org/548525
02:33:05 openstackgerrit Merged openstack/nova master: Rename the 'recreate' param in rebuild_instance to 'evacuate' https://review.openstack.org/508190
03:30:28 Spaz-Work Morning
06:10:43 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/548772
06:26:52 openstackgerrit Zhenyu Zheng proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.openstack.org/507486
08:05:53 zigo su -s /bin/sh -c "nova-manage cell_v2 list_cells" nova
08:05:53 zigo Hi there! I'm trying to fix my CI, and would like to know what should be the normal output for:
08:06:06 zigo The documentation isn't very clear about which cell should have db access or not.
08:06:16 zigo Should both cell0 and cell1 have db access?
08:07:14 zigo Is this ok?
08:07:33 zigo | cell1 | 011c0451-b851-4822-b246-da6603ac3bb6 | rabbit://guest:****@127.0.0.1 | mysql+pymysql://nova:****@localhost/novadb |
08:07:33 zigo | cell0 | 00000000-0000-0000-0000-000000000000 | None | None |
08:07:33 zigo +-------+--------------------------------------+-------------------------------+--------------------------------------------+
08:07:33 zigo | Name | UUID | Transport URL | Database Connection |
08:07:36 zigo +-------+--------------------------------------+-------------------------------+--------------------------------------------+
08:09:45 zigo It also would be nice if we could have a --format csv option there ...
08:10:06 zigo It's much easier to parse (I could use q-text-as-data for parsing then...)
08:28:48 openstackgerrit Alex Xu proposed openstack/nova-specs master: Report CPU features to placement service by traits API https://review.openstack.org/497733
08:39:21 openstackgerrit sahid proposed openstack/nova master: libvirt: slow live-migration to ensure network is ready https://review.openstack.org/497457
08:50:58 zigo bauzas: Hello!
08:51:08 zigo I'm getting some Py3 issues over here with cells ... :(
08:52:15 zigo http://paste.openstack.org/show/696037/
09:04:03 lyarwood Morning
09:06:27 Spaz-Work Morning folks
09:07:37 gibi happy Friday morning Nova
09:21:21 stephenfin zigo: Could you report that as bug, if you haven't done so already?
09:21:40 openstackgerrit Zhenyu Zheng proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.openstack.org/507486
09:22:20 openstackgerrit Stephen Finucane proposed openstack/nova master: Add CPUWeigher https://review.openstack.org/379525
09:24:33 stephenfin bauzas, giblet: morning folks. Any chance one of you could look at these two patches? https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:cleanup
09:24:48 bauzas zigo: sorry, my laptop thinks it's already the week-end and suddently shutdowns
09:25:08 bauwser good lord, it's Friday
09:25:09 Spaz-Work man this script is jenky
09:25:33 Spaz-Work Casual Nick Friday?
09:25:34 Spaz-Work :D
09:25:49 finucannot You know it :)
09:26:16 Spaz-Work And they say the core's don't know how to have fun
09:26:44 Spaz-Work .replace('\'','')
09:27:20 finucannot Those people are wrong, and in my 100 slide presentation I will proceed to show exactly how they are wrong
09:27:53 bauwser finucannot: CPUWeigher, good lord
09:28:11 Spaz-Work How much does a CPU Weigh? Now we'll know.
09:28:15 finucannot bauwser: I'm still getting pinged on Bugzilla for it :(
09:28:28 bauwser you know that I'm not a super fan of having moar weighers, right ;)
09:28:43 finucannot It's my oldest still-open review, by far
09:28:46 bauwser given anyone can add anything they want
09:29:05 finucannot bauwser: Aye, but who'll support it? ;)
09:29:47 Spaz-Work That actually reminds me there was a bug opened recently about scheduler I need to find
09:29:49 bauwser finucannot: the customer itself
09:30:10 Spaz-Work I was looking into it but scheduler has this really wierd ABC method that I don't understand...
09:30:27 bauwser we can provide a sane framework for end customers of the scheduler that could add anything they'd like
09:31:01 openstackgerrit huanhongda proposed openstack/nova master: Enable panic device https://review.openstack.org/551224
09:31:29 Spaz-Work Ah yeah here it is
09:35:04 zigo finucannot: Will report it, yeah.
09:35:22 zigo Though I wonder if it's a py3 issue, or just that the simple_cell_setup just failed on me.
09:35:51 finucannot zigo: Aye, it could be that too. There's definitely at least one issue there though
09:35:55 zigo What is this, and how to get it silent too?
09:35:59 zigo exception.NotSupportedWarning
09:35:59 zigo /usr/lib/python3/dist-packages/oslo_db/sqlalchemy/enginefacade.py:332: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
09:36:26 finucannot zigo: DevStack?
09:36:42 zigo finucannot: No, Debian Stretch with Queens ! :)
09:37:01 zigo finucannot: That's the last bits in getting all packages setup before I can run my functional tests.
09:38:00 zigo Let me cut-past the output of simple_cell_setup before I fill the bug.
09:38:13 zigo It fails because there's some missing tables, apparently.
09:38:20 finucannot zigo: Cool. Can you use paste.openstack.org though
09:38:33 zigo Sure.
09:38:33 finucannot (rather than posting here)
09:39:03 Spaz-Work Anyone happen to have a map of how the select_destinations codebase works in nova-scheduler?
09:39:09 Spaz-Work I've run into circles about 13 trimes now
09:40:00 openstackgerrit Zhenyu Zheng proposed openstack/nova-specs master: Add host field to instance action event https://review.openstack.org/550411
09:41:32 Spaz-Work Ah I think I see.. filter_scheduler is what is extending that.. couldn't find what was using it the abstract
09:42:05 zigo finucannot: http://paste.openstack.org/show/696053/
09:43:02 zigo I really would like to understand better the db thing for cells, does it uses the db of nova, or nova-api, or something else?
09:43:19 zigo What am I supposed to setup? Is there a db-sync somewhere for the cells?
09:44:51 zigo Which of cell0 and cell1 needs a db? Both? With different dbs?
09:45:01 zigo Should they both access rabbit?
09:48:38 finucannot zigo: I think there's should be separate message queue per cell, plus a top-level API one
09:49:15 zigo finucannot: Even in my simple single node setup for package validation?
09:49:15 finucannot They _could_ use the same RabbitMQ instance (is that the correct term?) but it should be some form of logical split nonetheless
09:49:41 zigo Ah, right, like a different rabbit vhost or something...
09:49:48 zigo That's doable.
09:50:06 finucannot I can't say, to be honest. Anything I know about cells v2 was gleaned from a talk dansmith gave in...Sydney?
09:50:14 finucannot vhost...yeah, that sounds familiar
09:50:32 zigo What they call vhost in rabbit is a kind of path.
09:50:41 zigo Like / or /cell0 ...
09:51:10 finucannot zigo: https://www.youtube.com/watch?v=o7jkqzORij8
09:51:22 finucannot We _surely_ have this in written form somewhere, but lord knows where
09:51:44 bauwser finucannot: zigo: you need to have separate MQs for cells vs. API, but both can be on the same broker
09:51:57 bauwser for AIO at least
09:52:18 zigo Ok.
09:52:19 bauwser https://docs.openstack.org/nova/latest/user/cellsv2-layout.html
09:52:22 bauwser finucannot: ^
09:52:25 finucannot zigo: This looks somewhere helpful https://docs.openstack.org/nova/latest/user/cellsv2-layout.html Three databases, as suspected
09:52:31 finucannot bauwser: Jinx :)
09:52:32 bauwser jinx !

Earlier   Later