*** lakshmiS has joined #openstack-nova | 00:05 | |
*** rama_y has quit IRC | 00:05 | |
*** dimtruck is now known as zz_dimtruck | 00:06 | |
*** gjayavelu has joined #openstack-nova | 00:06 | |
*** ducttape_ has quit IRC | 00:06 | |
stewie925 | melwitt - thank you for the local.conf - my instances are now being created successfully! | 00:08 |
---|---|---|
*** Swami has quit IRC | 00:10 | |
rmstar | hi guys. not sure if this is the right place for this question... | 00:11 |
rmstar | i created a flavor with ephemeral disk space. How do i access this ephemeral drive from the guest OS? I did fdisk, but don't see a new disk. | 00:11 |
rmstar | i am lanching the instance using heat | 00:11 |
*** thorst has joined #openstack-nova | 00:11 | |
*** zenoway has joined #openstack-nova | 00:12 | |
*** thorst_ has joined #openstack-nova | 00:12 | |
auggy | rmstar: try the #openstack channel or the mailing list - https://wiki.openstack.org/wiki/Mailing_Lists | 00:13 |
*** AmyLee7 has quit IRC | 00:13 | |
*** salv-orlando has joined #openstack-nova | 00:13 | |
rmstar | ok auggy. thanks. | 00:13 |
auggy | rmstar: np... that's a dangerous nick you have there ;) | 00:13 |
rmstar | we've all been there, huh? :) | 00:14 |
* auggy feigns innocence | 00:14 | |
rmstar | hehehe | 00:14 |
*** thorst has quit IRC | 00:16 | |
*** zenoway has quit IRC | 00:16 | |
*** salv-orlando has quit IRC | 00:17 | |
*** sdake has quit IRC | 00:21 | |
*** gjayavelu has left #openstack-nova | 00:21 | |
*** sdake has joined #openstack-nova | 00:21 | |
*** sdake has quit IRC | 00:21 | |
*** ozialien10 has quit IRC | 00:23 | |
*** winston-d_ has joined #openstack-nova | 00:23 | |
*** Sukhdev has joined #openstack-nova | 00:25 | |
melwitt | stewie925: cool, glad things are working now | 00:27 |
*** salv-orlando has joined #openstack-nova | 00:27 | |
stewie925 | :) so it was my fat bulky local.conf that was the culprit lol | 00:27 |
stewie925 | btw when i tried to run 'neutron net-list' i am getting "public endpoint for network service in RegionOne region not found" | 00:28 |
stewie925 | how do you check your network list? | 00:28 |
*** sorrison_laptop has quit IRC | 00:28 | |
melwitt | by default (for now) devstack sets up nova-network, not neutron. so to list networks with nova-network you have to do 'nova network-list' | 00:29 |
stewie925 | ahhh thank you!! | 00:29 |
melwitt | in the future neutron will be the default in devstack, but it isn't yet | 00:29 |
stewie925 | well yes it works, but its empty hehe | 00:30 |
*** salv-orlando has quit IRC | 00:30 | |
melwitt | oh, well, that's a complicated reason why, but it's because cells v1 | 00:30 |
melwitt | if you go into mysql and show databases, you'll see a few. one of them is for the parent, one for the child | 00:31 |
*** jamielennox|away is now known as jamielennox | 00:31 | |
stewie925 | ahhh - I've learned so much this week thanks o you | 00:31 |
melwitt | networks are in the child database, which is not accessible by the nova-api | 00:31 |
melwitt | there are a lot of limitations and things that don't work in cells v1 because not all data is synced back and forth between parent and child | 00:32 |
stewie925 | thanks to you, I mean :) | 00:32 |
stewie925 | oh I see, melwitt | 00:32 |
melwitt | which is why we're working on cells v2 which will not have those problems | 00:32 |
melwitt | you can see the network in the child cell if you do 'nova-manage --config /etc/nova/nova-cells.conf network list' I think | 00:33 |
melwitt | that will make nova-manage point at the child cell db | 00:33 |
melwitt | and read directly from it | 00:33 |
stewie925 | oh I could try that | 00:34 |
melwitt | but usually when I want to look around I just 'mysql -u root -p' and 'show databases' and go into each one and look in the different tables | 00:34 |
melwitt | you can see by doing that are things are separated in cells v1 | 00:34 |
melwitt | *how things are separated | 00:34 |
*** sorrison_laptop has joined #openstack-nova | 00:35 | |
melwitt | if you're curious | 00:35 |
*** zenoway has joined #openstack-nova | 00:36 | |
stewie925 | thanks for sharing, melwitt - and your inifinite patience with me :) | 00:37 |
stewie925 | btw yeah the nova-manage command you shared did work | 00:37 |
stewie925 | am just about 1.5 months into openstack open source here | 00:38 |
melwitt | nice | 00:39 |
*** Apoorva has quit IRC | 00:40 | |
*** sorrison_laptop has quit IRC | 00:40 | |
*** zenoway has quit IRC | 00:41 | |
*** andreykurilin has quit IRC | 00:42 | |
*** baoli has joined #openstack-nova | 00:43 | |
*** andreykurilin__ has quit IRC | 00:43 | |
stewie925 | hoping I can contribute more to open-source by the sixth month - I just need to do more python training too | 00:44 |
*** amotoki has joined #openstack-nova | 00:46 | |
auggy | stewie925: we currently have a documentation project to clean up the API docs in nova and we're always looking for help with the bugs team to help manage our bug queue | 00:47 |
auggy | stewie925: both are pretty good ways to learn more about contributing to nova, so if you're ever interested, feel free to ask :) | 00:48 |
stewie925 | hi auggy thank you! definitely will keep that in mind - oh yes you'll have to put up with my questions (kidding) | 00:48 |
auggy | stewie925: i just started working on Nova last October and i still ask all kinds of questions | 00:49 |
stewie925 | wow | 00:49 |
auggy | stewie925: in fact, many people who have worked on this project for a few years still ask questions :) | 00:49 |
stewie925 | but I gather that openstack beginners have to concentrate on 'one' project | 00:49 |
auggy | yeah you kind of just dive into something and learn it as best as you can | 00:50 |
*** amotoki has quit IRC | 00:50 | |
stewie925 | cause right now I have worked on low-hanging-fruits from trove, puppet, and now trying to work on a nova bug #1533380 | 00:50 |
openstack | bug 1533380 in OpenStack Compute (nova) "Creating multiple instances with a single request when using cells creates wrong instance names" [Low,Triaged] https://launchpad.net/bugs/1533380 - Assigned to STEW TY (stewie925) | 00:50 |
stewie925 | lol | 00:50 |
auggy | wow ambitious :) i started working in infra and moved over to nova, but haven't done much with any of the other projects | 00:51 |
*** hoangcx has joined #openstack-nova | 00:52 | |
stewie925 | well, theyre low-hanging fruits haha - but I like your approach (concentrating on one - aka nova) | 00:53 |
auggy | i'm not sure about other projects but it's a known issue in nova that bugs tagged "low-hanging-fruit" aren't always good for new folks | 00:54 |
auggy | still it's cool you picked one up and are working on it, best way to learn :) | 00:54 |
auggy | that's how i've been learning too, i help with the bug skimming and when there's something that looks like i know enough to work on it i pick it up | 00:55 |
*** jwcroppe_ has joined #openstack-nova | 00:55 | |
auggy | but just reproducing some of the bugs has taught me a lot about how nova works | 00:55 |
*** hieulq has joined #openstack-nova | 00:55 | |
*** ozialien10 has joined #openstack-nova | 00:55 | |
stewie925 | awesome, auggy - you are answering questions that are running in my head :) | 00:56 |
auggy | thanks for helping out stewie925 and don't feel bad about asking questions :) | 00:56 |
stewie925 | and I believe you have to be proficient in python too, right? | 00:56 |
auggy | "proficient" haha | 00:56 |
auggy | i hadn't worked much with python when i started and there's a lot about the language i'm still learning | 00:57 |
*** jwcroppe has quit IRC | 00:57 | |
stewie925 | python had me at *arg, **kwarg | 00:57 |
rmstar | just fyi, i manage to mount the ephemeral. This drive can only be mounted as /dev/sdb. I didn't see this before, because my cinder volume was /dev/sdb. | 00:57 |
*** kylek3h has quit IRC | 00:57 | |
*** cheneydc has joined #openstack-nova | 00:58 | |
auggy | rmstar: ah cool, sorry people weren't more responsive | 00:58 |
stewie925 | thank you for the enlightening chat auggy , and thank you and melwitt for being very helpful! | 00:58 |
stewie925 | goodnite and talk to you guys tomorrow (regarding that nova bug) | 00:59 |
auggy | 'nite! | 00:59 |
* stewie925 waves | 00:59 | |
rmstar | auggy: it's all good. i understand. not everyone's in front of their keyboard :) | 00:59 |
*** stewie925 has quit IRC | 01:00 | |
*** zenoway has joined #openstack-nova | 01:00 | |
*** baoli has quit IRC | 01:02 | |
*** sorrison_laptop has joined #openstack-nova | 01:02 | |
openstackgerrit | kevin shen proposed openstack/nova: fix Quota related error return incorrect problem https://review.openstack.org/319000 | 01:03 |
*** zenoway has quit IRC | 01:05 | |
*** hieulq has quit IRC | 01:05 | |
*** sorrison_laptop has quit IRC | 01:06 | |
*** amotoki has joined #openstack-nova | 01:07 | |
*** hieulq has joined #openstack-nova | 01:07 | |
*** thorst_ has quit IRC | 01:07 | |
*** ljxiash has joined #openstack-nova | 01:08 | |
*** thorst has joined #openstack-nova | 01:08 | |
*** tjones has left #openstack-nova | 01:09 | |
*** amotoki_ has joined #openstack-nova | 01:10 | |
*** iceyao has joined #openstack-nova | 01:10 | |
*** raunak has quit IRC | 01:10 | |
*** amotoki has quit IRC | 01:11 | |
*** Apoorva has joined #openstack-nova | 01:12 | |
*** jinxing has joined #openstack-nova | 01:13 | |
*** sorrison_laptop has joined #openstack-nova | 01:15 | |
*** moshele has joined #openstack-nova | 01:15 | |
*** thorst has quit IRC | 01:16 | |
*** baoli has joined #openstack-nova | 01:17 | |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve the help text for compute timeout_opts https://review.openstack.org/317693 | 01:18 |
*** sorrison_laptop has quit IRC | 01:19 | |
*** baoli has quit IRC | 01:23 | |
*** sorrison_laptop has joined #openstack-nova | 01:24 | |
*** penick has quit IRC | 01:24 | |
*** zengine has joined #openstack-nova | 01:27 | |
*** baoli has joined #openstack-nova | 01:28 | |
*** jinxing has quit IRC | 01:28 | |
*** Guest60864 is now known as jgriffith | 01:29 | |
*** jinxing has joined #openstack-nova | 01:29 | |
*** sorrison_laptop has quit IRC | 01:30 | |
*** sorrison_laptop has joined #openstack-nova | 01:32 | |
*** EinstCrazy has joined #openstack-nova | 01:36 | |
*** jinxing has quit IRC | 01:36 | |
*** salv-orlando has joined #openstack-nova | 01:37 | |
*** sorrison_laptop has quit IRC | 01:37 | |
*** jinxing has joined #openstack-nova | 01:38 | |
*** sorriso__ has joined #openstack-nova | 01:40 | |
*** sorriso__ has quit IRC | 01:41 | |
*** salv-orlando has quit IRC | 01:41 | |
*** ljxiash has quit IRC | 01:42 | |
*** Apoorva has quit IRC | 01:44 | |
*** zhangyufei has joined #openstack-nova | 01:45 | |
*** baoli has quit IRC | 01:46 | |
*** thorst has joined #openstack-nova | 01:47 | |
*** thorst has quit IRC | 01:47 | |
*** thorst has joined #openstack-nova | 01:47 | |
*** zenoway has joined #openstack-nova | 01:48 | |
*** jwcroppe_ has quit IRC | 01:51 | |
*** jwcroppe has joined #openstack-nova | 01:52 | |
*** zenoway has quit IRC | 01:52 | |
*** baoli has joined #openstack-nova | 01:53 | |
*** eliqiao has joined #openstack-nova | 01:54 | |
*** josecastroleon has joined #openstack-nova | 01:55 | |
*** tbachman has quit IRC | 01:56 | |
*** thorst has quit IRC | 01:56 | |
*** baoli has quit IRC | 01:58 | |
*** ljxiash has joined #openstack-nova | 01:59 | |
*** josecastroleon has quit IRC | 01:59 | |
*** gcb has quit IRC | 02:00 | |
openstackgerrit | Rui Chen proposed openstack/nova-specs: Task states improvement https://review.openstack.org/216578 | 02:00 |
*** EinstCrazy has quit IRC | 02:01 | |
*** iceyao_ has joined #openstack-nova | 02:03 | |
*** jinxing has quit IRC | 02:04 | |
*** EinstCrazy has joined #openstack-nova | 02:04 | |
*** iceyao__ has joined #openstack-nova | 02:05 | |
*** iceyao has quit IRC | 02:06 | |
*** jinxing has joined #openstack-nova | 02:07 | |
openstackgerrit | wanghao proposed openstack/nova: Fix invalid Image&block device mapping combination https://review.openstack.org/171984 | 02:07 |
*** sorrison_laptop has joined #openstack-nova | 02:07 | |
*** iceyao_ has quit IRC | 02:07 | |
*** sorrison_laptop has quit IRC | 02:08 | |
*** sorrison_laptop has joined #openstack-nova | 02:09 | |
*** ijw has quit IRC | 02:09 | |
*** ijw has joined #openstack-nova | 02:10 | |
*** cheran has quit IRC | 02:10 | |
*** ijw has quit IRC | 02:10 | |
*** lakshmiS has quit IRC | 02:12 | |
*** zenoway has joined #openstack-nova | 02:12 | |
*** gcb has joined #openstack-nova | 02:15 | |
*** Sukhdev has quit IRC | 02:16 | |
*** jinxing has quit IRC | 02:16 | |
*** tbachman has joined #openstack-nova | 02:17 | |
*** zenoway has quit IRC | 02:17 | |
*** jinxing has joined #openstack-nova | 02:19 | |
*** tbachman has quit IRC | 02:22 | |
*** tbachman has joined #openstack-nova | 02:22 | |
*** _prad_ has quit IRC | 02:23 | |
*** raunak has joined #openstack-nova | 02:25 | |
*** amotoki_ has quit IRC | 02:27 | |
*** ctrath has joined #openstack-nova | 02:29 | |
*** rama_y has joined #openstack-nova | 02:30 | |
*** ljxiash has quit IRC | 02:30 | |
*** yonglihe has joined #openstack-nova | 02:30 | |
*** amotoki has joined #openstack-nova | 02:30 | |
*** sorriso__ has joined #openstack-nova | 02:32 | |
*** sorrison_laptop has quit IRC | 02:35 | |
*** sorriso__ has quit IRC | 02:35 | |
*** sorrison_laptop has joined #openstack-nova | 02:35 | |
*** zenoway has joined #openstack-nova | 02:36 | |
*** ducttape_ has joined #openstack-nova | 02:37 | |
*** jinxing has quit IRC | 02:38 | |
*** iceyao__ has quit IRC | 02:39 | |
*** iceyao has joined #openstack-nova | 02:39 | |
*** houming has joined #openstack-nova | 02:39 | |
*** jinxing has joined #openstack-nova | 02:40 | |
*** zenoway has quit IRC | 02:41 | |
*** jinxing has quit IRC | 02:44 | |
*** jinxing has joined #openstack-nova | 02:46 | |
*** zengine has quit IRC | 02:46 | |
*** jamesdenton has joined #openstack-nova | 02:48 | |
*** moshele has quit IRC | 02:50 | |
*** ljxiash has joined #openstack-nova | 02:51 | |
*** iceyao has quit IRC | 02:52 | |
*** EinstCrazy has quit IRC | 02:52 | |
*** zhangyufei has quit IRC | 02:52 | |
*** jinxing has quit IRC | 02:52 | |
*** zhangyufei has joined #openstack-nova | 02:52 | |
*** iceyao has joined #openstack-nova | 02:53 | |
*** EinstCrazy has joined #openstack-nova | 02:53 | |
*** jbriggs has quit IRC | 02:53 | |
*** thorst has joined #openstack-nova | 02:54 | |
*** jinxing has joined #openstack-nova | 02:55 | |
*** dims_ has quit IRC | 02:55 | |
*** shaohe_feng has joined #openstack-nova | 02:55 | |
*** ljxiash has quit IRC | 02:56 | |
*** ljxiash has joined #openstack-nova | 02:57 | |
*** jamesdenton has quit IRC | 02:58 | |
*** woodster_ has quit IRC | 02:58 | |
*** ctrath has quit IRC | 03:00 | |
*** dims has joined #openstack-nova | 03:00 | |
*** zenoway has joined #openstack-nova | 03:00 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Create VM failed, unplug vifs https://review.openstack.org/306219 | 03:00 |
*** thorst has quit IRC | 03:01 | |
*** mdrabe has joined #openstack-nova | 03:01 | |
*** ljxiash has quit IRC | 03:01 | |
*** mdrabe has quit IRC | 03:02 | |
*** mdrabe has joined #openstack-nova | 03:02 | |
*** gcb has quit IRC | 03:04 | |
*** shaohe_feng has quit IRC | 03:04 | |
*** jamesdenton has joined #openstack-nova | 03:05 | |
*** zenoway has quit IRC | 03:05 | |
*** shaohe_feng has joined #openstack-nova | 03:05 | |
*** salv-orlando has joined #openstack-nova | 03:07 | |
*** daidv_ has joined #openstack-nova | 03:10 | |
*** tjones has joined #openstack-nova | 03:10 | |
*** tjones has left #openstack-nova | 03:11 | |
*** salv-orlando has quit IRC | 03:12 | |
*** fawadkhaliq has joined #openstack-nova | 03:12 | |
*** jamesdenton has quit IRC | 03:12 | |
*** lakshmiS has joined #openstack-nova | 03:13 | |
*** shaohe_feng has quit IRC | 03:14 | |
*** shaohe_feng has joined #openstack-nova | 03:15 | |
lifeless | alaski: so fixtures 3.0.0 is out, will need some prep work to make sure everyone is updated before migrating | 03:15 |
lifeless | alaski: not sure how best to do that | 03:15 |
*** salv-orlando has joined #openstack-nova | 03:16 | |
*** gcb has joined #openstack-nova | 03:17 | |
*** sajeesh has quit IRC | 03:17 | |
*** salv-orlando has quit IRC | 03:18 | |
*** lakshmiS has quit IRC | 03:19 | |
*** zenoway has joined #openstack-nova | 03:24 | |
*** shaohe_feng has quit IRC | 03:25 | |
*** shaohe_feng has joined #openstack-nova | 03:26 | |
*** zhangyufei has quit IRC | 03:28 | |
*** iceyao has quit IRC | 03:28 | |
*** jinxing has quit IRC | 03:28 | |
*** EinstCrazy has quit IRC | 03:28 | |
*** prateek has joined #openstack-nova | 03:29 | |
*** zenoway has quit IRC | 03:29 | |
*** iceyao has joined #openstack-nova | 03:29 | |
*** EinstCrazy has joined #openstack-nova | 03:30 | |
*** zhangyufei has joined #openstack-nova | 03:30 | |
*** jinxing has joined #openstack-nova | 03:30 | |
*** greghaynes has quit IRC | 03:31 | |
*** shaohe_feng has quit IRC | 03:35 | |
*** daidv_ has quit IRC | 03:35 | |
*** shaohe_feng has joined #openstack-nova | 03:36 | |
*** fawadkhaliq has quit IRC | 03:38 | |
*** amotoki_ has joined #openstack-nova | 03:39 | |
*** EinstCra_ has joined #openstack-nova | 03:41 | |
*** amotoki has quit IRC | 03:41 | |
*** jamesdenton has joined #openstack-nova | 03:44 | |
*** shaohe_feng has quit IRC | 03:45 | |
*** EinstCrazy has quit IRC | 03:46 | |
*** zhangyufei has quit IRC | 03:46 | |
*** shaohe_feng has joined #openstack-nova | 03:46 | |
*** ducttape_ has quit IRC | 03:48 | |
*** zenoway has joined #openstack-nova | 03:49 | |
*** AmyLee7 has joined #openstack-nova | 03:52 | |
*** zhangyufei has joined #openstack-nova | 03:53 | |
*** amotoki_ has quit IRC | 03:53 | |
*** fabian4 has joined #openstack-nova | 03:53 | |
*** zenoway has quit IRC | 03:53 | |
*** baater1 has joined #openstack-nova | 03:53 | |
*** jianghuaw has joined #openstack-nova | 03:53 | |
baater1 | hello all | 03:53 |
*** Sukhdev has joined #openstack-nova | 03:54 | |
*** shaohe_feng has quit IRC | 03:55 | |
fabian4 | hi, i hva a question, i install juno openstack , use soft-delete execute nova delete id dumplication the tenant quota change, i do not check instance soft-delete status , use nova delete name dumplication ,the tenant quota do not change ,so use name right ,use uuid is wrong | 03:55 |
*** shaohe_feng has joined #openstack-nova | 03:56 | |
*** amotoki has joined #openstack-nova | 03:58 | |
*** armax has quit IRC | 03:58 | |
openstackgerrit | Chen Fan proposed openstack/nova: Trivial: make output more readable in nova/pci/stats.py https://review.openstack.org/319042 | 03:58 |
*** prateek has quit IRC | 03:59 | |
*** prateek has joined #openstack-nova | 03:59 | |
*** thorst has joined #openstack-nova | 03:59 | |
*** jamesdenton has quit IRC | 04:03 | |
*** dave-mccowan has quit IRC | 04:03 | |
*** tjones has joined #openstack-nova | 04:04 | |
*** shaohe_feng has quit IRC | 04:06 | |
*** thorst has quit IRC | 04:06 | |
*** shaohe_feng has joined #openstack-nova | 04:07 | |
*** links has joined #openstack-nova | 04:13 | |
*** prateek has quit IRC | 04:13 | |
*** fawadkhaliq has joined #openstack-nova | 04:16 | |
*** shaohe_feng has quit IRC | 04:16 | |
*** shaohe_feng has joined #openstack-nova | 04:17 | |
*** amotoki has quit IRC | 04:17 | |
*** prateek has joined #openstack-nova | 04:20 | |
*** zenoway has joined #openstack-nova | 04:25 | |
*** Sukhdev has quit IRC | 04:25 | |
*** Sukhdev has joined #openstack-nova | 04:26 | |
*** shaohe_feng has quit IRC | 04:26 | |
*** gjayavelu has joined #openstack-nova | 04:26 | |
*** zenoway has quit IRC | 04:29 | |
*** sdake_ has joined #openstack-nova | 04:30 | |
*** AmyLee7 has quit IRC | 04:32 | |
*** sudipto has joined #openstack-nova | 04:32 | |
*** yamahata has joined #openstack-nova | 04:33 | |
*** gyee has quit IRC | 04:33 | |
*** amotoki has joined #openstack-nova | 04:34 | |
*** shaohe_feng has joined #openstack-nova | 04:35 | |
*** shaohe_feng has quit IRC | 04:36 | |
*** shaohe_feng has joined #openstack-nova | 04:37 | |
*** salv-orlando has joined #openstack-nova | 04:37 | |
*** raunak has quit IRC | 04:37 | |
*** klindgren has quit IRC | 04:44 | |
*** rama_y has quit IRC | 04:44 | |
*** hoangcx has quit IRC | 04:45 | |
*** shaohe_feng has quit IRC | 04:47 | |
*** shaohe_feng has joined #openstack-nova | 04:48 | |
*** sorrison_laptop has quit IRC | 04:49 | |
*** lpetrut has joined #openstack-nova | 04:50 | |
*** mdrabe has quit IRC | 04:51 | |
*** sorrison_laptop has joined #openstack-nova | 04:53 | |
*** salv-orlando has quit IRC | 04:53 | |
*** EinstCra_ has quit IRC | 04:53 | |
*** EinstCrazy has joined #openstack-nova | 04:54 | |
*** flwang1 has quit IRC | 04:56 | |
*** shaohe_feng has quit IRC | 04:57 | |
*** shaohe_feng has joined #openstack-nova | 04:58 | |
*** ljxiash has joined #openstack-nova | 05:00 | |
*** zenoway has joined #openstack-nova | 05:01 | |
*** jaosorior has joined #openstack-nova | 05:02 | |
*** thorst has joined #openstack-nova | 05:03 | |
*** EinstCrazy has quit IRC | 05:03 | |
*** EinstCrazy has joined #openstack-nova | 05:04 | |
*** zhangyufei has quit IRC | 05:06 | |
*** jinxing has quit IRC | 05:06 | |
*** zerda2 has joined #openstack-nova | 05:06 | |
*** shaohe_feng has quit IRC | 05:07 | |
*** Nakato has quit IRC | 05:07 | |
*** EinstCrazy has quit IRC | 05:07 | |
*** zenoway has quit IRC | 05:08 | |
*** shaohe_feng has joined #openstack-nova | 05:08 | |
*** thorst has quit IRC | 05:11 | |
*** sorrison_laptop has quit IRC | 05:12 | |
*** fawadkhaliq has quit IRC | 05:14 | |
*** sorrison_laptop has joined #openstack-nova | 05:14 | |
*** houming has quit IRC | 05:15 | |
*** sorriso__ has joined #openstack-nova | 05:16 | |
*** shaohe_feng has quit IRC | 05:17 | |
*** shaohe_feng has joined #openstack-nova | 05:18 | |
*** rchurch has quit IRC | 05:19 | |
*** sorrison_laptop has quit IRC | 05:19 | |
*** ecelik has joined #openstack-nova | 05:22 | |
*** houming has joined #openstack-nova | 05:22 | |
*** iceyao has quit IRC | 05:22 | |
*** iceyao has joined #openstack-nova | 05:23 | |
*** shaohe_feng has quit IRC | 05:28 | |
*** shaohe_feng has joined #openstack-nova | 05:29 | |
*** Sukhdev has quit IRC | 05:33 | |
*** shaohe_feng has quit IRC | 05:38 | |
*** shaohe_feng has joined #openstack-nova | 05:39 | |
*** salv-orlando has joined #openstack-nova | 05:40 | |
*** sree has joined #openstack-nova | 05:41 | |
*** houming has quit IRC | 05:43 | |
openstackgerrit | ecelik proposed openstack/nova: Improve the help text for cells options (7) https://review.openstack.org/278927 | 05:46 |
*** rcernin has joined #openstack-nova | 05:48 | |
*** shaohe_feng has quit IRC | 05:48 | |
*** shaohe_feng has joined #openstack-nova | 05:48 | |
*** josecastroleon has joined #openstack-nova | 05:51 | |
*** hoangcx has joined #openstack-nova | 05:51 | |
*** sachary__ has quit IRC | 05:53 | |
openstackgerrit | Alex Xu proposed openstack/nova: Enable 'null' value for user_data in V2.1 API https://review.openstack.org/318447 | 05:55 |
*** DaiDV has joined #openstack-nova | 05:58 | |
*** sudipto has quit IRC | 05:58 | |
*** shaohe_feng has quit IRC | 05:58 | |
openstackgerrit | Silvan Kaiser proposed openstack/nova: Switch Nova Quobyte volume driver to rely on externally provided client mount. https://review.openstack.org/264752 | 05:59 |
*** shaohe_feng has joined #openstack-nova | 05:59 | |
*** Oku_OS-away is now known as Oku_OS | 05:59 | |
openstackgerrit | Silvan Kaiser proposed openstack/nova: Switch Nova Quobyte volume driver to rely on external client mount. https://review.openstack.org/264752 | 06:00 |
*** sorriso__ has quit IRC | 06:00 | |
*** greghaynes has joined #openstack-nova | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/318865 | 06:02 |
*** EinstCrazy has joined #openstack-nova | 06:06 | |
*** jinxing has joined #openstack-nova | 06:06 | |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: Improve help for SPICE https://review.openstack.org/317046 | 06:07 |
*** shaohe_feng has quit IRC | 06:09 | |
*** belmoreira has joined #openstack-nova | 06:09 | |
*** thorst has joined #openstack-nova | 06:09 | |
*** shaohe_feng has joined #openstack-nova | 06:09 | |
*** sridharg has joined #openstack-nova | 06:10 | |
*** apoorv has joined #openstack-nova | 06:11 | |
*** mpavone has joined #openstack-nova | 06:12 | |
*** mpavone has quit IRC | 06:12 | |
*** amotoki has quit IRC | 06:13 | |
*** salv-orl_ has joined #openstack-nova | 06:14 | |
*** mjura has joined #openstack-nova | 06:14 | |
*** thorst has quit IRC | 06:16 | |
*** jinxing has quit IRC | 06:16 | |
*** salv-orlando has quit IRC | 06:17 | |
*** lpetrut has quit IRC | 06:18 | |
*** shaohe_feng has quit IRC | 06:19 | |
*** mjura has quit IRC | 06:19 | |
*** cheneydc has quit IRC | 06:19 | |
*** mjura has joined #openstack-nova | 06:19 | |
*** cheneydc has joined #openstack-nova | 06:20 | |
*** shaohe_feng has joined #openstack-nova | 06:20 | |
*** jinxing has joined #openstack-nova | 06:23 | |
*** fawadkhaliq has joined #openstack-nova | 06:24 | |
*** david-lyle_ has joined #openstack-nova | 06:26 | |
*** s1rp has quit IRC | 06:27 | |
*** s1rp has joined #openstack-nova | 06:27 | |
*** lbeliveau has quit IRC | 06:27 | |
*** sshen_ has joined #openstack-nova | 06:28 | |
*** coreywright has quit IRC | 06:28 | |
*** david-lyle has quit IRC | 06:28 | |
*** sshen has quit IRC | 06:28 | |
*** boris-42 has quit IRC | 06:28 | |
*** SamYaple has quit IRC | 06:28 | |
*** lbeliveau has joined #openstack-nova | 06:28 | |
*** coreywright has joined #openstack-nova | 06:28 | |
*** shaohe_feng has quit IRC | 06:29 | |
*** SamYaple has joined #openstack-nova | 06:29 | |
*** jichen has joined #openstack-nova | 06:29 | |
*** boris-42 has joined #openstack-nova | 06:29 | |
*** Dave____ has joined #openstack-nova | 06:29 | |
*** Dave has quit IRC | 06:31 | |
*** shaohe_feng has joined #openstack-nova | 06:31 | |
*** Nakato has joined #openstack-nova | 06:31 | |
*** al_indigo has quit IRC | 06:32 | |
*** al_indigo has joined #openstack-nova | 06:32 | |
*** gjayavelu has quit IRC | 06:37 | |
*** iceyao has quit IRC | 06:38 | |
*** jinxing has quit IRC | 06:38 | |
*** EinstCrazy has quit IRC | 06:38 | |
*** shaohe_feng has quit IRC | 06:39 | |
*** iceyao has joined #openstack-nova | 06:39 | |
*** EinstCrazy has joined #openstack-nova | 06:40 | |
*** shaohe_feng has joined #openstack-nova | 06:40 | |
*** jinxing has joined #openstack-nova | 06:41 | |
*** adisky has joined #openstack-nova | 06:41 | |
*** salv-orl_ has quit IRC | 06:47 | |
*** EinstCrazy has quit IRC | 06:48 | |
*** EinstCrazy has joined #openstack-nova | 06:48 | |
*** tjones has left #openstack-nova | 06:49 | |
openstackgerrit | Jianghua Wang proposed openstack/nova-specs: XenAPI: support VGPU via passthrough PCI https://review.openstack.org/280099 | 06:49 |
*** shaohe_feng has quit IRC | 06:50 | |
*** shaohe_feng has joined #openstack-nova | 06:50 | |
*** vishwanathj has quit IRC | 06:52 | |
*** sacharya has joined #openstack-nova | 06:54 | |
*** sacharya has quit IRC | 06:59 | |
*** shaohe_feng has quit IRC | 07:00 | |
*** jaosorior has quit IRC | 07:00 | |
*** jaosorior has joined #openstack-nova | 07:01 | |
*** shaohe_feng has joined #openstack-nova | 07:01 | |
*** EinstCra_ has joined #openstack-nova | 07:04 | |
*** iceyao_ has joined #openstack-nova | 07:04 | |
*** EinstCrazy has quit IRC | 07:07 | |
*** iceyao has quit IRC | 07:08 | |
*** shaohe_feng has quit IRC | 07:10 | |
*** shaohe_feng has joined #openstack-nova | 07:11 | |
*** thorst has joined #openstack-nova | 07:14 | |
*** nkrinner_afk is now known as nkrinner | 07:14 | |
*** iceyao has joined #openstack-nova | 07:16 | |
*** ihrachys has joined #openstack-nova | 07:19 | |
*** iceyao_ has quit IRC | 07:20 | |
*** shaohe_feng has quit IRC | 07:20 | |
*** shaohe_feng has joined #openstack-nova | 07:21 | |
*** thorst has quit IRC | 07:22 | |
openstackgerrit | Andrey Volkov proposed openstack/nova: Skip instance name templatig in API cell https://review.openstack.org/319091 | 07:23 |
*** ihrachys has quit IRC | 07:28 | |
*** jlanoux has joined #openstack-nova | 07:29 | |
*** zhangyufei has joined #openstack-nova | 07:29 | |
*** shaohe_feng has quit IRC | 07:31 | |
*** shaohe_feng has joined #openstack-nova | 07:31 | |
*** salv-orlando has joined #openstack-nova | 07:32 | |
*** bauzas is now known as bauwser | 07:34 | |
bauwser | good morning Nova | 07:34 |
baater1 | morning | 07:38 |
*** matrohon has joined #openstack-nova | 07:39 | |
*** shaohe_feng has quit IRC | 07:41 | |
*** yamahata has quit IRC | 07:41 | |
*** shaohe_feng has joined #openstack-nova | 07:42 | |
*** zenoway has joined #openstack-nova | 07:43 | |
*** josecastroleon has quit IRC | 07:46 | |
*** josecastroleon has joined #openstack-nova | 07:48 | |
*** realitix has joined #openstack-nova | 07:49 | |
*** jamielennox is now known as jamielennox|away | 07:49 | |
*** shaohe_feng has quit IRC | 07:51 | |
*** shaohe_feng has joined #openstack-nova | 07:52 | |
*** markvoelker has joined #openstack-nova | 07:56 | |
*** ihrachys has joined #openstack-nova | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-nova | 08:00 | |
*** shaohe_feng has quit IRC | 08:01 | |
*** shaohe_feng has joined #openstack-nova | 08:02 | |
*** ihrachys_ has joined #openstack-nova | 08:02 | |
*** daemontool has joined #openstack-nova | 08:03 | |
*** ihrachy__ has joined #openstack-nova | 08:04 | |
*** ihrachys has quit IRC | 08:05 | |
*** markvoelker has quit IRC | 08:05 | |
*** ihrachy__ has quit IRC | 08:05 | |
*** cfriesen has quit IRC | 08:07 | |
*** ihrachys_ has quit IRC | 08:07 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 08:10 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 08:10 |
*** markus_z has joined #openstack-nova | 08:11 | |
*** apoorv has quit IRC | 08:11 | |
*** lpetrut has joined #openstack-nova | 08:12 | |
*** shaohe_feng has quit IRC | 08:12 | |
*** shaohe_feng has joined #openstack-nova | 08:12 | |
*** klkumar_ has joined #openstack-nova | 08:13 | |
*** amotoki has joined #openstack-nova | 08:15 | |
*** salv-orlando has quit IRC | 08:15 | |
*** jistr has joined #openstack-nova | 08:15 | |
*** edand_ has joined #openstack-nova | 08:16 | |
*** salv-orlando has joined #openstack-nova | 08:16 | |
*** rmart04 has joined #openstack-nova | 08:17 | |
*** danpb has joined #openstack-nova | 08:18 | |
*** thorst has joined #openstack-nova | 08:19 | |
*** DaiDV has quit IRC | 08:20 | |
lixiaoy1 | danpb: Hey Daniel,1 | 08:21 |
*** alex_xu has joined #openstack-nova | 08:21 | |
lixiaoy1 | danpb: Could you please have a look at this patch https://review.openstack.org/#/c/247372/ , and need your comments. This was discussed in Mitaka release, about cinder would like to decrypt volumes | 08:22 |
*** shaohe_feng has quit IRC | 08:22 | |
*** etualuo_ has joined #openstack-nova | 08:23 | |
*** shaohe_feng has joined #openstack-nova | 08:23 | |
*** etualuo_ has left #openstack-nova | 08:24 | |
*** Tutj has joined #openstack-nova | 08:25 | |
*** thorst has quit IRC | 08:26 | |
Tutj | Hi guys | 08:26 |
Tutj | i would like to ask you guys about nova host-describe | 08:26 |
Tutj | i believe my self that this command shows the information of hugepages memory? | 08:26 |
Tutj | but sometimes when we set up our environments for using hugepages | 08:27 |
*** sfinucan has joined #openstack-nova | 08:27 | |
Tutj | it shows the wrong value | 08:27 |
Tutj | have you encountered this problem before? | 08:27 |
*** ljjjustin has quit IRC | 08:30 | |
*** Dave____ is now known as Dave | 08:31 | |
*** lucas-afk is now known as lucasagomes | 08:32 | |
*** shaohe_feng has quit IRC | 08:32 | |
*** shaohe_feng has joined #openstack-nova | 08:33 | |
*** ljjjustin has joined #openstack-nova | 08:33 | |
*** efoley has joined #openstack-nova | 08:33 | |
*** houming has joined #openstack-nova | 08:34 | |
*** haukebruno has joined #openstack-nova | 08:34 | |
*** yassine__ has joined #openstack-nova | 08:35 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Introduce a CONF flag to determine glance client version https://review.openstack.org/315963 | 08:40 |
*** PaulMurray has joined #openstack-nova | 08:42 | |
*** sudipto has joined #openstack-nova | 08:42 | |
*** shaohe_feng has quit IRC | 08:42 | |
PaulMurray | morning all | 08:43 |
*** shaohe_feng has joined #openstack-nova | 08:43 | |
sfinucan | o/ | 08:44 |
*** derekh has joined #openstack-nova | 08:44 | |
*** apoorv has joined #openstack-nova | 08:46 | |
bauwser | morning | 08:46 |
bauwser | (again) | 08:46 |
openstackgerrit | Sylvain Bauza proposed openstack/nova: Add resource provider tables to the api database https://review.openstack.org/315681 | 08:46 |
realitix | Morning all, Can someone take a look at this blueprint https://blueprints.launchpad.net/nova/+spec/allowing-renaming-flavor-nameflavor | 08:47 |
openstackgerrit | Jens Rosenboom proposed openstack/nova: Warn when using null cache backend https://review.openstack.org/307718 | 08:47 |
*** gjayavelu has joined #openstack-nova | 08:49 | |
PaulMurray | bauwser, you've been in discussions about what goes in nova_api vs nova db haven't you? | 08:49 |
bauwser | PaulMurray: sort of, a bit lagged due to my check-dest bp, but I can help | 08:50 |
johnthetubaguy | markus_z: I was talking with sfinucan and some others yesterday, there were a few ideas that came up around the config options stuff, I think the ideas are going to get sent to the ML | 08:50 |
PaulMurray | I'm going to add console auth records to the db | 08:50 |
PaulMurray | wondering whih one | 08:50 |
johnthetubaguy | markus_z: would be good to check out those ideas with you, if you have a good moment later | 08:50 |
PaulMurray | I'm guessing the api, but not sure if there is some guidence somewhere | 08:51 |
markus_z | johnthetubaguy: yep, no meetings all day long :) | 08:51 |
johnthetubaguy | PaulMurray: I try to stick to, anything around the instance, lives next to the instance, in the child cell | 08:51 |
johnthetubaguy | markus_z: lucky person, actually today isn't too bad for me either :D | 08:51 |
markus_z | johnthetubaguy: wanna discuss it here or on the ML when it's out? | 08:51 |
johnthetubaguy | markus_z: I am good here, I was thinking about dropping that service list stuff | 08:52 |
johnthetubaguy | markus_z: I am worried we are getting it wrong, and we will not maintain it properly | 08:52 |
PaulMurray | johnthetubaguy, ok, I try that - I'm only starting on it so still have to remind myself what I'm doing with it | 08:52 |
johnthetubaguy | markus_z: I had an idea for an alternative | 08:52 |
*** shaohe_feng has quit IRC | 08:53 | |
johnthetubaguy | PaulMurray: the details are a bit tricky though, depends on the usage patterns, like if an API has to aggregate across multiple cells, that not ideal, etc, but console sounds like its not affected | 08:53 |
johnthetubaguy | markus_z: the alternative is "compute node" or "controller" or both | 08:53 |
*** shaohe_feng has joined #openstack-nova | 08:53 | |
markus_z | johnthetubaguy: yeah, I was worried about that too. What's your idea? | 08:53 |
johnthetubaguy | markus_z: thinking about all the creds (like DB) you should not have on there, its good to tell people about that | 08:53 |
*** gjayavelu has quit IRC | 08:54 | |
johnthetubaguy | markus_z: but if we do that, I think we should create two separate sample configs, maybe? | 08:54 |
johnthetubaguy | we could do some protections to try and stop the compute node reading configs that are not in its sample config file, so we test the split in the gate | 08:55 |
markus_z | johnthetubaguy: I don't know enough about real life deployments, but if that separation is good enough for most, then I'm good. | 08:55 |
johnthetubaguy | so its kinda where our security model is going, we are trying to keep sensitive data off the computes, and eventually give them "very limited" trust when connecting to the rest of the system | 08:56 |
markus_z | johnthetubaguy: So you don't want to put "controller" / "compute" in the help text but show it via two separate files? | 08:56 |
bauwser | PaulMurray: sorry, missed your point, you asked where to add this console auth records table ? | 08:56 |
johnthetubaguy | markus_z: while it would be nice if it were machine readable I guess, so the generators can do the right thing, separate sample configs seemed the best I could think of, without introducing something new | 08:57 |
johnthetubaguy | markus_z: so I could post this to the dev list, and maybe later post to the ops list? | 08:57 |
bauwser | PaulMurray: the general rule of thumb for the API DB is to keep it with minimal writes | 08:57 |
bauwser | PaulMurray: for scaling purposes | 08:57 |
bauwser | PaulMurray: but in general, we want to put things in it if they're cross-cells | 08:57 |
PaulMurray | bauwser, ok - I'm just getting into this piece of work so I need to get into the details | 08:58 |
bauwser | PaulMurray: what I'm afraid of a console auth table is that it would have one entry per instance ? | 08:58 |
markus_z | johnthetubaguy: I'm thinking about the configuration reference manual where it isn't then possible to see the usage (ctrl vs. comp), but that could be a minor thing. | 08:58 |
bauwser | PaulMurray: if so, putting it in the API DB would be terrible because of the size | 08:58 |
*** fabian4 has left #openstack-nova | 08:58 | |
PaulMurray | bauwser, one entry per console authorization | 08:58 |
markus_z | johnthetubaguy: Yes, let's put it to the ML. | 08:58 |
johnthetubaguy | markus_z: I think they sometimes do a separate doc for each sample config file | 08:58 |
PaulMurray | which is generally pretty few | 08:58 |
* PaulMurray back in a few mintues | 08:59 | |
markus_z | johnthetubaguy: Do they? I didn't know that. | 08:59 |
johnthetubaguy | markus_z: I think I saw that somewhere | 08:59 |
*** flwang1 has joined #openstack-nova | 09:00 | |
bauwser | PaulMurray: I'll have to go in a few - fitness stuff | 09:00 |
johnthetubaguy | markus_z: do you have a link to the current compute one, I keep getting confused with so many slightly different ones | 09:00 |
bauwser | PaulMurray: my wonders are the relationships you're going to create | 09:00 |
markus_z | johnthetubaguy: Should be this one: http://docs.openstack.org/mitaka/config-reference/compute/config-options.html | 09:00 |
bauwser | PaulMurray: ie. one type of console auth being a FK for a console ? | 09:00 |
openstackgerrit | Pavel Kholkin proposed openstack/nova: nova-api-hypervisor-cpu-info change https://review.openstack.org/304180 | 09:01 |
bauwser | PaulMurray: oh, I think it would be mapped to a console pool, right? | 09:01 |
* bauwser litterally go running | 09:02 | |
*** shaohe_feng has quit IRC | 09:03 | |
*** shaohe_feng has joined #openstack-nova | 09:04 | |
*** daemontool has quit IRC | 09:05 | |
*** daemontool has joined #openstack-nova | 09:05 | |
* PaulMurray is back | 09:08 | |
*** shaohe_feng has quit IRC | 09:13 | |
*** shaohe_feng has joined #openstack-nova | 09:16 | |
*** dmk0202 has joined #openstack-nova | 09:19 | |
*** mvk has joined #openstack-nova | 09:21 | |
*** shaohe_feng has quit IRC | 09:23 | |
*** thorst has joined #openstack-nova | 09:24 | |
*** sambetts|afk is now known as sambetts | 09:24 | |
*** shaohe_feng has joined #openstack-nova | 09:24 | |
*** zhangyufei has quit IRC | 09:27 | |
openstackgerrit | Andrea Rosa proposed openstack/nova: WIP: Attach/detach root volume for shelved_offloaded https://review.openstack.org/317446 | 09:28 |
*** edand_ has quit IRC | 09:31 | |
*** thorst has quit IRC | 09:31 | |
*** shaohe_feng has quit IRC | 09:34 | |
*** shaohe_feng has joined #openstack-nova | 09:34 | |
*** wanghao has quit IRC | 09:35 | |
*** wanghao has joined #openstack-nova | 09:36 | |
*** matrohon has quit IRC | 09:36 | |
*** BobBall_AWOL is now known as BobBall | 09:38 | |
*** malos has joined #openstack-nova | 09:38 | |
*** houming has quit IRC | 09:40 | |
*** shaohe_feng has quit IRC | 09:44 | |
markus_z | johnthetubaguy: good ML post. I'll answer on that after lunch. You talk there about sfinucan's thread, do you have a pointer for that? | 09:44 |
sfinucan | sfinucan: I haven't posted it yet - was waiting to talk to you first :) | 09:45 |
*** shaohe_feng has joined #openstack-nova | 09:45 | |
johnthetubaguy | markus_z: yeah, it was referencing the future there | 09:45 |
markus_z | Ah, explains why I didn't find it :) | 09:45 |
sfinucan | markus_z: Mostly about reinforcing learnings from our work, really | 09:46 |
johnthetubaguy | sfinucan: I suggested a work breakdown in the ML, let me know if that looks right | 09:46 |
johnthetubaguy | sfinucan: I included a bit for making the option definition consistent, to track that clean up of list_opts, etc. | 09:47 |
sfinucan | johnthetubaguy: Yeah, I've got five things: indentation, lists vs individual variables, using 'option.name', lists vs iterators and avoiding deprecated options | 09:47 |
sfinucan | markus_z: ^^^ they're mostly learnings from our work, afaict. Hopefully you agree :) | 09:48 |
johnthetubaguy | sfinucan: sounds good, I noted the deprecated options thing in my ML post, if that helps | 09:48 |
markus_z | sfinucan: I'm heading to lunch, let's discuss it afterwards if you have time. | 09:48 |
sfinucan | sure thing | 09:48 |
baater1 | hello everyone how does the ceph intergrate with nova by using iSCSI ? tell me about the novaconf changes. thx | 09:48 |
*** devananda has quit IRC | 09:52 | |
*** shaohe_feng has quit IRC | 09:54 | |
*** shaohe_feng has joined #openstack-nova | 09:55 | |
sfinucan | baater1: Sounds like a Nova deployment question. You should use #openstack for these questions. | 09:55 |
sfinucan | (see the channel topic) | 09:55 |
*** dave-mccowan has joined #openstack-nova | 09:59 | |
*** apoorv has quit IRC | 10:01 | |
*** jinxing has quit IRC | 10:01 | |
*** EinstCra_ has quit IRC | 10:01 | |
*** cheneydc has quit IRC | 10:02 | |
*** devananda has joined #openstack-nova | 10:03 | |
*** shaohe_feng has quit IRC | 10:04 | |
*** shaohe_feng has joined #openstack-nova | 10:05 | |
*** amotoki has quit IRC | 10:05 | |
*** dedery has joined #openstack-nova | 10:05 | |
*** iceyao has quit IRC | 10:07 | |
*** jinxing has joined #openstack-nova | 10:07 | |
*** dedery_ has joined #openstack-nova | 10:09 | |
*** dedery has quit IRC | 10:13 | |
*** apoorv has joined #openstack-nova | 10:13 | |
*** amotoki has joined #openstack-nova | 10:13 | |
*** sdague has joined #openstack-nova | 10:14 | |
*** chenfan has quit IRC | 10:14 | |
lyarwood_ | morning all, I'm looking for a sanity check on the following review if anyone has time - https://review.openstack.org/#/c/318266/ - I'm worried about the impact of the change on none libvirt backends however CI for these backends looks good. | 10:14 |
lyarwood_ | non* | 10:15 |
*** shaohe_feng has quit IRC | 10:15 | |
*** dedery_ has quit IRC | 10:15 | |
*** shaohe_feng has joined #openstack-nova | 10:15 | |
*** ihrachys has joined #openstack-nova | 10:15 | |
*** zenoway has quit IRC | 10:16 | |
*** zenoway has joined #openstack-nova | 10:17 | |
*** fragatina has quit IRC | 10:20 | |
*** ihrachys has quit IRC | 10:20 | |
*** fragatina has joined #openstack-nova | 10:20 | |
*** cdent has joined #openstack-nova | 10:20 | |
PaulMurray | johnthetubaguy, we don't need this consoleauth thing | 10:21 |
PaulMurray | johnthetubaguy, if I make an object for the auth records we can just use that instead and | 10:21 |
PaulMurray | johnthetubaguy, dump the consoleauth service altogetehr | 10:22 |
PaulMurray | simples | 10:22 |
johnthetubaguy | yeah, I don't really know the history on the console side of things, it doesn't sound like a terrible idea | 10:22 |
PaulMurray | johnthetubaguy, its usually a singleton sitting in the api cell if you have cells | 10:23 |
*** srushti has joined #openstack-nova | 10:23 | |
PaulMurray | but I think you are right about keeping instance stuff near instances | 10:23 |
PaulMurray | so I'll put it in the nova db | 10:23 |
*** tbachman has quit IRC | 10:23 | |
PaulMurray | - I'll check with alaski when he is around | 10:24 |
*** fragatin_ has joined #openstack-nova | 10:24 | |
*** fragatina has quit IRC | 10:24 | |
johnthetubaguy | yeah, I would check with alaski | 10:24 |
*** baater1 has quit IRC | 10:24 | |
*** shaohe_feng has quit IRC | 10:25 | |
*** ihrachys has joined #openstack-nova | 10:25 | |
*** shaohe_feng has joined #openstack-nova | 10:25 | |
*** jwcroppe has quit IRC | 10:26 | |
*** zenoway has quit IRC | 10:26 | |
*** jinxing has quit IRC | 10:26 | |
*** jwcroppe has joined #openstack-nova | 10:26 | |
*** jwcroppe has quit IRC | 10:26 | |
*** claudiub has joined #openstack-nova | 10:27 | |
openstackgerrit | Sean Dague proposed openstack/nova: be more explicit that rate limits are gone in v2.1 https://review.openstack.org/318923 | 10:27 |
PaulMurray | hmmmm, I forgot, all you have is a token in the console url, so there is no instance to map to the cell from | 10:27 |
*** thorst has joined #openstack-nova | 10:28 | |
*** fragatin_ has quit IRC | 10:28 | |
srushti | sdague: Hi Could you please review https://review.openstack.org/286390 | 10:28 |
*** zenoway has joined #openstack-nova | 10:30 | |
*** ihrachys has quit IRC | 10:31 | |
*** zenoway has quit IRC | 10:32 | |
*** zenoway has joined #openstack-nova | 10:32 | |
*** hieulq has quit IRC | 10:33 | |
*** ljxiash has quit IRC | 10:33 | |
*** ljxiash has joined #openstack-nova | 10:33 | |
openstackgerrit | Alexis Lee proposed openstack/nova: Enable mutable config in Nova https://review.openstack.org/280851 | 10:34 |
*** shaohe_feng has quit IRC | 10:35 | |
*** amotoki has quit IRC | 10:35 | |
*** thorst has quit IRC | 10:36 | |
*** fragatina has joined #openstack-nova | 10:36 | |
*** ljxiash has quit IRC | 10:38 | |
sdague | srushti: I'm not sure a change like that is all that useful | 10:38 |
*** shaohe_feng has joined #openstack-nova | 10:38 | |
bauwser | PaulMurray: back there | 10:39 |
*** sorrison_laptop has joined #openstack-nova | 10:39 | |
*** fragatina has quit IRC | 10:40 | |
alaski | lifeless: I was going to test a few projects with it like Nova/Neutron since I believe they're the ones that broke last time | 10:41 |
alaski | and submit any fixes needed | 10:41 |
alaski | PaulMurray: if the console authorization is tied to an instance then I would look at the cell db first | 10:43 |
*** alaski is now known as lascii | 10:43 | |
*** shaohe_feng has quit IRC | 10:45 | |
*** shaohe_feng has joined #openstack-nova | 10:46 | |
lascii | if this question is on a specific spec/review I can take a look and comment there with more info | 10:47 |
srushti | sdague: It removes duplicate code and enhances re-usability of code. Similar fix has been merged in cinder https://review.openstack.org/315358 | 10:48 |
sdague | srushti: not if you leave the adapter layer in there | 10:48 |
sdague | especially given that you are catching generic errors not specific exceptions | 10:48 |
sdague | and assuming that the message is a contract | 10:49 |
*** tbachman has joined #openstack-nova | 10:49 | |
tojuvone | Getting late to have new spec and have review, should I put to backlog? | 10:50 |
PaulMurray | lascii, its easier to explain | 10:51 |
openstackgerrit | Lucian Petrut proposed openstack/nova: Hyper-V: Implement nova rescue https://review.openstack.org/127159 | 10:51 |
PaulMurray | lascii, console auth is basically just a server using memcach to store console auth tokens | 10:51 |
tojuvone | That would be everything I had for maintenance | 10:51 |
PaulMurray | that are handed out to users when they ask for a vnc console etc. | 10:52 |
PaulMurray | The user gets a url that connects to the console proxy server, which uses the token in the url to authroise the connection | 10:52 |
PaulMurray | The problem is that the proxy only has the token to use for lookup | 10:53 |
PaulMurray | not the instance | 10:53 |
PaulMurray | Normally it would go to the single console auth server to do the lookup. | 10:53 |
kashyap | clarkb: When you're about, I found the exact opposite of what you said here: Using `service` and explicit stop+start of libvirt-bin creates the socket file. Using `systemctl` does not succed at all. See all four cases of my testing here: https://kashyapc.fedorapeople.org/behavior-of-systemctl-and-service-with-libvirt-bin-on-Xenial.txt | 10:54 |
PaulMurray | If we put the data in a database instead of in a memcache server | 10:54 |
*** apoorv has quit IRC | 10:54 | |
PaulMurray | we need to be able to look it up using the token | 10:54 |
lascii | gotcha | 10:54 |
PaulMurray | so if it goes in the cell db, how do we know which cell ? | 10:54 |
kashyap | sdague: On your Xenial VM, if you use: `systemctl restart libvirt-bin` do you find the /var/run/libvirt/libvirt-sock created? | 10:54 |
lascii | so based on that it seems like you'll need to use the api db | 10:54 |
PaulMurray | which is not ideal | 10:55 |
lascii | which isn't great. but unless the auth url is changed to include instance info we have no way to find the cell as you point out | 10:55 |
PaulMurray | because the compute managers generate the data | 10:55 |
PaulMurray | I did wonder about having a proxy per cell...... | 10:55 |
PaulMurray | but that's not great either | 10:56 |
*** shaohe_feng has quit IRC | 10:56 | |
PaulMurray | (i.e. the url could be used to chose the cell) | 10:56 |
lascii | I think that would be a decent solution | 10:56 |
lascii | as you may not want a global proxy for every cell | 10:56 |
openstackgerrit | Andrey Volkov proposed openstack/nova: Skip instance name templatig in API cell https://review.openstack.org/319091 | 10:56 |
*** sacharya has joined #openstack-nova | 10:56 | |
PaulMurray | does expose the difference between cells a little | 10:56 |
*** shaohe_feng has joined #openstack-nova | 10:56 | |
lascii | true, but that url should really be opaque to users | 10:57 |
sdague | kashyap: http://paste.openstack.org/show/497881/ | 10:57 |
PaulMurray | Actually, it need not be a seperate proxy, could just add something in the resource path | 10:58 |
lascii | right, that was what I meant earlier about updating the auth_url | 10:58 |
lascii | my preference would be to keep that data in the cell db, and then route requests there either through an updated resource path or a proxy per cell | 10:59 |
PaulMurray | lascii, yes, I was thinking about messing with ports etc, but your right, that would do it | 10:59 |
* kashyap clicks | 11:00 | |
PaulMurray | we can already set the url on a per host basis - its a config parameter | 11:00 |
markus_z | sfinucan: I'm a bit torn about moving https://github.com/openstack/nova/blob/d619ad6ba15df1cf7dc92ddf84d1c65af018682f/nova/cmd/dhcpbridge.py#L92 | 11:01 |
markus_z | sfinucan: It's purely a CLI option and doesn't show in the nova.conf | 11:01 |
kashyap | sdague: Can you also please tell me: `dpkg -s libvirt-bin | grep Version` | 11:01 |
PaulMurray | lascii, I'll have to update the spec for this - will you review for me when I do it ? | 11:01 |
lascii | PaulMurray: okay, so start with a proxy per cell sounds like it would be trivial. then add on url routing later if desired | 11:01 |
markus_z | sfinucan: What do you think about that? | 11:01 |
*** sacharya has quit IRC | 11:01 | |
lascii | PaulMurray: yeah, just link me or add me | 11:01 |
PaulMurray | thanks | 11:01 |
mdbooth | lyarwood_: Just looking at your updated patch. | 11:02 |
*** gszasz has joined #openstack-nova | 11:02 | |
mdbooth | I don't think anything calls computemanager.detach_volume | 11:02 |
mdbooth | *except* computemanager._handle_bad_volume_detached | 11:02 |
sfinucan | markus_z: the cli/conf opt divide confuses me, from a centralization perspective :) | 11:02 |
mdbooth | which contains a comment suggesting that it shouldn't | 11:02 |
mdbooth | which is weird | 11:02 |
*** rtheis has joined #openstack-nova | 11:02 | |
lyarwood_ | mdbooth: it's _detach_volume btw | 11:03 |
mdbooth | which means that _detach_volume has only a single caller | 11:03 |
mdbooth | ...right | 11:03 |
sfinucan | markus_z: We're registering cli opts in Nova conf, but they're not-CLI only as you say | 11:03 |
lyarwood_ | mdbooth: ah I see sorry | 11:03 |
mdbooth | _detach_volume has 2 callers, but one of them is apparently never called itself | 11:03 |
mdbooth | except internally | 11:03 |
markus_z | sfinucan: right, that's why I had no doubt to move them | 11:03 |
*** sathiya has joined #openstack-nova | 11:04 | |
markus_z | sfinucan: to be honest, I discovered those "SubCommandsOpt"s only some days ago | 11:04 |
sathiya | Hi,all | 11:04 |
mdbooth | That can be called in reboot context | 11:04 |
sfinucan | markus_z: Yeah, thinking out loud really :) | 11:04 |
* mdbooth considers that | 11:04 | |
*** jaosorior has quit IRC | 11:04 | |
sfinucan | markus_z: I'd leave it, personally. It's not 'conf' so it doesn't belong in said folder | 11:04 |
sathiya | Is there any difference between "nova image-list" and "glance image-list" ? | 11:05 |
sfinucan | markus_z: Plus they're already pretty "central" in 'nova/cmd' | 11:05 |
markus_z | sfinucan: I have that tendency as well | 11:05 |
sfinucan | markus_z: This would change if there were extensive use of register_cli_opt outside of 'nova/conf' and 'nova/cmd', but there isn't | 11:06 |
markus_z | sfinucan: It's mainly my pseudo-OCD voice in my head which whispers "but it's not complete" | 11:06 |
*** shaohe_feng has quit IRC | 11:06 | |
sfinucan | :D | 11:06 |
frickler | kashyap: I'm missing some context probably, but why do you have that old qemu installed in your sample? default should be 2.5 for xenial | 11:06 |
kashyap | frickler: I don't know -- whatever `sudo apt-get qemu-kvm` brought in. I normally run libvirt from Git. I'm using this Ubuntu setup to reproduce a bug. | 11:07 |
sdague | kashyap: Version: 1.3.1-1ubuntu10 | 11:07 |
kashyap | frickler: Err, QEMU from Git, too. | 11:07 |
*** shaohe_feng has joined #openstack-nova | 11:07 | |
johnthetubaguy | sfinucan: markus_z: yeah, good points, I quite like saying all reglister_cli_opts should be in nova/cmd near their usage? | 11:07 |
markus_z | sfinucan: OK, we're on the same page then. Then only https://review.openstack.org/314091 is left for the "move to nova/conf/" part. | 11:07 |
johnthetubaguy | unless they are shared with conf, I guess | 11:07 |
lyarwood_ | mdbooth: AFAICT we do end up calling detach_volume in the manager from a normal volume-detach request | 11:08 |
markus_z | johnthetubaguy: yeah, makes a good general rule | 11:08 |
kashyap | sdague: Okay, one last test (this will confirm you see sam as Clark's behavior), if you feel like: `sudo service libvirt-bin stop && sudo service libvirt-bin start` | 11:08 |
mdbooth | lyarwood_: Where's that? | 11:08 |
sfinucan | markus_z: Yeah, what johnthetubaguy said | 11:08 |
kashyap | sdague: With the above, do you see a libvirt-sock created too? | 11:08 |
lyarwood_ | mdbooth: if I'm following the n-api <- rpcapi -> n-cpu flow correctly that is | 11:08 |
sdague | kashyap: no | 11:09 |
sdague | but we already came up with a theory for that yesterday | 11:09 |
sdague | which is why you should be using restart | 11:09 |
markus_z | sfinucan: You said earlier you wanted to discuss something too? | 11:09 |
mdbooth | lyarwood_: Which n-api call? | 11:10 |
kashyap | sdague: I'm trying to compare what I see on my Xenial VM, where using `systemctl` doesn't create the socket. See the summary of the four cases here: https://kashyapc.fedorapeople.org/behavior-of-systemctl-and-service-with-libvirt-bin-on-Xenial.txt | 11:10 |
lyarwood_ | mdbooth: starting around nova/api/openstack/compute/contrib/volumes.py:413 | 11:10 |
lyarwood_ | mdbooth: that goes to the compute-api, compute-rpcapi and then the manager | 11:10 |
lyarwood_ | mdbooth: but again, if I'm reading this right. I'm likely not. | 11:11 |
sfinucan | markus_z: Yeah. We had a discussion about config opt "best practices" in OSIC standup yesterday. Just a heads up before I send to mailing list, lest you disagree | 11:11 |
*** Tutj has quit IRC | 11:11 | |
mdbooth | lyarwood_: Ah, yes. I missed that one. | 11:11 |
sdague | kashyap: actually, I mispoke, the socket file is there | 11:11 |
sdague | I was looking in the wrong directory | 11:11 |
sfinucan | markus_z: We'd five points, that I can recall. | 11:12 |
kashyap | sdague: Ah, that sounds more consistent. | 11:12 |
openstackgerrit | Alexis Lee proposed openstack/nova: Enable mutable config in Nova https://review.openstack.org/280851 | 11:12 |
openstackgerrit | Alexis Lee proposed openstack/nova: Make LM timeout params mutable https://review.openstack.org/319203 | 11:12 |
*** zzzeek has quit IRC | 11:12 | |
lyarwood_ | mdbooth: still, that's a valid use case with this change as the instance should be local to the compute that's going to call _driver_detach_volume | 11:12 |
kashyap | sdague: So, you're saying case (2.b); with `service` stop+start you see the socket file just fine -- correct? | 11:12 |
sdague | right, but as are all the restart ones | 11:12 |
mdbooth | lyarwood_: volume delete | 11:12 |
sdague | where is the devstack patch that moves to restart? | 11:12 |
sdague | you and clarkb were going to make that one yesterday | 11:13 |
sfinucan | markus_z: Use lists of opts, rather than variables; don't indent the docstrings; use '[option_group].name' due to duplication bug; use lists rather than iterators; ignore deprecated options | 11:13 |
lyarwood_ | mdbooth: yeah this is the API remember so that's a detach | 11:13 |
kashyap | sdague: Haven't done that yet. I was testing locally the current behavior first. Will get to it today. | 11:13 |
sfinucan | markus_z: there's also a more contention sixth, which was to drop the 'related_options' and 'service which consume this boxes', on account of maintainability. Think John may have covered this already though | 11:14 |
markus_z | sfinucan: regarding "[option_group].name", that should be solved with https://review.openstack.org/#/c/304802/ | 11:14 |
sfinucan | s/contention/contentious/ | 11:14 |
mdbooth | lyarwood_: That's sending the call explicitly to the compute host of the instance | 11:15 |
mdbooth | ...which is fine | 11:15 |
sfinucan | markus_z: but that's not released yet, is it? | 11:15 |
markus_z | sfinucan: oh, yeah, you're right | 11:15 |
sfinucan | markus_z: This would be similarly helpful, but it's not merged yet either https://review.openstack.org/#/c/307685/ | 11:16 |
sfinucan | s/merged/released | 11:16 |
*** shaohe_feng has quit IRC | 11:16 | |
*** shaohe_feng has joined #openstack-nova | 11:16 | |
markus_z | sfinucan: dropping the "services" list is something I can agree with. Dropping "related options" would remove a lot of benefit for ops IMO. | 11:16 |
markus_z | sfinucan: But I don't know yet how to keep that maintained. :/ | 11:18 |
sfinucan | markus_z: So the primary use case I've identified is an "enable" option, which other dependencies hinge on | 11:19 |
sfinucan | markus_z: since related options are normally grouped, it might make sense to provide some mechanism for linking a specified opt to an optgroup | 11:20 |
sfinucan | markus_z: i.e. this option disables this entire group | 11:20 |
sfinucan | markus_z: the option could even be auto-generated, based on an OptGroup parameter | 11:20 |
sfinucan | markus_z: *However*, johnthetubaguy pointed out a few other scenarios that wouldn't be covered by this, so it's not a 100% solution | 11:21 |
mdbooth | lyarwood_: Having 2 methods called 'detach_volume' and 'remove_volume_connection' isn't at all confusing :/ | 11:22 |
markus_z | sfinucan: Yeah, maybe wait for that decision until we have the help texts about the impact of a single config option to a proper standard. | 11:22 |
markus_z | sfinucan: I mean, for all options. After that we should have a bigger picture. | 11:22 |
lyarwood_ | mdbooth: ewww, yeah I missed that | 11:23 |
sfinucan | markus_z: Yeah, good call | 11:23 |
*** laszloh has joined #openstack-nova | 11:23 | |
mdbooth | lyarwood_: How about the connection_info dance? | 11:23 |
mdbooth | jsonutils.loads() | 11:24 |
mdbooth | Is that copied from somewhere? | 11:24 |
* mdbooth isn't familiar with that | 11:24 | |
lyarwood_ | yeah from the _driver_detach_volume method | 11:24 |
openstackgerrit | Sylvain Bauza proposed openstack/nova: Add resource provider tables to the api database https://review.openstack.org/315681 | 11:24 |
mdbooth | lyarwood_: Got it | 11:24 |
lyarwood_ | mdbooth: at the top, there's an additional serial_id that's added iirc but isn't required to terminate the connection later on | 11:24 |
mdbooth | lyarwood_: Hmm, there's a note about that | 11:25 |
markus_z | sfinucan: OK, I'm going to throw my 2 cents at the ML post | 11:25 |
lyarwood_ | mdbooth: yeah sorry I mean it's just used by the drivers to detach not cinder to terminate the connection | 11:26 |
*** shaohe_feng has quit IRC | 11:26 | |
lyarwood_ | mdbooth: so in the case where we don't call for a detach we just need it to check if there's stashed connector | 11:27 |
sfinucan | markus_z: Sweet. Lunch time for me | 11:27 |
*** shaohe_feng has joined #openstack-nova | 11:29 | |
*** tyrola has joined #openstack-nova | 11:30 | |
*** tbachman_ has joined #openstack-nova | 11:30 | |
*** tbachman has quit IRC | 11:32 | |
*** tbachman_ is now known as tbachman | 11:32 | |
lyarwood_ | mdbooth: hmmmm I wonder if we could just use self.compute_rpcapi.remove_volume_connection passing instance.host here to attempt to cleanup on the original host | 11:32 |
lyarwood_ | mdbooth: as we do in _rollback_live_migration to cleanup the destination host after a failure | 11:33 |
gibi | lascii, sdague: mriedem promised to check https://review.openstack.org/#/c/286675/ (versioned notification transformation spec) but it seems he ran out of time. Seems we have an agreemet that it is a good direction but the spec needs spec-core reviews. Could you check it please? | 11:33 |
*** sorrison_laptop has quit IRC | 11:34 | |
mdbooth | lyarwood_: It's a good idea, as long as we don't fail if we can't | 11:34 |
mdbooth | Because presumbly in most cases we got here because the source compute isn't around any more | 11:34 |
*** edand_ has joined #openstack-nova | 11:34 | |
*** daemontool has quit IRC | 11:34 | |
lyarwood_ | mdbooth: yeah we should be able to catch and continue in that case | 11:35 |
*** sathiya has left #openstack-nova | 11:36 | |
*** shaohe_feng has quit IRC | 11:37 | |
mdbooth | lyarwood_: Ok, that would be over-and-above, though | 11:37 |
*** shaohe_feng has joined #openstack-nova | 11:37 | |
mdbooth | We don't do that right now, and it's an optimisation I think | 11:37 |
kashyap | sdague: There we go - https://review.openstack.org/319209 | 11:38 |
mdbooth | I would assume that this would almost always fail, either because the source compute isn't there, or because it has been down and come back up again, clearing out volumes in the process | 11:38 |
sdague | gibi: seems fine to me, getting dansmith to check it out would be good | 11:38 |
mdbooth | However, it would be a good addition anyway, I think | 11:38 |
mdbooth | Perhaps a separate patch? | 11:38 |
gibi | sdague: thanks | 11:38 |
lyarwood_ | mdbooth: well local rebuilds would be fine, it's just remote rebuilds with the src host down that could fail. | 11:39 |
lyarwood_ | mdbooth: happy to follow up with another patch with that in | 11:39 |
gibi | dansmith: Could you check https://review.openstack.org/#/c/286675/ (versioned notificaton spec) please? It seems there is an agreement on the direction but we need your opinion. | 11:39 |
mdbooth | Right, but that's the only case where would would even try this, right? | 11:39 |
mdbooth | Not saying it's bad, just that it's probably not worth complicating this patch with it | 11:40 |
lyarwood_ | mdbooth: ah right I see what you're saying, so we would only try the rpcapi call *if* we were remote | 11:40 |
mdbooth | Yes | 11:40 |
lyarwood_ | mdbooth: I was just going to replace the _detach_volume call with the rpcapi call | 11:40 |
mdbooth | Was that not what you were thinking? | 11:40 |
lyarwood_ | mdbooth: so we always callback to the source host | 11:41 |
lyarwood_ | mdbooth: even if it's local | 11:41 |
*** audit has joined #openstack-nova | 11:41 | |
mdbooth | Ah... | 11:41 |
*** hoangcx has quit IRC | 11:41 | |
mdbooth | Well _detach_volume also does other stuff | 11:41 |
*** daemontool has joined #openstack-nova | 11:41 | |
lyarwood_ | mdbooth: the connector stuff is a workaround to it being called on a remote host | 11:42 |
lyarwood_ | mdbooth: but yeah the usage stuff should likely be in both methods | 11:42 |
*** baoli has joined #openstack-nova | 11:43 | |
lyarwood_ | mdbooth: ah nvm terminate_connection is in there | 11:43 |
lyarwood_ | mdbooth: sorry so that isn't going to work anyway | 11:43 |
*** baoli_ has joined #openstack-nova | 11:44 | |
*** cdent has quit IRC | 11:44 | |
*** smatzek has joined #openstack-nova | 11:45 | |
mdbooth | lyarwood_: I gave it a +1 | 11:46 |
*** sree has quit IRC | 11:46 | |
lyarwood_ | mdbooth: cheers | 11:47 |
*** shaohe_feng has quit IRC | 11:47 | |
*** baoli has quit IRC | 11:47 | |
*** shaohe_feng has joined #openstack-nova | 11:47 | |
*** ihrachys has joined #openstack-nova | 11:49 | |
*** zhangyufei has joined #openstack-nova | 11:50 | |
*** raildo-afk is now known as raildo | 11:55 | |
*** rfolco has joined #openstack-nova | 11:56 | |
*** gszasz has quit IRC | 11:56 | |
*** shaohe_feng has quit IRC | 11:57 | |
*** shaohe_feng has joined #openstack-nova | 11:57 | |
*** audit has quit IRC | 11:58 | |
*** ducttape_ has joined #openstack-nova | 11:59 | |
*** thorst has joined #openstack-nova | 12:00 | |
*** sudipto has quit IRC | 12:00 | |
*** eliqiao has quit IRC | 12:02 | |
*** lucasagomes is now known as lucas-hungry | 12:02 | |
*** flwang has quit IRC | 12:03 | |
openstackgerrit | Atsushi SAKAI proposed openstack/nova: api-ref: Add fault parameter details https://review.openstack.org/317955 | 12:03 |
*** eliqiao has joined #openstack-nova | 12:05 | |
*** kylek3h has joined #openstack-nova | 12:05 | |
*** claudiub has quit IRC | 12:05 | |
*** iceyao has joined #openstack-nova | 12:05 | |
*** rk4n has joined #openstack-nova | 12:05 | |
*** zhangyufei has quit IRC | 12:06 | |
*** aysyd has joined #openstack-nova | 12:06 | |
*** claudiub has joined #openstack-nova | 12:06 | |
*** vnogin has quit IRC | 12:07 | |
*** shaohe_feng has quit IRC | 12:07 | |
*** shaohe_feng has joined #openstack-nova | 12:08 | |
*** zhangyufei has joined #openstack-nova | 12:10 | |
*** cdent has joined #openstack-nova | 12:10 | |
*** flwang has joined #openstack-nova | 12:11 | |
*** kylek3h has quit IRC | 12:13 | |
*** edand_ has quit IRC | 12:14 | |
*** daemontool_ has joined #openstack-nova | 12:14 | |
openstackgerrit | jichenjc proposed openstack/nova: api-ref verify of servers-admin-action.inc https://review.openstack.org/311727 | 12:14 |
*** ducttape_ has quit IRC | 12:15 | |
*** zhangyufei has quit IRC | 12:15 | |
*** ayoung has quit IRC | 12:16 | |
*** zhangyufei has joined #openstack-nova | 12:17 | |
*** daemontool has quit IRC | 12:17 | |
*** shaohe_feng has quit IRC | 12:18 | |
*** shaohe_feng has joined #openstack-nova | 12:18 | |
*** zerda2 has quit IRC | 12:21 | |
*** amotoki has joined #openstack-nova | 12:22 | |
*** efoley has quit IRC | 12:22 | |
*** kfarr has joined #openstack-nova | 12:24 | |
*** mdrabe has joined #openstack-nova | 12:28 | |
*** shaohe_feng has quit IRC | 12:28 | |
*** shaohe_feng has joined #openstack-nova | 12:28 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: use_neutron_default_nets: StrOpt ->BoolOpt https://review.openstack.org/243061 | 12:28 |
*** tyrola has quit IRC | 12:30 | |
*** tyrola has joined #openstack-nova | 12:31 | |
*** amotoki has quit IRC | 12:32 | |
*** salv-orl_ has joined #openstack-nova | 12:33 | |
thorst | efried: Why did you choose to scrub a specific LPAR instead of using the ComprehensiveScrub? | 12:33 |
*** tyrola has joined #openstack-nova | 12:33 | |
*** tyrola has joined #openstack-nova | 12:34 | |
*** tyrola has quit IRC | 12:34 | |
*** tyrola has joined #openstack-nova | 12:34 | |
*** tyrola has quit IRC | 12:34 | |
*** tyrola has joined #openstack-nova | 12:35 | |
*** tyrola has quit IRC | 12:35 | |
*** tyrola has joined #openstack-nova | 12:36 | |
*** tyrola has joined #openstack-nova | 12:36 | |
*** tyrola has quit IRC | 12:36 | |
lbeliveau | gjayavelu: hi | 12:36 |
*** tyrola has joined #openstack-nova | 12:37 | |
*** tyrola has joined #openstack-nova | 12:37 | |
*** salv-orlando has quit IRC | 12:37 | |
*** tyrola has joined #openstack-nova | 12:37 | |
*** tyrola has joined #openstack-nova | 12:38 | |
*** shaohe_feng has quit IRC | 12:38 | |
*** shaohe_feng has joined #openstack-nova | 12:39 | |
*** tyrola has joined #openstack-nova | 12:39 | |
*** tyrola has quit IRC | 12:39 | |
*** tyrola has joined #openstack-nova | 12:39 | |
*** tyrola has quit IRC | 12:39 | |
*** tyrola has joined #openstack-nova | 12:40 | |
*** tyrola has joined #openstack-nova | 12:40 | |
*** tyrola has joined #openstack-nova | 12:41 | |
*** tyrola has quit IRC | 12:41 | |
*** jwcroppe has joined #openstack-nova | 12:41 | |
*** tyrola has joined #openstack-nova | 12:41 | |
*** tyrola has quit IRC | 12:41 | |
*** _prad_ has joined #openstack-nova | 12:46 | |
*** marcusvrn_ has joined #openstack-nova | 12:47 | |
lyarwood_ | I'm looking for a sanity check on the following review if anyone has time - https://review.openstack.org/#/c/318266/ - I'm worried about the impact of the change on virt drivers other than libvirt however CI for these backends looks good with this change. | 12:48 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 12:48 |
*** shaohe_feng has quit IRC | 12:48 | |
*** shaohe_feng has joined #openstack-nova | 12:49 | |
johnthetubaguy | lyarwood_: so I am curious why we need that check | 12:49 |
johnthetubaguy | lyarwood_: oh... rebuild... | 12:50 |
lyarwood_ | johnthetubaguy: it's really to avoid the disconnect_volume call on a host that has never connected to the volume in the past. | 12:50 |
lyarwood_ | johnthetubaguy: yeah during a remote rebuild | 12:50 |
johnthetubaguy | lyarwood_: so rebuild is called in two cases, evacuate and rebuild, I guess this is for the evacuate path? | 12:50 |
lyarwood_ | johnthetubaguy: correct yes, I thought you could also ask for a remote rebuild outside of an evacuation | 12:51 |
bauwser | lascii: in case you want to make someone happy :p https://review.openstack.org/#/c/312009/ | 12:51 |
johnthetubaguy | lyarwood_: I am not sure if thats possible actually | 12:51 |
*** kylek3h has joined #openstack-nova | 12:53 | |
*** syjulian has joined #openstack-nova | 12:54 | |
*** tbachman has quit IRC | 12:55 | |
lyarwood_ | johnthetubaguy: hmm yeah I can't think why I thought that was the case. | 12:55 |
sdague | johnthetubaguy / alex_xu - what do you think about my suggestions here - https://review.openstack.org/#/c/267673/10 ? | 12:55 |
*** salv-orl_ has quit IRC | 12:55 | |
*** sacharya has joined #openstack-nova | 12:57 | |
lyarwood_ | johnthetubaguy: ah because of resize_to_same_host, I managed to mix that up with rebuild in my head. Still evacuation is a remote rebuild. | 12:57 |
*** tbachman has joined #openstack-nova | 12:57 | |
*** salv-orlando has joined #openstack-nova | 12:58 | |
johnthetubaguy | sdague: so I like it, but I don't like how we call shared storage local... maybe no_root_disk:True, but that makes boot from volume odd... | 12:58 |
sdague | johnthetubaguy: it's more than just root disk | 12:58 |
sdague | there are 3 disk values (ignoring config drive) | 12:59 |
*** annegentle has joined #openstack-nova | 12:59 | |
*** shaohe_feng has quit IRC | 12:59 | |
sdague | root, swap, ephemeral | 12:59 |
openstackgerrit | Laszlo Hegedus proposed openstack/nova: Transform generic instance action notifications https://review.openstack.org/313654 | 12:59 |
johnthetubaguy | sdague: but ephemeral:0 and swap:0 actually mean zero already | 12:59 |
*** shaohe_feng has joined #openstack-nova | 12:59 | |
sdague | swap:0 does | 12:59 |
sdague | ephemeral:0 is a little odd | 12:59 |
*** cfriesen has joined #openstack-nova | 13:00 | |
sdague | because it goes down the same path as root disk | 13:00 |
*** lucas-hungry is now known as lucasagomes | 13:00 | |
lyarwood_ | lpetrut / claudiub ; Hey, do you have any plans to also introduce stable rescues to hyperv in Newton? https://github.com/openstack/nova-specs/blob/master/specs/newton/approved/virt-rescue-stable-disk-devices.rst | 13:00 |
sdague | johnthetubaguy: but, the point is, the high level intend is "I don't want local disks at all" | 13:01 |
lyarwood_ | lpetrut / claudiub ; iirc you needed https://review.openstack.org/#/c/248029 before you could look at this for hyperv. | 13:01 |
johnthetubaguy | sdague: root_disk_must_be_volume:True? although I would like a better name | 13:01 |
sdague | which means we shouldn't even report them | 13:01 |
sdague | like we wouldn't return, disk, swap, ephemeral | 13:01 |
sdague | in flavor | 13:01 |
*** sacharya has quit IRC | 13:02 | |
johnthetubaguy | sdague: ah... yeah, that is much neater | 13:02 |
sdague | the API should be about intent, not about details | 13:02 |
tpatzig | sdague: i thought we will not create an additional API field local_disks? local_disks should only be as column in the db? | 13:02 |
johnthetubaguy | I was thinking about the use case of boot from volume with local ephemeral disks, but its a slightly odd use case | 13:03 |
sdague | johnthetubaguy: that's such an edge case we should wait for someone to come forward with it | 13:03 |
sdague | tpatzig: that's the current spec, but I think it's actually making the representation to the user way too confusing | 13:03 |
tpatzig | ok. i just followed the concerns of lascii | 13:04 |
sdague | let me go read his bit | 13:04 |
*** edleafe is now known as figleaf | 13:05 | |
sdague | tpatzig: right, so your original spec had "volume": 10 | 13:05 |
sdague | I wouldn't want to do that | 13:06 |
tpatzig | ok | 13:06 |
sdague | maybe once lascii gets around | 13:06 |
sdague | we can do a quick real time discussion | 13:06 |
tpatzig | https://review.openstack.org/#/c/267673/8/specs/newton/approved/flavor-root-disk-none.rst@128 | 13:06 |
tpatzig | that was his comment regarding a new column | 13:07 |
*** kfarr has quit IRC | 13:07 | |
lpetrut | lyawrwood_: setting the boot order will work in this case only for generation 2 vms, so for generation 1 VMs we'd still have to stick with the 'old' behavior. | 13:07 |
lpetrut | lywrwood_ we were considering having two different workflows based on the VM generation but that seemed like an overkill | 13:08 |
sdague | right, so I think that lascii was concerned we'd still display and accept these fields in the API | 13:08 |
sdague | and what I'm saying, is we would not | 13:08 |
tpatzig | i'm also more in favor of having local_disks column in the db and a new field local_disks in the api. to have that mapping clear | 13:08 |
sdague | "local_disk": False means there would be no reporting of swap, root, ephemeral at all | 13:09 |
*** shaohe_feng has quit IRC | 13:09 | |
tpatzig | exactly | 13:09 |
*** daemontool_ has quit IRC | 13:09 | |
tpatzig | only block_device mapping | 13:09 |
*** shaohe_feng has joined #openstack-nova | 13:09 | |
tpatzig | with dest_type volume are then allowed | 13:09 |
*** ctrath has joined #openstack-nova | 13:09 | |
johnthetubaguy | so one idea, is do we actually want the flavor to include the "default BDM", rather than what we have today | 13:10 |
*** xyang1 has joined #openstack-nova | 13:10 | |
johnthetubaguy | so in this case, the default BDM would be {} | 13:10 |
johnthetubaguy | actually thats dumb, because we only really want a subset of the BDM | 13:11 |
sdague | johnthetubaguy: yeh, I was going to say, that's leaking out a lot of stuff | 13:11 |
sdague | that makes transitions in the future harder | 13:11 |
johnthetubaguy | I am thinking about how we have to give people three ephemeral disks by default, for our larger flavors | 13:12 |
johnthetubaguy | hence the overthinking it | 13:12 |
tpatzig | with local_disks=False can't we just report None for root, ephemeral and swap? | 13:13 |
sdague | tpatzig: I don't want to report anything for those keys | 13:13 |
sdague | the keys now become optional | 13:13 |
tpatzig | ok.fine | 13:13 |
sdague | because None is a type change anyway, so everyone's code would break on it | 13:14 |
sdague | if people are going to have to update code, might as well just be a lot more explicit about it | 13:14 |
lascii | sdague: tpatzig I'm back | 13:14 |
johnthetubaguy | sdague: I am trying to remember when we hit issues with optional keys in the past, was that in the response? | 13:14 |
tpatzig | but the default (local_disks=True) is still to have these keys mandatory | 13:14 |
sdague | tpatzig: yes, if local_disks: True, then those keys exist | 13:15 |
lascii | sdague: I think you and I are on the same page here. I want flavors to make sense, and the size values get weird when volume are involved | 13:15 |
*** rlrossit has joined #openstack-nova | 13:15 | |
lascii | not displaying them with no local disk would be grand | 13:15 |
sdague | lascii: right, I agree | 13:15 |
johnthetubaguy | I am not sure about the "local" bit, but I agree with the intent, and general direction | 13:16 |
sdague | lascii: ok, so to do that in a programatic way, I think we need a new key in the flavor API which is the local_disks boolean | 13:16 |
sdague | so that people don't have to do key checks, they can know that key is always there, and if it's True another set of keys will be as well | 13:16 |
*** READ10 has joined #openstack-nova | 13:16 | |
sdague | plus it makes the flavor create side easier to validate | 13:16 |
lascii | that works for me, but there's still an unadressed bit which is unrelated to this spec | 13:17 |
sdague | lascii: ok, which part is that? | 13:17 |
sdague | johnthetubaguy: why is "local" an issue for you? ceph? | 13:17 |
lascii | booting from a volume with a flavor which allows local disks is still off | 13:17 |
johnthetubaguy | sdague: yeah, our "shared" local disk stuff | 13:18 |
sdague | johnthetubaguy: having a cluster filesystem is still "local" in some sense | 13:18 |
sdague | you've just managed the storage at a different layer | 13:18 |
lascii | sdague: I think if we carry data from a volume into instance.flavor rather than the flavor itself it starts to make more sense | 13:18 |
johnthetubaguy | sdague: yeah, true, I think its a hangover from the XenServer API thats stuck in my head, it calls those remote, I think | 13:19 |
*** shaohe_feng has quit IRC | 13:19 | |
*** salv-orl_ has joined #openstack-nova | 13:19 | |
johnthetubaguy | lascii: sorry, what do you mean by carry data from a volume? | 13:19 |
*** shaohe_feng has joined #openstack-nova | 13:20 | |
sdague | lascii: yeh, I've not quite parsed that? maybe I need more words around it. | 13:20 |
lascii | johnthetubaguy: I mean make it so that when flavor foo has root_gb 50 and you boot from a volume of size 100 that instance.flavor doesn't say 50 | 13:20 |
*** ivase has joined #openstack-nova | 13:20 | |
*** jichen has quit IRC | 13:20 | |
*** EinstCrazy has joined #openstack-nova | 13:20 | |
tpatzig | lascii: why is booting from a volume with a flavor that allows local disks a problem? | 13:20 |
johnthetubaguy | lascii: ah, sorry, I see what you mean | 13:21 |
lascii | tpatzig: it's not | 13:21 |
lascii | this is an existing issue | 13:21 |
lascii | but if we're updating flavors I'd like to consider this as well | 13:21 |
lascii | though maybe we punt for now | 13:21 |
tpatzig | ahh you mean beacuse if you boot from volume the root_gb value is meaningless | 13:22 |
lascii | yes, exactly | 13:22 |
*** salv-orlando has quit IRC | 13:22 | |
johnthetubaguy | lascii: so longer term, there is some kind of "active instance config" that combines the image metadata, image metadata overides, BDM, PCI devices attached and flavor, I guess | 13:22 |
sdague | right, at which point we're actually generating that view out of the instance data right | 13:22 |
lascii | sdague: I was just thinking that when booting from a volume root_gb loses all meaning, so we're addressing not displaying it if the flavor only works with volumes but we haven't addressed the accuracy of it when the flavor does work with local disk | 13:23 |
sdague | what happens if you trigger a rebuild on that instance? | 13:23 |
lascii | I think it just reattaches the volume | 13:23 |
sdague | because root_gb 50 means we're getting a 50 gb disk locally even though we have a 100 gb volume, right? | 13:23 |
sdague | I thought that was the problem | 13:24 |
lascii | it doesn't | 13:24 |
johnthetubaguy | so you don't get that 50 | 13:24 |
lascii | root_gb is basically meaningless in that case | 13:24 |
tpatzig | you only get the 100G volume | 13:24 |
sdague | ok | 13:24 |
sdague | but, this is really actually related to https://review.openstack.org/#/c/265282/ | 13:25 |
sdague | right? | 13:25 |
sdague | because we don't report flavor based on instance details yet | 13:25 |
lascii | yes | 13:25 |
johnthetubaguy | do we want to call it local_root_gb? | 13:25 |
sdague | which, as long as we don't return flavor_id / flavor_name, I'd be fine morphing the returns | 13:26 |
*** jwcroppe has quit IRC | 13:26 | |
lascii | johnthetubaguy: maybe. that's most of my concern, just that it's not clear that root_gb loses all meaning when booting from a volume | 13:26 |
sdague | but we have to be careful returning flavor info that has an id/name and changing the values of disk sizes | 13:26 |
sdague | lascii: I think we can fix that concern in docs | 13:26 |
lascii | sdague: right, and I thought your spec didn't return those | 13:26 |
*** mjura has quit IRC | 13:27 | |
lascii | sdague: that's fair too | 13:27 |
sdague | lascii: it doesn't in the current format, but mriedem wanted it to be the full flavor view | 13:27 |
tpatzig | local_root_gb…but it does not only affect the root disk. it will affect all local disks | 13:27 |
lascii | tpatzig: sorry, I don't want to hold you up on this. I just wanted to mention it while we're discussing mucking with flavor representations | 13:27 |
lascii | sdague: okay. this may be a reason not to do that | 13:28 |
sdague | johnthetubaguy: are you suggest we change out all the flavor keys inthis one go? | 13:28 |
*** EinstCrazy has quit IRC | 13:28 | |
sdague | disk => local_root_gb, swap => local_swap_gb, ....:ephemeral => local_ephemeral_gb ? | 13:28 |
tpatzig | lascii: np. i'm also a friend of doing it right, than doing it quick | 13:29 |
johnthetubaguy | I wasn't, but that is more consistent | 13:29 |
*** EinstCrazy has joined #openstack-nova | 13:29 | |
dansmith | gibi: okay, I have it open but I have an early meeting I have to do first | 13:29 |
sdague | so, the consistency would be nice... that being said, we actually have docs now | 13:29 |
sdague | so, zomg, someone not reading the code might understand thos | 13:29 |
*** shaohe_feng has quit IRC | 13:29 | |
lascii | that's crazy talk | 13:30 |
*** shaohe_feng has joined #openstack-nova | 13:30 | |
sdague | parameters aren't ever really self explanatory, being nicer is fine, but I don't know if that's worth the hit | 13:30 |
*** akshai has joined #openstack-nova | 13:31 | |
lascii | yeah. I'm one the side of wanting this addressed, but wanting something better than a parameter rename. | 13:31 |
*** dansmith is now known as superdan | 13:31 | |
lascii | like full flavor decomposition or something else radical | 13:31 |
lascii | so I think it's best not to tie it into what tpatzig is doing | 13:31 |
sdague | oh, we don't quite have docs - https://review.openstack.org/#/c/314133/ | 13:32 |
*** smatzek has quit IRC | 13:32 | |
sdague | lascii: right, so we could move forward with 1 new key, local_disks, which is a boolean | 13:32 |
sdague | drop the non relevant keys when it's False | 13:32 |
sdague | and deal with all the rest of the flavor things separately | 13:32 |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve the help text for compute timeout_opts https://review.openstack.org/317693 | 13:32 |
lascii | yeah, that's fine with me | 13:33 |
*** vladikr has joined #openstack-nova | 13:33 | |
lascii | that does leave open what to do with older microversions | 13:33 |
sdague | because, it will change again once the placement API is fully formed and we're using it I think | 13:33 |
*** chuck__ is now known as zul | 13:33 | |
johnthetubaguy | yeah, +1 | 13:33 |
*** ayoung has joined #openstack-nova | 13:33 | |
sdague | lascii: as in what to display? | 13:33 |
johnthetubaguy | I wonder about not doing the drop of the non-relevant keys, for the same argument | 13:33 |
lascii | sdague: yes | 13:33 |
johnthetubaguy | just 0 right? | 13:34 |
*** thorst has quit IRC | 13:34 | |
johnthetubaguy | for older ones | 13:34 |
lascii | 0 already has a meaning | 13:34 |
sdague | so if local_disks=False in the db, I would return 0s across the board | 13:34 |
tpatzig | ok. sounds good for me. one new api key and a new column 'local_disks' | 13:34 |
*** rodrigods has quit IRC | 13:34 | |
*** rodrigods has joined #openstack-nova | 13:34 | |
sdague | yes it has meaning, but it's meaning was weird and confusing | 13:34 |
*** laszloh has quit IRC | 13:34 | |
johnthetubaguy | so I see this a bit like discoverable policy... | 13:35 |
tpatzig | 0 for root_gb already means, take the size of the glance image | 13:35 |
johnthetubaguy | if you use the old microversion you can't tell the flavor requires you to use a volume | 13:35 |
sdague | johnthetubaguy: right, exactly | 13:35 |
johnthetubaguy | you get a nice 400 error if you do though | 13:35 |
sdague | yeh, I think that's fine | 13:35 |
johnthetubaguy | the alternatives seem to break the existing API semantics | 13:35 |
sdague | yep | 13:36 |
lascii | so it's basically just display it as is and error based on something the user can't see | 13:36 |
johnthetubaguy | I suppose there is a choice there, old microversions could have something error with a 400 error in a new place | 13:36 |
*** rk4n has quit IRC | 13:36 | |
johnthetubaguy | lascii: it sounds terrible when you phrase it like that, but yes | 13:36 |
lascii | it's not great. but it may be what we need to do | 13:37 |
sdague | lascii: the 400 error can return a message about what is going on | 13:37 |
*** sridharg has quit IRC | 13:37 | |
lascii | yep | 13:37 |
sdague | "This flavor has local_disks=True, use microversion > 2.29 to see more details" | 13:38 |
*** rk4n has joined #openstack-nova | 13:38 | |
lascii | okay. I'm on board. Maybe someone else will comment on the spec with other ideas | 13:38 |
*** salv-orl_ has quit IRC | 13:38 | |
superdan | bauwser: I read something last night that made me think the solution you pushed on top of my set is not right | 13:39 |
sdague | tpatzig: this all seem good? | 13:39 |
tpatzig | so we display 0 for all three, when local_disks=False? | 13:39 |
superdan | bauwser: I had a fix but never pushed.. I'm going to push that now | 13:39 |
sdague | tpatzig: for older microversions | 13:39 |
bauwser | superdan: I updated your change | 13:39 |
lascii | bauwser: I have your series open, will get to it in a bit | 13:39 |
superdan | bauwser: I know, and I don't think it's right | 13:39 |
openstackgerrit | Dan Smith proposed openstack/nova: Add resource provider tables to the api database https://review.openstack.org/315681 | 13:39 |
openstackgerrit | Dan Smith proposed openstack/nova: Make compute nodes update their own inventory records https://review.openstack.org/317049 | 13:39 |
openstackgerrit | Dan Smith proposed openstack/nova: Make Inventory and ResourceProvider objects use the API DB instead https://review.openstack.org/315682 | 13:39 |
superdan | bauwser: ^ | 13:39 |
bauwser | superdan: why so ? | 13:39 |
*** rk4n has quit IRC | 13:39 | |
lascii | tpatzig: so I think how this would actually work is flavor create when given local_disks=False should set the 0s | 13:39 |
superdan | bauwser: I think you want to use the mysql dialect to get it to apply correctly | 13:40 |
*** shaohe_feng has quit IRC | 13:40 | |
lascii | tpatzig: then the api will just display what's there, don't special case it | 13:40 |
sdague | lascii: ah, good point | 13:40 |
superdan | bauwser: we do this other places where we have a mysql-specific thing | 13:40 |
tpatzig | ok | 13:40 |
*** thorst has joined #openstack-nova | 13:40 | |
bauwser | superdan: https://review.openstack.org/#/c/315681/12..15/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py is pretty identical | 13:40 |
sdague | and we just don't show those keys when above the microversion | 13:40 |
*** shaohe_feng has joined #openstack-nova | 13:40 | |
bauwser | superdan: but PS12 was trampling the jobs | 13:40 |
lascii | sdague: yeah | 13:40 |
tpatzig | ok | 13:41 |
superdan | bauwser: oh, I didn't think I had pushed it, so I never saw the fail | 13:41 |
openstackgerrit | Sven Anderson proposed openstack/nova: Let setup.py compile_catalog process all language files https://review.openstack.org/311753 | 13:41 |
superdan | bauwser: why would that fail sqlite? | 13:41 |
*** tyrola has joined #openstack-nova | 13:42 | |
bauwser | superdan: I looked at http://docs.sqlalchemy.org/en/rel_1_0/core/type_basics.html#sqlalchemy.types.String.params.collation | 13:42 |
bauwser | (Unicode is just a String AFAIK) | 13:42 |
superdan | bauwser: ah, I see your comment on PS12 now | 13:43 |
bauwser | superdan: http://logs.openstack.org/81/315681/12/check/gate-tempest-dsvm-full/9fa8245/logs/devstacklog.txt.gz#_2016-05-19_23_12_59_654 | 13:43 |
superdan | bauwser: okay, nevermind.. can you see if gerrit will let you re-push your local branch? | 13:43 |
bauwser | superdan: I dunno, do you want me to push it again ? | 13:43 |
openstackgerrit | Alexis Lee proposed openstack/nova: Make LM downtime params mutable https://review.openstack.org/319254 | 13:43 |
superdan | bauwser: right, see if it'll let you re-push | 13:44 |
tpatzig | sdague: lascii: but for newer microversions with flavor local_disks=True the special case root_gb=0 will stay | 13:44 |
*** daemontool has joined #openstack-nova | 13:44 | |
bauwser | superdan: also, you don't need to use the mysql dialect AFAICS | 13:44 |
bauwser | just use Unicode | 13:44 |
sdague | tpatzig: yes | 13:44 |
*** thorst has quit IRC | 13:44 | |
lascii | tpatzig: yes | 13:44 |
*** ecelik has quit IRC | 13:44 | |
bauwser | superdan: okay, lemme push it again | 13:44 |
bauwser | superdan: do you want me to push the whole series ? I can | 13:44 |
superdan | bauwser: did you not push the whole series last time? | 13:45 |
bauwser | superdan: nope, only the bottom one | 13:45 |
*** tyrola has quit IRC | 13:45 | |
superdan | argh, okay, I'll reconstruct it then, nevermind | 13:45 |
*** tyrola has joined #openstack-nova | 13:45 | |
*** winston-d_ has quit IRC | 13:45 | |
bauwser | superdan: I mean, it's possible for me, I just wanted to verify first if Jenkins was happy before pushing the rest of the series | 13:46 |
*** thorst has joined #openstack-nova | 13:46 | |
bauwser | before s/pushing/rebasing/ | 13:46 |
*** links has quit IRC | 13:46 | |
openstackgerrit | Dan Smith proposed openstack/nova: Make compute nodes update their own inventory records https://review.openstack.org/317049 | 13:46 |
openstackgerrit | Dan Smith proposed openstack/nova: Make Inventory and ResourceProvider objects use the API DB instead https://review.openstack.org/315682 | 13:46 |
*** EinstCrazy has quit IRC | 13:47 | |
*** thorst has quit IRC | 13:47 | |
bauwser | superdan: FWIW, just rebasing https://review.openstack.org/#/c/317049/11 on top of my change, okay? | 13:47 |
*** thorst has joined #openstack-nova | 13:47 | |
superdan | hmm, it didn't push a PS16 | 13:48 |
*** markus_z has quit IRC | 13:48 | |
*** EinstCrazy has joined #openstack-nova | 13:48 | |
bauwser | superdan: sec, sorting that out | 13:48 |
superdan | I'm doing it | 13:49 |
openstackgerrit | Dan Smith proposed openstack/nova: Add resource provider tables to the api database https://review.openstack.org/315681 | 13:49 |
openstackgerrit | Dan Smith proposed openstack/nova: Make compute nodes update their own inventory records https://review.openstack.org/317049 | 13:49 |
openstackgerrit | Dan Smith proposed openstack/nova: Make Inventory and ResourceProvider objects use the API DB instead https://review.openstack.org/315682 | 13:49 |
superdan | there | 13:49 |
*** markus_z has joined #openstack-nova | 13:49 | |
*** tbachman has quit IRC | 13:49 | |
*** shaohe_feng has quit IRC | 13:50 | |
*** mrkz has joined #openstack-nova | 13:50 | |
*** gszasz has joined #openstack-nova | 13:50 | |
*** shaohe_feng has joined #openstack-nova | 13:50 | |
*** ducttape_ has joined #openstack-nova | 13:50 | |
*** gszasz has quit IRC | 13:51 | |
sdague | kashyap: https://review.openstack.org/#/c/319209/3/functions-common doesn't solve the problem | 13:51 |
bauwser | superdan: oh, okay, you rebased on PS14, fine by me | 13:51 |
sdague | kashyap: https://github.com/openstack-dev/devstack/blob/7cd7f0576bea4c1623dc8f1e217f422f49f6bcd7/lib/nova_plugins/functions-libvirt#L135 | 13:51 |
kashyap | sdague: Looking | 13:51 |
*** gszasz has joined #openstack-nova | 13:52 | |
*** ametts has joined #openstack-nova | 13:53 | |
kashyap | sdague: stop_service() & start_service() are also modified in that review -- not sufficient? | 13:53 |
kashyap | sdague: Which are what called in the plugin | 13:54 |
sdague | yesterday we said specifically that we should send a restart to libvirt | 13:54 |
sdague | and not use the stop/start workaround from trusty | 13:54 |
kashyap | sdague: Okay, let me do the explicit restart too. | 13:54 |
sdague | you'll have to special case for not systemd there | 13:55 |
sdague | but for the systemd case, we should send the restart | 13:55 |
sdague | as the only reason it's not there is trusty is busted | 13:55 |
*** smatzek has joined #openstack-nova | 13:55 | |
kashyap | sdague: Yeah, I'll do a separate change. | 13:55 |
sdague | kashyap: ok, cool | 13:55 |
kashyap | Gootta attend meeting in a bit; and then a 2 hr train ride | 13:56 |
sdague | kashyap: also - https://review.openstack.org/#/c/319209/3/functions-common is wrong | 13:56 |
sdague | you changed param order on non systemd platforms | 13:56 |
kashyap | sdague: Yeah, damn typo | 13:56 |
kashyap | Let me fix that right away | 13:57 |
*** thorst has quit IRC | 13:57 | |
*** rk4n has joined #openstack-nova | 13:58 | |
*** thorst has joined #openstack-nova | 13:58 | |
*** shaohe_feng has quit IRC | 14:00 | |
*** EinstCrazy has quit IRC | 14:01 | |
*** shaohe_feng has joined #openstack-nova | 14:01 | |
kashyap | Updated. Thanks for catching that. Muscle memory... | 14:01 |
*** mgoddard__ has joined #openstack-nova | 14:02 | |
*** mgoddard_ has quit IRC | 14:03 | |
*** ksatrimed has joined #openstack-nova | 14:04 | |
*** daemontool has quit IRC | 14:06 | |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve the help text for compute timeout_opts https://review.openstack.org/317693 | 14:06 |
tpatzig | lascii: sdague: do we error for flavor create, when local_disks=False and root_gb or ephemeral_gb or swap_gb given? or just ignoring it and set all 3 to 0? | 14:06 |
*** tbachman has joined #openstack-nova | 14:07 | |
sdague | tpatzig: yes | 14:07 |
sdague | that should be an error | 14:07 |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Config Options: Improve help text for Ipv6 options https://review.openstack.org/318291 | 14:07 |
sdague | 400 Bad Request | 14:07 |
*** irenab has quit IRC | 14:08 | |
sdague | we try to be strict on creates to help catch programming errors by clients | 14:08 |
*** pushkaru has joined #openstack-nova | 14:08 | |
tpatzig | ok | 14:08 |
*** mmandel has joined #openstack-nova | 14:09 | |
*** shaohe_feng has quit IRC | 14:10 | |
*** shaohe_feng has joined #openstack-nova | 14:11 | |
*** hemanthm|afk is now known as hemanthm | 14:14 | |
*** ozialien10 has quit IRC | 14:14 | |
*** mmandel has quit IRC | 14:14 | |
*** mmandel has joined #openstack-nova | 14:14 | |
*** cfriesen has quit IRC | 14:15 | |
*** irenab has joined #openstack-nova | 14:18 | |
*** MikeG451 has joined #openstack-nova | 14:19 | |
*** shaohe_feng has quit IRC | 14:21 | |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Config Options: Improve help text for debugger https://review.openstack.org/311822 | 14:21 |
*** shaohe_feng has joined #openstack-nova | 14:21 | |
*** akshai has quit IRC | 14:23 | |
*** sree has joined #openstack-nova | 14:24 | |
*** mmandel has quit IRC | 14:24 | |
*** mmandel has joined #openstack-nova | 14:24 | |
*** raunak has joined #openstack-nova | 14:24 | |
*** tbachman has quit IRC | 14:25 | |
*** nkrinner is now known as nkrinner_afk | 14:26 | |
*** hemna_ has joined #openstack-nova | 14:30 | |
*** mmandel has quit IRC | 14:30 | |
*** kfarr has joined #openstack-nova | 14:30 | |
*** mmandel has joined #openstack-nova | 14:31 | |
*** jinxing has joined #openstack-nova | 14:31 | |
*** shaohe_feng has quit IRC | 14:31 | |
*** akshai has joined #openstack-nova | 14:31 | |
*** shaohe_feng has joined #openstack-nova | 14:31 | |
sdague | what's our full take on backlog specs like this - https://review.openstack.org/#/c/318047/2/specs/backlog/approved/fpga-use-cases.rst ? | 14:32 |
*** tonytan4ever has joined #openstack-nova | 14:32 | |
*** astupnikov has joined #openstack-nova | 14:34 | |
*** astupnikov has quit IRC | 14:35 | |
danpb | sdague: my take is that backlog specs are where ideas go to die... | 14:36 |
sdague | danpb: heh. Well I wasn't really sure what our +2 criteria is for them | 14:37 |
*** sacharya has joined #openstack-nova | 14:37 | |
danpb | i figure we just +2 anything for backlog specs that is better than "totally insane" | 14:38 |
danpb | because we're only going to bother with doing real review when its proposed as a real spec | 14:38 |
danpb | johnthetubaguy: what's been your policy with backlog spec approvals ? | 14:39 |
johnthetubaguy | good question, decent problem specification is my main requirement for them | 14:40 |
johnthetubaguy | and yeah, doesn't seem crazy | 14:40 |
*** AmyLee7 has joined #openstack-nova | 14:40 | |
johnthetubaguy | sdague: does that help at all? | 14:41 |
openstackgerrit | Tom Patzig proposed openstack/nova-specs: Add "disable local disks" option to flavors https://review.openstack.org/267673 | 14:41 |
*** shaohe_feng has quit IRC | 14:41 | |
johnthetubaguy | I quite like those empty sections getting a TODO or TBC I guess | 14:41 |
*** shaohe_feng has joined #openstack-nova | 14:41 | |
*** zhangyufei has quit IRC | 14:42 | |
*** prateek has quit IRC | 14:43 | |
*** daemontool has joined #openstack-nova | 14:44 | |
sdague | yeh, I guess I don't like the idea of saying we agree nova should program fpgas | 14:44 |
sdague | so, if they pull that out, I guess we land it | 14:46 |
lascii | I thought we explicitly said the opposite in Austin | 14:46 |
lascii | nova should not program fpgas | 14:46 |
*** jdurgin1 has joined #openstack-nova | 14:46 | |
sdague | lascii: right, it's not really reflected in the spec though | 14:46 |
sdague | Proposed change | 14:47 |
sdague | =============== | 14:47 |
sdague | For use cases in first and second point, there should be an automatic way for | 14:47 |
sdague | discovery, programming and managing such resource within Nova resource manager. | 14:47 |
lascii | ahh, okay | 14:47 |
*** diogogmt has joined #openstack-nova | 14:47 | |
*** tbachman has joined #openstack-nova | 14:47 | |
lascii | oh, I typed my reponse before seeing your last comment "sdague | so, if they pull that out, I guess we land it" | 14:47 |
*** mtanino has joined #openstack-nova | 14:48 | |
danpb | yeah, agreed - i think the discussion around fpga has gone way off into weeds about trying to solve the problem in a totally optimal way for everyone | 14:49 |
danpb | where as we should really just start totally simple with minimal work done by nova | 14:49 |
sdague | danpb: agreed | 14:49 |
_gryf | sdague, lascii - ok, nova should not program the fpga | 14:49 |
danpb | so just make a bunch of assumptions about how the fpga and programmed / split up / etc | 14:49 |
_gryf | but maybe it may notify somehow other service to do this before vm will land? | 14:50 |
danpb | the same way nova doesn't try to get the absolute most theoretically perfect NUMA fit for everything | 14:50 |
danpb | it just applies a simplified model that works well enough most of the time | 14:50 |
sdague | _gryf: maybe in the future, at this point we're going to assume you mange the fpga fleet completely independently | 14:50 |
johnthetubaguy | it feels more like how cinder gets the image into a volume | 14:50 |
*** ljxiash has joined #openstack-nova | 14:51 | |
lascii | _gryf: you and jaypipes were going to chat about this right? It was going to start mostly about how to expose fpga resources the the scheduler, assuming they're already programmed | 14:51 |
_gryf | lascii, that's right | 14:51 |
*** shaohe_feng has quit IRC | 14:51 | |
_gryf | lascii, ok, I get the point, and totally agree | 14:52 |
_gryf | lascii, one step at a time | 14:52 |
lascii | figuring out how to program them as needed would be a next step | 14:52 |
lascii | yeah | 14:52 |
*** sudipto has joined #openstack-nova | 14:52 | |
lascii | it's similar to the ironic-composer in a way, which we don't have integrated into Nova yet either | 14:52 |
_gryf | let's not try to boil an ocean | 14:52 |
*** shaohe_feng has joined #openstack-nova | 14:52 | |
sdague | _gryf: well, more importantly, this isn't even a real spec | 14:53 |
sdague | it's a backlog spec | 14:53 |
_gryf | sdague, yes | 14:53 |
_gryf | that's right | 14:53 |
_gryf | it is not ment to land on newton | 14:53 |
_gryf | it was rather a place to start discussion about the use cases fpga can be used for | 14:53 |
sdague | _gryf: ok, well it is still important to update it to be clear no one on the nova team agrees to nova owning the fpga programming | 14:54 |
*** blazingfg0t has joined #openstack-nova | 14:54 | |
*** blazingfg0t has left #openstack-nova | 14:54 | |
_gryf | sdague, got it. | 14:54 |
thorst | danpb: At the summit, I asked if my team could help out with 115483/115484 at all. We are interested in securing the VNC console path. | 14:54 |
_gryf | sdague, separate service which would take care about it is aceptable though, isn't it? | 14:55 |
thorst | danpb: dansmith thought we could help by writing a tempest test for those patches. | 14:55 |
*** gagehugo has joined #openstack-nova | 14:55 | |
macsz | markus_z: question about config options - i noticed that there are to approaches on where asterisk is used | 14:55 |
macsz | markus_z: first is to use it to enumerate headline ("Services which consume this" / "Related options" etc (conf/cert.py) | 14:55 |
macsz | markus_z: second is to use it to enumerate items under a headline (conf/cells.py) | 14:55 |
macsz | markus_z: which approach is advised? are both of them correct? isn't it against consistency? | 14:55 |
thorst | danpb: mmandel from my team was wanting to help out with this. Do you think a tempest test would be the best place to start helping? | 14:55 |
_gryf | there still should be a way to wait for programming process finished before the vm can use such resource | 14:55 |
sdague | _gryf: yeh, it seems like you really want an fpga fleet manager that puts a programmer out on nodes that can be reprogrammed, and you work out making the right number available and exposed back to the placement engine | 14:56 |
_gryf | sdague, yes, something like thos | 14:56 |
_gryf | s/thos/this | 14:57 |
sdague | but that's a wholely dedicated project | 14:57 |
jroll | lascii: ironic-composer? | 14:57 |
lascii | jroll: is that not a thing? now I need to find what I was thinking of | 14:58 |
markus_z | macsz: It usually should be to iterate items after a headline | 14:58 |
jroll | lascii: not by that name, afaik :) | 14:58 |
*** rk4n has quit IRC | 14:58 | |
markus_z | macsz: using it for enumerating headlines shouldn't be the case | 14:58 |
markus_z | macsz: But I don't see it *this* strict | 14:59 |
markus_z | macsz: As long as the ops get the idea of the option, I'm fine with it | 14:59 |
markus_z | macsz: My long term goal was that this is valid rst format to be reused in the configuration reference manual. | 15:00 |
macsz | markus_z: so maybe, just for the sake for consistency, we should remove asterisks in headlines? | 15:01 |
markus_z | macsz: Would be good, but I won't -1 for that | 15:01 |
macsz | markus_z: its ultra nit, but still - i am a fan of consistency ;) | 15:01 |
*** rama_y has joined #openstack-nova | 15:01 | |
_gryf | sdague, it smells like that new project called Nomad. It is not started yet, they have the idea on the wiki pages, but no code whatsoever. What bugs me most, they statement was, that it would be basically a Nova copy (with resource tracker, scheduler and so on) but only for this non-trivial resources, which might be trouble to maintain | 15:01 |
markus_z | macsz: sure, consistency FTW :D | 15:01 |
*** jaypipes has joined #openstack-nova | 15:01 | |
markus_z | macsz: but making progress is more important | 15:02 |
*** shaohe_feng has quit IRC | 15:02 | |
macsz | markus_z: i see, ok :) | 15:02 |
*** cdent has quit IRC | 15:02 | |
*** dillaman has joined #openstack-nova | 15:02 | |
*** shaohe_feng has joined #openstack-nova | 15:02 | |
sdague | _gryf: it feels like it should do the placement engine | 15:03 |
*** tonytan4ever has quit IRC | 15:03 | |
sdague | sorry, use the existing placement engine :) | 15:03 |
lascii | jroll: somehow I thought that http://lists.openstack.org/pipermail/openstack-dev/2015-December/080959.html had become a real thing. woops | 15:03 |
_gryf | sdague, right. also, it might interfere with jays resource tracker | 15:03 |
sdague | _gryf: it should not | 15:04 |
sdague | it should leverage it | 15:04 |
jroll | lascii: aha, maybe one day | 15:04 |
sdague | like nova tasks :) | 15:04 |
*** realitix has quit IRC | 15:04 | |
_gryf | sdague, nova tasks? | 15:04 |
* lascii shakes fist | 15:04 | |
sdague | sorry, that was trolling of jroll / lascii | 15:05 |
_gryf | oh :) | 15:05 |
*** iceyao has quit IRC | 15:05 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Hyper-V: Implement nova rescue https://review.openstack.org/127159 | 15:05 |
jroll | hehe | 15:05 |
*** hemna_ has quit IRC | 15:05 | |
*** diogogmt has quit IRC | 15:06 | |
*** gagehugo has quit IRC | 15:10 | |
_gryf | sdague, one thing I didn't mentioned: I've put that BP on backlog, just to discuss the use cases and possible design. I think, that the real BP is from Jay: https://review.openstack.org/#/c/312696/ | 15:11 |
*** diogogmt has joined #openstack-nova | 15:11 | |
*** shaohe_feng has quit IRC | 15:12 | |
*** woodster_ has joined #openstack-nova | 15:12 | |
_gryf | sdague, was that the right call to put it in backlog, or I totally missed the usage of backlog directory? | 15:12 |
*** shaohe_feng has joined #openstack-nova | 15:12 | |
*** yamahata has joined #openstack-nova | 15:14 | |
*** raunak has quit IRC | 15:15 | |
*** malos has quit IRC | 15:15 | |
*** akshai has quit IRC | 15:15 | |
*** vishwanathj has joined #openstack-nova | 15:16 | |
alex_xu | sdague: ++ for local_disks idea. go through the api part, didn't found any problem | 15:17 |
*** markvoelker has joined #openstack-nova | 15:18 | |
*** markvoelker has quit IRC | 15:18 | |
*** markvoelker has joined #openstack-nova | 15:18 | |
*** tbachman has quit IRC | 15:19 | |
*** tbachman has joined #openstack-nova | 15:19 | |
*** akshai has joined #openstack-nova | 15:21 | |
*** shaohe_feng has quit IRC | 15:22 | |
*** shaohe_feng has joined #openstack-nova | 15:23 | |
*** tbachman has quit IRC | 15:24 | |
*** tbachman has joined #openstack-nova | 15:25 | |
*** figleaf has quit IRC | 15:28 | |
*** ri0 has joined #openstack-nova | 15:28 | |
*** Sukhdev has joined #openstack-nova | 15:28 | |
*** edleafe has joined #openstack-nova | 15:28 | |
*** belmoreira has quit IRC | 15:28 | |
*** Sukhdev has quit IRC | 15:29 | |
*** Sukhdev has joined #openstack-nova | 15:30 | |
*** daemontool_ has joined #openstack-nova | 15:31 | |
*** Oku_OS is now known as Oku_OS-away | 15:31 | |
sneti | Hi annegentle..I have a quick question. Can you please confirm if this bug is related to openstack-api-site. https://bugs.launchpad.net/nova/+bug/1369140. I'm not sure why its changed to nova. | 15:31 |
openstack | Launchpad bug 1369140 in OpenStack Compute (nova) " Add quotas for Server Groups (quota checks)" [Medium,Confirmed] - Assigned to Atsushi SAKAI (sakaia) | 15:31 |
*** lakshmiS has joined #openstack-nova | 15:31 | |
*** shaohe_feng has quit IRC | 15:32 | |
annegentle | hi sneti all the API related bugs were sent to nova. That looks like one that originally came over from DocImpact, so it probably went from openstack-manuals to openstack-api-site to nova. If you sense that quotas for server groups are already documented in http://developer.openstack.org/api-ref/compute/#server-groups-os-server-groups then you can likely close the bug. | 15:33 |
*** sree has quit IRC | 15:33 | |
*** shaohe_feng has joined #openstack-nova | 15:33 | |
*** daemontool has quit IRC | 15:33 | |
annegentle | sneti added a comment to the bug | 15:34 |
*** zhangyufei has joined #openstack-nova | 15:34 | |
*** jaypipes has quit IRC | 15:34 | |
*** ljxiash has quit IRC | 15:34 | |
*** sacharya_ has joined #openstack-nova | 15:34 | |
*** cdent has joined #openstack-nova | 15:35 | |
*** ljxiash has joined #openstack-nova | 15:35 | |
*** armax has joined #openstack-nova | 15:35 | |
sneti | thanks annegentle, so all the bugs related to api-site were moved to nova? | 15:36 |
annegentle | sneti yes -- close to the source | 15:36 |
annegentle | sneti moved by hand so they should be fairly accurate | 15:36 |
annegentle | sneti happy to investigate others if you like | 15:36 |
*** sacharya has quit IRC | 15:37 | |
sneti | annegentle, I don't know how it works. so I was going through this doc. https://wiki.openstack.org/wiki/Documentation/APISite | 15:38 |
sneti | it still says: Please report a bug at http://bugs.launchpad.net/openstack-manuals and tag it with api-site. Should this doc be updated? or this is only for nova where it is moved close to source | 15:39 |
*** ljxiash has quit IRC | 15:39 | |
*** zhangyufei has quit IRC | 15:39 | |
*** zhangyufei has joined #openstack-nova | 15:42 | |
*** jaypipes has joined #openstack-nova | 15:42 | |
*** shaohe_feng has quit IRC | 15:43 | |
*** shaohe_feng has joined #openstack-nova | 15:43 | |
*** imcsk8 is now known as imcsk8|afk | 15:43 | |
*** sudipto has quit IRC | 15:44 | |
openstackgerrit | Daniel Berrange proposed openstack/nova: os-vif: convert libvirt driver to use os-vif library https://review.openstack.org/269672 | 15:45 |
*** penick has joined #openstack-nova | 15:46 | |
*** ri0 has quit IRC | 15:46 | |
*** Swami has joined #openstack-nova | 15:48 | |
lpetrut | Hi guys, I have a question: this can raise a RemoteError: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2368 shouldn't it be deserialized first if we want to catch some of those exceptions mentioned there? | 15:48 |
*** syjulian has quit IRC | 15:49 | |
*** Nakato has quit IRC | 15:49 | |
superdan | lpetrut: really? It should be unwrapped first I thought | 15:50 |
annegentle | sneti yep. I'll update that page. | 15:51 |
*** rcernin has quit IRC | 15:51 | |
annegentle | sneti thanks for letting me know | 15:51 |
lpetrut | superdan: looks like a bug then. it will fail for any driver that does not implement quiesce | 15:52 |
superdan | lpetrut: hmm, weird | 15:52 |
superdan | lpetrut: change of subject, are you going to tweak that serial console patch? I'm ready to +2 when you do :) | 15:53 |
*** shaohe_feng has quit IRC | 15:53 | |
lpetrut | yep, sure. updating it right now. thanks a lot for taking the time to review those patches | 15:53 |
superdan | lpetrut: cool | 15:53 |
*** markvoelker has quit IRC | 15:54 | |
*** shaohe_feng has joined #openstack-nova | 15:54 | |
*** edleafe is now known as figleaf | 15:55 | |
*** tbachman has quit IRC | 15:55 | |
openstackgerrit | Paul Murray proposed openstack/nova: Add console auth tokens table and model https://review.openstack.org/319327 | 15:55 |
openstackgerrit | Sven Anderson proposed openstack/nova: Let setup.py compile_catalog process all language files https://review.openstack.org/311753 | 15:56 |
*** sdake_ has quit IRC | 15:59 | |
*** Apoorva has joined #openstack-nova | 15:59 | |
openstackgerrit | Lucian Petrut proposed openstack/nova: HyperV: Nova serial console access support https://review.openstack.org/145004 | 16:00 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform generic instance action notifications https://review.openstack.org/313654 | 16:00 |
*** sdake has joined #openstack-nova | 16:01 | |
*** markus_z has quit IRC | 16:01 | |
*** tbachman has joined #openstack-nova | 16:01 | |
*** jinxing has quit IRC | 16:01 | |
*** salv-orlando has joined #openstack-nova | 16:02 | |
*** PaulMurray has quit IRC | 16:02 | |
*** shaohe_feng has quit IRC | 16:03 | |
*** shaohe_feng has joined #openstack-nova | 16:04 | |
mdbooth | Offhand, does anybody know why image cache manages and verifies checksums? | 16:04 |
*** rahulait has joined #openstack-nova | 16:04 | |
*** rahulait is now known as rahuls | 16:04 | |
* mdbooth is wonder what purpose they serve | 16:04 | |
*** raunak has joined #openstack-nova | 16:05 | |
*** jdurgin1 has quit IRC | 16:05 | |
*** unicell has quit IRC | 16:05 | |
*** salv-orlando has quit IRC | 16:06 | |
superdan | mdbooth: to distinguish between the image_id and the content inside, in case it's changed? | 16:07 |
*** jlanoux has quit IRC | 16:07 | |
sneti | annegentle, thank you!! | 16:07 |
mdbooth | superdan: Why would it change? | 16:07 |
*** daemontool has joined #openstack-nova | 16:07 | |
danpb | you can replace image content in glance at any time can't you | 16:07 |
superdan | mdbooth: you can update the image, right? | 16:08 |
mdbooth | danpb: iiuc (not a certainty, hence I'm asking) they're immutable | 16:08 |
danpb | so you may have cached image id 7 locally, but its could have changed in glance since | 16:08 |
superdan | glance image-update | 16:08 |
mdbooth | orly | 16:08 |
* mdbooth tries to think how many things that breaks | 16:08 | |
superdan | mdbooth: infinity things I'm sure | 16:08 |
danpb | or the more obvious case that disk bit errors are entirely likely these days with huge storage sizes | 16:09 |
mdbooth | I'm pretty sure it breaks migration with qcow2 disks | 16:09 |
*** daemontool_ has quit IRC | 16:09 | |
danpb | so having a checksum is not entirely wateful | 16:09 |
superdan | and you can image-upload with a given id, so I'm sure you can do it | 16:09 |
mdbooth | We just download the backing image from glance. There's no versioning involved. | 16:09 |
*** Sukhdev has quit IRC | 16:09 | |
*** sfinucan has quit IRC | 16:10 | |
mdbooth | So if you update the glance image that an instance is based on, then move it, it's badly borked. | 16:10 |
danpb | mdbooth: yep, it's entirely possible migration is fubar in that way | 16:10 |
mdbooth | Surely that can't be right. | 16:10 |
*** edand_ has joined #openstack-nova | 16:10 | |
danpb | migration [n]: a feature that break assumptions made everywhere else in the code base | 16:10 |
superdan | danpb: heh | 16:11 |
mdbooth | Well it can break single-host too, right? | 16:11 |
superdan | mdbooth: yes | 16:11 |
*** Sukhdev has joined #openstack-nova | 16:11 | |
mdbooth | So you've got 2 instances, 1 created before the change, 1 after | 16:11 |
superdan | also entirely possible that they were not mutable until glance was split out | 16:11 |
mdbooth | Presumably we had to overwrite something in the image cache | 16:11 |
mdbooth | Now we reboot instance 1 and it's borked | 16:11 |
superdan | yep | 16:12 |
*** zz_dimtruck is now known as dimtruck | 16:12 | |
mdbooth | I don't even think writing to the image cache considers this | 16:12 |
*** Sukhdev_ has joined #openstack-nova | 16:12 | |
mdbooth | So in fact, I'm pretty sure that if you change it, then boot instance 2 on a host | 16:12 |
superdan | mdbooth: I like how you keep acting surprised ;) | 16:12 |
danpb | mdbooth: arguably the image cache should be storing images based on their stringified checksum | 16:12 |
mdbooth | It will continue to use the old one | 16:12 |
*** sdake has quit IRC | 16:12 | |
danpb | rather than based on name or image-id or whatever | 16:12 |
superdan | danpb: problem is that's super expensive to calculate on a 120G image | 16:13 |
superdan | on each download.. | 16:13 |
superdan | although glance does store a checksum, IIRC | 16:13 |
* mdbooth just thought glance images were immutable | 16:13 | |
mdbooth | What's wrong with that idea? It's kinda neat. | 16:13 |
*** rmart04 has quit IRC | 16:13 | |
mdbooth | The code already assumes it. | 16:13 |
*** shaohe_feng has quit IRC | 16:13 | |
mdbooth | Well, some of it does. | 16:14 |
superdan | hmm, maybe not (glance, ghecksum) | 16:14 |
*** klkumar_ has quit IRC | 16:14 | |
danpb | it nova is actually physically transferring the 120 gb of data blocks, adding a checksum calc inline with the download won't be noticable | 16:14 |
mdbooth | Meh. | 16:14 |
*** shaohe_feng has joined #openstack-nova | 16:14 | |
mdbooth | I just want to fix my little bit of the pie, not boil the ocean. | 16:15 |
* mdbooth meeps | 16:15 | |
danpb | in any case, with image signing, nova is already going to be calculating a cryptographic hash of teh image content during download :-) | 16:15 |
superdan | true | 16:15 |
*** Sukhdev has quit IRC | 16:15 | |
* mdbooth installs some nails in his desk to hammer his head against on Monday morning | 16:16 | |
mdbooth | My new motto: "Don't look too carefully" | 16:16 |
*** Sukhdev_ has quit IRC | 16:16 | |
aunnam_ | markus_z, If a bug is assigned to someone and there is no activity, then first approach is to put a message to them if they are still working on it. If they didn't reply even after 3 weeks can we remove the person as assignee? | 16:16 |
*** dmk0202 has quit IRC | 16:17 | |
*** ccard has joined #openstack-nova | 16:17 | |
*** imcsk8|afk is now known as imcsk8 | 16:18 | |
*** zhangyufei has quit IRC | 16:18 | |
*** ccard_ has quit IRC | 16:19 | |
*** claudiub|2 has joined #openstack-nova | 16:20 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Adds Hyper-V imagecache cleanup https://review.openstack.org/192618 | 16:23 |
*** claudiub has quit IRC | 16:24 | |
*** shaohe_feng has quit IRC | 16:24 | |
*** rk4n has joined #openstack-nova | 16:24 | |
*** shaohe_feng has joined #openstack-nova | 16:24 | |
*** hemna_ has joined #openstack-nova | 16:25 | |
*** salv-orlando has joined #openstack-nova | 16:25 | |
*** salv-orlando has quit IRC | 16:26 | |
*** salv-orlando has joined #openstack-nova | 16:26 | |
*** daemontool has quit IRC | 16:27 | |
*** daemontool_ has joined #openstack-nova | 16:27 | |
*** raunak has quit IRC | 16:33 | |
*** shaohe_feng has quit IRC | 16:34 | |
*** lakshmiS has quit IRC | 16:34 | |
*** shaohe_feng has joined #openstack-nova | 16:35 | |
*** annegentle has quit IRC | 16:37 | |
*** tonytan4ever has joined #openstack-nova | 16:37 | |
*** stewie925 has joined #openstack-nova | 16:38 | |
*** BjoernT has joined #openstack-nova | 16:39 | |
*** shaohe_feng has quit IRC | 16:44 | |
stewie925 | hey guys is there a procedure on assigning yourself a bug that's already been assigned to others? | 16:44 |
*** shaohe_feng has joined #openstack-nova | 16:45 | |
superdan | stewie925: if you have a patch, push that up with the bug tag and you'll be reassigned | 16:45 |
stewie925 | I had a nova bug that I assigned to myself, but overnight someone assigned it to himself | 16:45 |
superdan | stewie925: do you have code? | 16:45 |
superdan | stewie925: if the other person does (or will soon) then you should probably let them have it | 16:45 |
superdan | or at least let them post code and then poo all over it with your own code as a follow-up :) | 16:46 |
*** tonytan4ever has quit IRC | 16:46 | |
stewie925 | yeah he had a code patch | 16:46 |
superdan | he probably wins then :) | 16:46 |
superdan | stewie925: link? | 16:46 |
stewie925 | bug #1533380 | 16:46 |
openstack | bug 1533380 in OpenStack Compute (nova) "Creating multiple instances with a single request when using cells creates wrong instance names" [Low,In progress] https://launchpad.net/bugs/1533380 - Assigned to Andrey Volkov (avolkov) | 16:46 |
*** diogogmt has quit IRC | 16:47 | |
stewie925 | thought it was a low hanging fruit with low priority so I took it in the first place :| | 16:47 |
superdan | yeah, well.. :) | 16:47 |
*** sacharya has joined #openstack-nova | 16:47 | |
superdan | patch looks pretty reasonable | 16:47 |
superdan | although I see one serious -1able typo at first look | 16:47 |
superdan | stewie925: and co-authored-by lascii, which is like the stamp of perfection, so.. | 16:48 |
*** sacharya_ has quit IRC | 16:48 | |
*** diogogmt has joined #openstack-nova | 16:48 | |
lascii | hah | 16:49 |
superdan | stewie925: you didn't want this bug anyway | 16:49 |
superdan | it's smelly | 16:49 |
*** haukebruno has quit IRC | 16:49 | |
stewie925 | lol | 16:49 |
stewie925 | yeah and as a newbie... I guess so | 16:50 |
lascii | it's not really a newbie friendly bug. as you may have noticed anything involving cellsv1 is not simple | 16:50 |
superdan | all week I've been wanting to tell you to steer clear of cellsv1 issues as if they're infections virus-ridden hyperdermics | 16:50 |
superdan | yeah, that ^ | 16:51 |
* melwitt notes cells rhymes with smells | 16:51 | |
superdan | melwitt: excellent point | 16:51 |
superdan | if the glove don't fit, you must acquit | 16:51 |
*** tonytan4ever has joined #openstack-nova | 16:51 | |
openstackgerrit | Chris Dent proposed openstack/nova: Add Allocation and AllocationList objects https://review.openstack.org/282442 | 16:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Extend ResourceProvider to have resources and aggregates https://review.openstack.org/284963 | 16:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Add a get_by_uuid for aggregates https://review.openstack.org/284895 | 16:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Correct the Inventory object https://review.openstack.org/315288 | 16:51 |
lascii | the patch that's up is the result of me pairing with someone new on my team, otherwise I would have recommended steering clear | 16:52 |
openstackgerrit | Chris Dent proposed openstack/nova: Add name to ResourceProvider object https://review.openstack.org/281945 | 16:52 |
openstackgerrit | Chris Dent proposed openstack/nova: WIP resource-pools/placement api https://review.openstack.org/293104 | 16:52 |
stewie925 | oh nice - would love to do pair programming - but i guess its harder to do remotely | 16:53 |
superdan | stewie925: $10 says lascii didn't go to eastern europe to do that | 16:53 |
lascii | nobody take that bet | 16:54 |
superdan | heh | 16:54 |
superdan | lascii is kinda hard to be around anyway.. he has this hat that makes people uncomfortable | 16:54 |
lascii | lol | 16:54 |
*** shaohe_feng has quit IRC | 16:54 | |
stewie925 | lol - you guys know each other so well you know your locatons | 16:55 |
*** lucasagomes is now known as lucas-afk | 16:55 | |
*** shaohe_feng has joined #openstack-nova | 16:55 | |
superdan | it's a little deeper than that even, but.. | 16:55 |
superdan | anyway.. stewie925 you should find a new bug :) | 16:55 |
stewie925 | yeah looks like it lol | 16:56 |
*** danpb has quit IRC | 16:56 | |
*** kus has joined #openstack-nova | 16:56 | |
* stewie925 waves at melwitt - hello! | 16:57 | |
lascii | and be glad to no longer be working with cells in devstack | 16:57 |
lascii | I can't even recall the last time I set that up | 16:57 |
melwitt | stewie925: o/ | 16:57 |
superdan | yeah, this is a blessing in plain view | 16:58 |
*** nic has joined #openstack-nova | 16:58 | |
artom | But is it also in disguise? | 16:58 |
*** gzhai2 has quit IRC | 16:59 | |
superdan | no | 16:59 |
superdan | no disguise | 16:59 |
*** kfarr has quit IRC | 16:59 | |
stewie925 | although sometimes its tough for us newbies to determine if a low-hanging-fruit is as 'low' as it gets lol | 16:59 |
superdan | stewie925: if you want the lowest fruit, find some typos :) | 17:00 |
melwitt | most of the time they're more like medium-hanging-fruit to a complete newbie | 17:00 |
superdan | stewie925: start with all of sdague and johnthetubaguy's patches | 17:00 |
lascii | oh man, I legitimately chuckled | 17:01 |
melwitt | someone was supposed to write all the low hanging fruit initiatives on a wiki | 17:01 |
melwitt | like converting mox to mock, enabling python3 unit tests, and stuff like that | 17:02 |
stewie925 | oh wow that would be awesome | 17:02 |
lascii | https://etherpad.openstack.org/p/newton-nova-getting-started | 17:02 |
*** derekh has quit IRC | 17:03 | |
superdan | stewie925: yeah, you could go bonkers with mox conversions | 17:03 |
*** shaohe_feng has quit IRC | 17:05 | |
*** sambetts is now known as sambetts|afk | 17:05 | |
stewie925 | yeah am learning python as well :) | 17:05 |
efried | sdague, mtreinish: Can I get a quick eyeball on https://review.openstack.org/#/c/310923/ ? | 17:05 |
stewie925 | ive seen basc mock tutorials online | 17:06 |
*** unicell has joined #openstack-nova | 17:06 | |
*** zenoway has quit IRC | 17:07 | |
*** tyrola has quit IRC | 17:07 | |
*** zenoway has joined #openstack-nova | 17:07 | |
*** shaohe_feng has joined #openstack-nova | 17:08 | |
*** raunak has joined #openstack-nova | 17:09 | |
*** jistr has quit IRC | 17:09 | |
* stewie925 wondering aloud how pair-programming would work remotely :D | 17:11 | |
lascii | google hangout and lots of patience | 17:11 |
*** zenoway has quit IRC | 17:12 | |
stewie925 | I am sure most of you guys have infinite patience :) | 17:12 |
*** diogogmt has quit IRC | 17:13 | |
*** diogogmt has joined #openstack-nova | 17:14 | |
stewie925 | ok I will check out google hangout :) | 17:14 |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Improve help text fot consoleauth config options https://review.openstack.org/319378 | 17:15 |
*** shaohe_feng has quit IRC | 17:15 | |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Improve help text for consoleauth config options https://review.openstack.org/319378 | 17:15 |
*** shaohe_feng has joined #openstack-nova | 17:16 | |
*** adelia has joined #openstack-nova | 17:16 | |
openstackgerrit | Andrew Laski proposed openstack/nova: WIP Move instance creation to conductor https://review.openstack.org/319379 | 17:17 |
lascii | bauwser: ^ gets into scheduling with cells v2. still WIP but feedback would be great when you have time | 17:18 |
*** tonytan4ever has quit IRC | 17:18 | |
*** david-lyle_ is now known as david-lyle | 17:22 | |
*** READ10 has quit IRC | 17:22 | |
*** READ10 has joined #openstack-nova | 17:22 | |
*** hemna_ has quit IRC | 17:23 | |
*** shaohe_feng has quit IRC | 17:25 | |
*** ctrath has quit IRC | 17:26 | |
*** tbachman has quit IRC | 17:29 | |
*** ctrath has joined #openstack-nova | 17:29 | |
adelia | is there documentation anywhere mapping out policy rules to APIs? | 17:29 |
*** shaohe_feng has joined #openstack-nova | 17:30 | |
adelia | I have seen the API reference list, but there are policy rules that don't seem to match with any of those | 17:32 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve help netconf https://review.openstack.org/319384 | 17:32 |
*** tbachman has joined #openstack-nova | 17:32 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Improve the help text for the rdp options https://review.openstack.org/318974 | 17:33 |
lascii | adelia: I don't believe there is | 17:34 |
lascii | however, there is an effort in progress which will result in a generated policy sample file with comments in it that could document the API they're associated with | 17:34 |
*** shaohe_feng has quit IRC | 17:35 | |
adelia | lascii: looking forward to it! thanks | 17:36 |
*** salv-orlando has quit IRC | 17:36 | |
*** daemontool has joined #openstack-nova | 17:37 | |
adelia | in the meantime, do you know where I could look to get more information on the categories that prepend these rules? | 17:37 |
adelia | compute, compute_extension, network, os_compute_api | 17:37 |
*** shaohe_feng has joined #openstack-nova | 17:38 | |
lascii | adelia: as far as I know you just have to check the code | 17:39 |
lascii | like http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/api.py#n173 | 17:39 |
lascii | for compute | 17:39 |
*** daemontool_ has quit IRC | 17:39 | |
lascii | os_compute_api is used in the api/openstack/compute tree I believe | 17:40 |
adelia | awesome, thank you | 17:40 |
adelia | yeah, I haven't compared them exhaustively, but so far it looks like the os_compute_api: rules are the only ones that can be directly applied to the API reference | 17:40 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve help netconf https://review.openstack.org/319384 | 17:41 |
lascii | yeah. there used to be the compute rules and with the introduction of the v2.1 API it was decided to move them up into the API code and thus os_compute_api came into being | 17:41 |
lascii | and with the removal of v2 code the compute rules will go away | 17:42 |
lascii | so which ones are used actually depends on which API version is being used | 17:42 |
adelia | ahh I see. that clears a lot up | 17:42 |
*** sdague has quit IRC | 17:43 | |
*** akshai has quit IRC | 17:44 | |
*** shaohe_feng has quit IRC | 17:46 | |
*** akshai has joined #openstack-nova | 17:47 | |
*** shaohe_feng has joined #openstack-nova | 17:47 | |
*** ducttape_ has quit IRC | 17:53 | |
*** markvoelker has joined #openstack-nova | 17:54 | |
*** sdague has joined #openstack-nova | 17:55 | |
*** edand_ has quit IRC | 17:55 | |
*** shaohe_feng has quit IRC | 17:56 | |
*** lakshmiS has joined #openstack-nova | 17:57 | |
*** shaohe_feng has joined #openstack-nova | 17:57 | |
*** mtanino has quit IRC | 17:57 | |
*** mnestratov has quit IRC | 17:59 | |
*** markvoelker has quit IRC | 17:59 | |
*** rlrossit has quit IRC | 18:03 | |
*** ijw has joined #openstack-nova | 18:03 | |
*** jichen has joined #openstack-nova | 18:06 | |
*** shaohe_feng has quit IRC | 18:06 | |
*** fragatina has joined #openstack-nova | 18:06 | |
*** shaohe_feng has joined #openstack-nova | 18:07 | |
*** ksatrimed has quit IRC | 18:09 | |
*** ijw has quit IRC | 18:10 | |
*** lpetrut has quit IRC | 18:10 | |
*** fragatina has quit IRC | 18:10 | |
*** lpetrut has joined #openstack-nova | 18:11 | |
*** fragatina has joined #openstack-nova | 18:13 | |
*** mtanino has joined #openstack-nova | 18:14 | |
*** fragatina has quit IRC | 18:15 | |
*** fragatina has joined #openstack-nova | 18:15 | |
*** ducttape_ has joined #openstack-nova | 18:16 | |
*** shaohe_feng has quit IRC | 18:16 | |
*** shaohe_feng has joined #openstack-nova | 18:17 | |
*** pushkaru has quit IRC | 18:18 | |
*** adisky has quit IRC | 18:20 | |
*** lpetrut has quit IRC | 18:20 | |
*** ksatrimed has joined #openstack-nova | 18:25 | |
sdague | Vek: does anyone still use - https://github.com/klmitch/turnstile ? | 18:26 |
*** shaohe_feng has quit IRC | 18:27 | |
*** shaohe_feng has joined #openstack-nova | 18:27 | |
*** dimtruck is now known as zz_dimtruck | 18:30 | |
*** rlrossit has joined #openstack-nova | 18:32 | |
auggy | melwitt: stewie925 i'm the one who did that, i put a link to the etherpad because it looks like our mentoring wiki was moved to devref | 18:33 |
auggy | but yeah stewie925 and i had a little conversation last night and i warned him about "low hanging fruit" bugs in nova and suggested some other ongoing projects | 18:33 |
* auggy is totally doing her mentoring czar job ;) | 18:33 | |
*** zz_dimtruck is now known as dimtruck | 18:34 | |
auggy | ok i thought that etherpad was up to date but i was so wrong | 18:36 |
auggy | that's what i get for skimming and not reading ;) | 18:36 |
auggy | i will work on getting that stuff up to date and moved over to the wiki | 18:36 |
*** ljxiash has joined #openstack-nova | 18:36 | |
*** shaohe_feng has quit IRC | 18:37 | |
*** shaohe_feng has joined #openstack-nova | 18:38 | |
*** jed56 has quit IRC | 18:39 | |
*** _prad_ has quit IRC | 18:39 | |
claudiub|2 | auggy: hellou. :) best pun ever, right here: http://9gag.com/gag/aQnpN7w | 18:41 |
auggy | claudiub|2: AAHAHAHAHHAA | 18:41 |
*** ljxiash has quit IRC | 18:43 | |
*** jamesdenton has joined #openstack-nova | 18:43 | |
*** jamesdenton has quit IRC | 18:45 | |
openstackgerrit | Daniel Berrange proposed openstack/nova: os-vif: convert libvirt driver to use os-vif library https://review.openstack.org/269672 | 18:45 |
*** sdake has joined #openstack-nova | 18:46 | |
*** vladikr has quit IRC | 18:46 | |
*** ihrachys has quit IRC | 18:47 | |
auggy | lascii: melwitt did you ever find anyone to own that test coverage you needed? i might be interested if not | 18:47 |
*** shaohe_feng has quit IRC | 18:47 | |
lascii | auggy: for cellsv2? nobody has volunteered yet | 18:48 |
*** diogogmt has quit IRC | 18:48 | |
*** shaohe_feng has joined #openstack-nova | 18:48 | |
*** tonytan4ever has joined #openstack-nova | 18:48 | |
auggy | lascii: i have been following the cellsv2 discussions and reviews but it's all still new to me, so if you think it's something i could help out with i'd like to | 18:48 |
*** yamahata has quit IRC | 18:48 | |
auggy | i'm also happy to pair with whoever ends up doing it | 18:49 |
openstackgerrit | Claudiu Belu proposed openstack/nova: Adds Hyper-V imagecache cleanup https://review.openstack.org/192618 | 18:50 |
*** dmk0202 has joined #openstack-nova | 18:50 | |
lascii | auggy: definitely. there are still some nova-manage patches that need to merge, but the general idea is to get grenade using them to do a non-cells->cellvs2 migration | 18:50 |
auggy | and by non-cells->cells2 migration, you mean take a non cells openstack and make it use cells v2 | 18:51 |
lascii | exactly | 18:51 |
lascii | like having it run https://review.openstack.org/#/c/301273/ | 18:51 |
auggy | right | 18:52 |
auggy | lascii: ok cool, is there anything i can read up on on patching devstack or setting up grenade things? or would i be updating an existing job? | 18:52 |
auggy | sorry if i'm asking clueless questions ;) this is part of why i thought this might be a good thing for me ;) | 18:53 |
lascii | I've never touched grenade. sdague or superdan might be able to point you in a direction | 18:53 |
lascii | and the plan is to update the current grenade job | 18:53 |
auggy | lascii: alright, cool, where does that job currently live in repo? | 18:54 |
*** tonytan_brb has joined #openstack-nova | 18:56 | |
auggy | i'm seeing gate-grenade-dsvm-multinode and gate-grenade-dsvm, so i'm guessing it's one of those? | 18:57 |
*** ijw has joined #openstack-nova | 18:57 | |
*** shaohe_feng has quit IRC | 18:57 | |
lascii | so grenade seems to be at http://git.openstack.org/cgit/openstack-dev/grenade/tree/ and some of the config at http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/devstack-gate.yaml?id=31ca25915c8621cfdf11bdb8758ce9b8b6af2c05 | 18:58 |
*** shaohe_feng has joined #openstack-nova | 18:58 | |
lascii | auggy: yeah, we would like multinode | 18:59 |
clarkb | oh hey I know things about this maybe | 18:59 |
auggy | hey clarkb ! | 18:59 |
lascii | there are some thoughts at the bottom of https://etherpad.openstack.org/p/nova-cells-testing which may not be entirely clear | 18:59 |
auggy | clarkb: i'm volunteering to add a non-cells->cellsv2 migration job to grenade and just figuring out how to do that :) | 18:59 |
auggy | s/job/test/ you know what i mean ;) | 18:59 |
lascii | to start it would be good to have one node running the api side and cell0, then another node running a separate cell | 19:00 |
auggy | lascii: yeah i was looking at that testing stuff to get an idea | 19:00 |
clarkb | auggy: are are two main ways we can or have triggered grenade in the past. The first is doing a previous branch to current branch type upgrade of all existing service. The second is nova-net to neutron or novas baremetal things to ironic where you replace services | 19:00 |
clarkb | auggy: for the replace services case we have done the upgrade within a branch release so mitaka to mitaka version of the different components | 19:00 |
*** tonytan4ever has quit IRC | 19:00 | |
auggy | lascii: ok, do you want api and cell0 as seperate cells or do you want them both in the same cell? | 19:01 |
clarkb | auggy: I think this comes down to what you expect the transition to be like for cells, is it eg a switch that will happen between branches for everyone are are they more like separate components that you are swapping out | 19:01 |
lascii | auggy: they can share a db and message queue, so they'll be separate cells but share some components | 19:01 |
*** ijw_ has joined #openstack-nova | 19:01 | |
auggy | lascii: ok | 19:01 |
auggy | clarkb: lascii please correct me if i'm wrong, but i believe we have a migration function in the same branch | 19:02 |
lascii | yes | 19:02 |
auggy | and we want to check that that migration works properly | 19:02 |
lascii | it's not swapping components | 19:02 |
clarkb | ok so this may be a third new and exciting type of grenade test | 19:02 |
*** ijw has quit IRC | 19:02 | |
auggy | hehe | 19:02 |
lascii | you could do it as part of M->N migration, or N->N | 19:02 |
clarkb | lascii: which of those two do you expect to prescribe? | 19:03 |
auggy | seems to me like N->N would be a good starting point | 19:03 |
lascii | yeah. I'm thinking that people would like to upgrade first, then migrate | 19:04 |
auggy | yeah i had the same thought but i figure you all know better than me | 19:04 |
clarkb | for M -> N I think you can use all of the existing devstack-gate machinery and copy pasta from the existin jenkins jobs. What you will end up changing is likely a config in grenade itself that triggers the migration between the two | 19:04 |
*** lpetrut has joined #openstack-nova | 19:04 | |
auggy | also N->N for a first test setup means less variables to go wrong that have nothing to do with doing the actual migration | 19:05 |
auggy | so we can make sure our test actually works | 19:05 |
auggy | clarkb: ok cool | 19:05 |
clarkb | auggy: lascii: probably a good place to start would be to create an experimental job that runs against nova and grenade that has some config set, then start pushing patches to grenade to have it run | 19:05 |
clarkb | that will allo wyou to iterate and see the results as you go | 19:05 |
*** gzhai2 has joined #openstack-nova | 19:05 | |
auggy | clarkb: i haven't tried searching yet but is there some wiki somewhere with some of this info so i don't bug you all too much with silly questions? | 19:06 |
openstackgerrit | Feodor Tersin proposed openstack/nova-specs: Add ScaleIO ephemeral storage backend https://review.openstack.org/304715 | 19:06 |
*** pushkaru has joined #openstack-nova | 19:06 | |
auggy | clarkb: lascii i'll update the testing etherpad with what sounds like next steps are for this - https://etherpad.openstack.org/p/nova-cells-testing | 19:07 |
lascii | it's been a while since I've added a job, but you could draw inspiration from http://git.openstack.org/cgit/openstack-infra/project-config/commit/?id=dc4da7cad6c335a8f6dc90d4191b922ac17487df I think | 19:07 |
clarkb | auggy: The readme for grenade should explain how it works, and our jenkins jobs use JJB which has docs | 19:07 |
auggy | clarkb: lascii ah perfect, thanks | 19:07 |
*** zenoway has joined #openstack-nova | 19:07 | |
*** shaohe_feng has quit IRC | 19:08 | |
*** shaohe_feng has joined #openstack-nova | 19:08 | |
auggy | lascii: so i'll update the doc with next steps and at least just start on creating an experimental grenade job so i learn how all of that works | 19:09 |
lascii | sounds great | 19:09 |
auggy | cool, glad i am able to possibly contribute something :) | 19:10 |
clarkb | auggy: there is also an entrypoint into the world of zuul and jjb at http://docs.openstack.org/infra/manual/creators.html#add-basic-jenkins-jobs | 19:10 |
sdague | cburgess: on the setup you all have where you have no local disk for your nova computes... | 19:10 |
auggy | clarkb: oh nice | 19:10 |
sdague | you put sdcards in for config drive | 19:10 |
sdague | did you ever consider sticking those in tmpfs? | 19:10 |
*** yassine__ has quit IRC | 19:11 | |
cburgess | sdague Sorry do what? Did we think about using tmpfs instead of a cfcard for the nova stuff? | 19:11 |
auggy | clarkb: thanks so much for piping up! i'll poke you all in #infra if/when i have questions | 19:11 |
sdague | cburgess: yeh | 19:11 |
sdague | I was just thinking about the hillarious 8GB config drive ramifications of - https://review.openstack.org/#/c/304715/4 | 19:12 |
sdague | and other ways to get around it | 19:12 |
*** zenoway has quit IRC | 19:12 | |
mtreinish | sdague: heh, yeah that is weird | 19:14 |
*** ericksonsantos has quit IRC | 19:15 | |
*** clenimar has quit IRC | 19:17 | |
cburgess | sdague Sorry conference call I'll take a look afters | 19:17 |
*** hemna_ has joined #openstack-nova | 19:18 | |
*** shaohe_feng has quit IRC | 19:18 | |
*** shaohe_feng has joined #openstack-nova | 19:19 | |
*** pradk has joined #openstack-nova | 19:19 | |
*** yamahata has joined #openstack-nova | 19:25 | |
*** marksei has joined #openstack-nova | 19:27 | |
*** shaohe_feng has quit IRC | 19:28 | |
*** shaohe_feng has joined #openstack-nova | 19:29 | |
*** ayoung has quit IRC | 19:29 | |
*** READ10 has quit IRC | 19:30 | |
*** mmandel has quit IRC | 19:30 | |
*** mmandel has joined #openstack-nova | 19:31 | |
*** raunak has quit IRC | 19:33 | |
superdan | sdague: yeah the 8GB config drive thing came up at summit | 19:35 |
superdan | they seemed fine with it :D | 19:35 |
sdague | superdan: well, in the current spec there is actually this more complicated slice thing | 19:36 |
superdan | oh, okay I haven't read that | 19:36 |
superdan | I'm -1 on that anyway until storage pools gets done | 19:36 |
sdague | which, I kind of would like to avoid just because complexity | 19:36 |
superdan | as this is just adding more crufty code | 19:36 |
superdan | yeah | 19:36 |
sdague | hence the trying to think about any other way to do things | 19:36 |
sdague | and a tmpfs for config drives doesn't seem like the worst idea | 19:37 |
sdague | you sacrifice a little ram, but then don't need disk | 19:37 |
superdan | well, libvirt doesn't recreate them on boot, | 19:37 |
superdan | so after you restart the compute node nothing would boot | 19:37 |
superdan | we'd need to change the drivers to make them recreate if missing all the time | 19:37 |
sdague | ah... I was wondering that | 19:37 |
superdan | actually the device metadata thing might be changing that, I forget | 19:38 |
superdan | artom: ? | 19:38 |
*** shaohe_feng has quit IRC | 19:38 | |
*** jwcroppe has joined #openstack-nova | 19:40 | |
superdan | sdague: anyway, it's a thing that could be a wrinkle | 19:41 |
*** tonytan4ever has joined #openstack-nova | 19:41 | |
*** shaohe_feng has joined #openstack-nova | 19:41 | |
sdague | superdan: yeh, sure | 19:42 |
openstackgerrit | jichenjc proposed openstack/nova: verify api-ref os-server-password.inc https://review.openstack.org/317994 | 19:42 |
*** tonytan_brb has quit IRC | 19:42 | |
sdague | it just seems like potentially better tradeoff than sdcards that have odd fail rates, or 8 GB config drive disks | 19:43 |
openstackgerrit | sean mooney proposed openstack/os-vif: This change rename the ovs plugin https://review.openstack.org/319426 | 19:45 |
*** hemna_ has quit IRC | 19:45 | |
clarkb | what goes into an 8gb config drive? | 19:45 |
*** ksatrimed has quit IRC | 19:45 | |
superdan | sdague: sure, I just mean a wrinkle needing a solution, but better than the complex slice thing | 19:45 |
superdan | clarkb: scaleio has minimum 8GB slices of disk | 19:46 |
superdan | clarkb: so if you put config drive there the overhead is .. large | 19:46 |
sdague | right, 8Gb is just their allocation unit | 19:46 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 19:46 |
sdague | but it's large enough to be kind of hillariously wrong | 19:47 |
clarkb | so its a few meg of data on an 8gb device | 19:47 |
openstackgerrit | sean mooney proposed openstack/os-vif: remove unused entrypoints https://review.openstack.org/319428 | 19:47 |
*** shaohe_feng has quit IRC | 19:49 | |
superdan | clarkb: you know that thing about if you can afford a ferrari, you can afford the service and don't have to ask how much it costs? | 19:49 |
*** shaohe_feng has joined #openstack-nova | 19:49 | |
superdan | clarkb: I think it applies to scaleio and complaining about wasting 7.995G per instance | 19:49 |
*** ericksonsantos has joined #openstack-nova | 19:50 | |
*** clenimar has joined #openstack-nova | 19:51 | |
*** rk4n has quit IRC | 19:52 | |
*** shaohe_feng has quit IRC | 19:59 | |
*** shaohe_feng has joined #openstack-nova | 20:00 | |
*** fawadkhaliq has quit IRC | 20:01 | |
*** salv-orlando has joined #openstack-nova | 20:03 | |
superdan | claudiub|2: lpetrut: woot, serial console stuff merged | 20:04 |
*** Apoorva has quit IRC | 20:04 | |
*** ihrachys has joined #openstack-nova | 20:04 | |
lpetrut | superdan: that's great, thanks a lot for your help | 20:04 |
superdan | lpetrut: yeah, sorry that sat so long :( | 20:05 |
lpetrut | superdan: well, better later than never :) hopefully we'll soon get the in-tree driver in sync with the alternative compute-hyperv driver | 20:06 |
openstackgerrit | sean mooney proposed openstack/os-vif: Add support for vhost-user https://review.openstack.org/285613 | 20:06 |
superdan | lpetrut: yeah :/ | 20:06 |
*** salv-orlando has quit IRC | 20:08 | |
*** shaohe_feng has quit IRC | 20:09 | |
claudiub|2 | yeay. :) good news. :) | 20:09 |
*** shaohe_feng has joined #openstack-nova | 20:10 | |
sdague | claudiub|2: / lpetrut I left a couple of comments in that stack about things which would make those easier to review in future, but they all seemed good | 20:12 |
openstackgerrit | Tom Patzig proposed openstack/nova: Add ironic 'api_insecure' option to nova.conf https://review.openstack.org/311163 | 20:12 |
sdague | and given how long the patches had been up, did not warrent blocking on | 20:12 |
*** Redcavalier has joined #openstack-nova | 20:12 | |
superdan | claudiub|2: I've been watching that rescue one waiting for a good run of hyper-v CI ... | 20:13 |
lpetrut | sdague: yep, you made a good point over there. thanks for feedback | 20:13 |
*** dimtruck is now known as zz_dimtruck | 20:14 | |
claudiub|2 | sdague: sure, I can send a patch for those nits in the near future. | 20:14 |
sdague | claudiub|2: cool, that would be awesome | 20:15 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve help for notifications https://review.openstack.org/319439 | 20:15 |
superdan | claudiub|2: should be an easy land, so don't hesitate to poke for reviews | 20:15 |
claudiub|2 | will do. | 20:18 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve help netconf https://review.openstack.org/319384 | 20:18 |
openstackgerrit | sean mooney proposed openstack/os-vif: Add support for vhost-user https://review.openstack.org/285613 | 20:18 |
openstackgerrit | sean mooney proposed openstack/os-vif: This change renames the ovs plugin https://review.openstack.org/319426 | 20:18 |
claudiub|2 | as for the nova-rescue patch, don't know why it didn't vote on the latest PS. currently looking for the job in the ci. | 20:18 |
*** shaohe_feng has quit IRC | 20:19 | |
*** shaohe_feng has joined #openstack-nova | 20:20 | |
*** sdake has quit IRC | 20:22 | |
*** sdake has joined #openstack-nova | 20:22 | |
openstackgerrit | Sarafraj Singh proposed openstack/nova: [WIP] Improve help text in cinder.py https://review.openstack.org/318339 | 20:23 |
*** marksei has quit IRC | 20:24 | |
*** sdake has quit IRC | 20:25 | |
*** ayoung has joined #openstack-nova | 20:25 | |
*** smatzek has quit IRC | 20:26 | |
*** lpetrut has quit IRC | 20:27 | |
*** fawadkhaliq has joined #openstack-nova | 20:27 | |
*** lpetrut has joined #openstack-nova | 20:27 | |
*** shaohe_feng has quit IRC | 20:30 | |
openstackgerrit | Sarafraj Singh proposed openstack/nova: Deprecate barbican options https://review.openstack.org/317684 | 20:30 |
openstackgerrit | sean mooney proposed openstack/os-vif: remove unused entrypoints https://review.openstack.org/319428 | 20:30 |
*** shaohe_feng has joined #openstack-nova | 20:30 | |
*** raunak has joined #openstack-nova | 20:31 | |
*** delattec has quit IRC | 20:33 | |
openstackgerrit | Sarafraj Singh proposed openstack/nova: Improve help text in cinder.py https://review.openstack.org/318339 | 20:33 |
*** stewie925 has left #openstack-nova | 20:33 | |
*** yamahata has quit IRC | 20:34 | |
*** yamahata has joined #openstack-nova | 20:35 | |
*** fawadkhaliq has quit IRC | 20:35 | |
*** baoli_ has quit IRC | 20:36 | |
*** baoli has joined #openstack-nova | 20:37 | |
*** shaohe_feng has quit IRC | 20:40 | |
*** pushkaru has quit IRC | 20:41 | |
*** shaohe_feng has joined #openstack-nova | 20:41 | |
openstackgerrit | Karen Bradshaw proposed openstack/nova: api-ref, os-fping.inc https://review.openstack.org/318764 | 20:41 |
*** tonytan4ever has quit IRC | 20:42 | |
*** baoli has quit IRC | 20:44 | |
*** sdake has joined #openstack-nova | 20:45 | |
*** jichen has quit IRC | 20:46 | |
*** Apoorva has joined #openstack-nova | 20:47 | |
*** Redcavalier has quit IRC | 20:50 | |
*** pushkaru has joined #openstack-nova | 20:50 | |
*** shaohe_feng has quit IRC | 20:50 | |
*** shaohe_feng has joined #openstack-nova | 20:51 | |
artom | superdan, yo! | 20:53 |
*** raildo is now known as raildo-afk | 20:53 | |
artom | I know I'm like an hour late, but I wasn't at my keybaord. | 20:54 |
*** jaypipes is now known as leakypipes | 20:54 | |
artom | So all we're doing with the configdrive is attaching it after the instance XML is generated. | 20:54 |
artom | We need to do that because the metadata exposed in the configdrive contains device addresses, which only become known once the XML is generated. | 20:55 |
*** rtheis has quit IRC | 20:58 | |
*** tonytan4ever has joined #openstack-nova | 20:59 | |
*** shaohe_feng has quit IRC | 21:00 | |
*** claudiub has joined #openstack-nova | 21:01 | |
openstackgerrit | Clenimar Filemon proposed openstack/nova: Use Identity v3 params when connecting to Ironic https://review.openstack.org/300154 | 21:01 |
*** shaohe_feng has joined #openstack-nova | 21:02 | |
*** claudiub|2 has quit IRC | 21:04 | |
lascii | superdan: we're not doing this anymore right? https://review.openstack.org/#/c/315681/16/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py | 21:05 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve help for noVNC https://review.openstack.org/319453 | 21:05 |
*** smatzek has joined #openstack-nova | 21:05 | |
*** akshai has quit IRC | 21:06 | |
openstackgerrit | Ed Leafe proposed openstack/nova-specs: Accept multiple hosts when calling live migration https://review.openstack.org/276840 | 21:06 |
*** tonytan4ever has quit IRC | 21:08 | |
superdan | lascii: well, it's proposed | 21:08 |
superdan | lascii: I just got done changing that to be right per feedback.. you want me to not add it? | 21:09 |
leakypipes | superdan: any chance you might be able to respond to my review comments on https://review.openstack.org/#/c/300177/? | 21:09 |
superdan | I mean, the discussion to remove it came out of all the discussion over how to do it right | 21:09 |
superdan | leakypipes: sorry, will look | 21:10 |
lascii | superdan: I'm fine with this as is if the other indexes in the change are fine from a db2 pov | 21:10 |
leakypipes | superdan: no need to apologize at all :) | 21:10 |
lascii | superdan: all or nothing, either way doesn't matter to me | 21:10 |
*** shaohe_feng has quit IRC | 21:11 | |
*** lucas-afk has quit IRC | 21:11 | |
*** thorst has quit IRC | 21:11 | |
*** pradk has quit IRC | 21:11 | |
superdan | leakypipes: I'm not sure I get your point there no | 21:11 |
*** thorst has joined #openstack-nova | 21:11 | |
*** shaohe_feng has joined #openstack-nova | 21:12 | |
superdan | leakypipes: you're talking about the case where we have some instances accounted for in the old way of "free_gb" and some accounted for with allocations, potentially with some overlap at some point? | 21:12 |
superdan | I guess my point is, I think this ends up being a thing that people will cut over to after everything is happy | 21:12 |
superdan | i.e. we continue scheduling with the old filters until everything has migrated to allocations, | 21:13 |
superdan | then they change scheduler config and restart the scheduler | 21:13 |
superdan | which would mean we don't need to try to subtract the allocations from the free_* attributes | 21:14 |
superdan | we just continue reporting free_gb like we did before, and either use total_gb-free_gb, or inventory-allocation | 21:14 |
superdan | but not a mix of both, | 21:14 |
superdan | especally since we're now not zeroing the compute node fields anymore given that we moved inventory to the api db | 21:15 |
superdan | or will move | 21:15 |
*** thorst has quit IRC | 21:16 | |
*** lucasagomes has joined #openstack-nova | 21:18 | |
superdan | I suppose I'll put that in the review | 21:18 |
superdan | lascii: the others are, yeah, mriedem reviewed and had some notes earlier | 21:19 |
*** rcernin has joined #openstack-nova | 21:20 | |
*** shaohe_feng has quit IRC | 21:21 | |
*** markvoelker has joined #openstack-nova | 21:21 | |
*** daemontool has quit IRC | 21:22 | |
lascii | superdan: looking at https://review.openstack.org/#/c/315681/9..16/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py it seems like the Index on line 66 on the left side would be problematic | 21:22 |
lascii | if we're just going to remove these I guess I don't really care, just wanted it to be consistent | 21:23 |
lascii | it can just be added to sdagues patch | 21:23 |
superdan | fuck, I dunno.. I asked him for clarification on that in irc and he did't tell me to change it, but maybe because we went on to "remove it all" | 21:23 |
superdan | I don't care I just fucking hate this set at this point | 21:24 |
lascii | well I just +W'ed | 21:24 |
*** markvoelker has quit IRC | 21:24 | |
superdan | I'll just remove all the DB2 shit | 21:24 |
*** shaohe_feng has joined #openstack-nova | 21:24 | |
*** adelia has quit IRC | 21:24 | |
lascii | add it to the big removal patch | 21:24 |
*** markvoelker has joined #openstack-nova | 21:24 | |
*** rlrossit has quit IRC | 21:25 | |
superdan | whatever you want.. I'm not arguing I'm just beyond annoyed with it | 21:25 |
superdan | I'm going to spend all weekend NOT thinking about this set regardless | 21:25 |
*** markvoelker_ has joined #openstack-nova | 21:25 | |
*** smatzek has quit IRC | 21:26 | |
*** ctrath has quit IRC | 21:26 | |
superdan | lascii: let me just clean it up.. the gate is bored right now, it won't care | 21:26 |
openstackgerrit | Belmiro Moreira proposed openstack/nova: No disable reason defined for new services https://review.openstack.org/319461 | 21:27 |
*** markvoelker_ has quit IRC | 21:28 | |
openstackgerrit | Dan Smith proposed openstack/nova: Add resource provider tables to the api database https://review.openstack.org/315681 | 21:28 |
openstackgerrit | Dan Smith proposed openstack/nova: Make compute nodes update their own inventory records https://review.openstack.org/317049 | 21:28 |
openstackgerrit | Dan Smith proposed openstack/nova: Make Inventory and ResourceProvider objects use the API DB instead https://review.openstack.org/315682 | 21:28 |
superdan | lascii: you made me feel self-conscious about my whining ^ | 21:28 |
*** markvoelker_ has joined #openstack-nova | 21:28 | |
lascii | well if you'd throw up a softball patch for friday afternoon reviews we could all be relaxed going into the weekend | 21:29 |
leakypipes | superdan: what I'm saying is that unless we do the migration of allocation information atomically (for the compute node), there will be no way for the scheduler to determine, as you say "until everything is migrated to allocations". Because *some* instances on the compute host will have their allocations records written and others will not (and will be updating the total_gb/free_gb fields on | 21:29 |
leakypipes | the compute node). | 21:29 |
superdan | lascii: I have one actually :) | 21:29 |
lascii | heh | 21:30 |
superdan | lascii: https://review.openstack.org/#/c/318832/ | 21:30 |
*** markvoelker has quit IRC | 21:30 | |
lascii | excellent | 21:30 |
superdan | leakypipes: right but I don't understand why that matters | 21:30 |
superdan | leakypipes: inventories but no allocations means the compute nodes look empty, so your new filter will be largely a no-op right? | 21:31 |
leakypipes | superdan: which means that the thing in the ComputNode object that you are currently relying on to determine if the inventories/allocations have been migrated (whether the inv_memory_mb_used field is NULL or not) cannot be used to determine if the allocations have been migrated (since you will only know that *some* ofthe instanes for the compute node had been mgrated, not all of them on that | 21:31 |
*** ametts has quit IRC | 21:31 | |
leakypipes | compute node) | 21:31 |
*** shaohe_feng has quit IRC | 21:31 | |
*** shaohe_feng has joined #openstack-nova | 21:32 | |
*** thorst has joined #openstack-nova | 21:34 | |
*** lakshmiS has quit IRC | 21:35 | |
*** pushkaru has quit IRC | 21:35 | |
*** gszasz has quit IRC | 21:35 | |
*** ducttape_ has quit IRC | 21:36 | |
*** aysyd has quit IRC | 21:37 | |
*** xyang1 has quit IRC | 21:37 | |
*** thorst has quit IRC | 21:38 | |
*** tbachman has quit IRC | 21:39 | |
openstackgerrit | Claudiu Belu proposed openstack/nova-specs: Repropose expose-host-capabilities to Newton https://review.openstack.org/286520 | 21:41 |
*** shaohe_feng has quit IRC | 21:41 | |
*** shaohe_feng has joined #openstack-nova | 21:42 | |
leakypipes | superdan: I guess I'm wondering this: if we migrate allocation records one Instance at a time (instead of one ComputeNode's instances at a time), how can we tell whether the compute node's allocations have all been migrated? | 21:44 |
*** lascii is now known as alaski | 21:50 | |
openstackgerrit | Chris Dent proposed openstack/nova: Add Allocation and AllocationList objects https://review.openstack.org/282442 | 21:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Extend ResourceProvider to have resources and aggregates https://review.openstack.org/284963 | 21:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Add a get_by_uuid for aggregates https://review.openstack.org/284895 | 21:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Correct the Inventory object https://review.openstack.org/315288 | 21:51 |
openstackgerrit | Chris Dent proposed openstack/nova: Add name to ResourceProvider object https://review.openstack.org/281945 | 21:51 |
openstackgerrit | Chris Dent proposed openstack/nova: WIP resource-pools/placement api https://review.openstack.org/293104 | 21:51 |
* cdent retires | 21:52 | |
*** shaohe_feng has quit IRC | 21:52 | |
cdent | have a good weekend all | 21:52 |
*** cdent has quit IRC | 21:52 | |
*** shaohe_feng has joined #openstack-nova | 21:53 | |
*** tbachman has joined #openstack-nova | 21:54 | |
*** Swami_ has joined #openstack-nova | 21:56 | |
*** dmk0202 has quit IRC | 21:57 | |
*** diogogmt has joined #openstack-nova | 21:57 | |
*** Swami has quit IRC | 21:59 | |
*** lindycoder has joined #openstack-nova | 21:59 | |
*** sdake has quit IRC | 21:59 | |
*** lindycoder has quit IRC | 22:00 | |
*** Swami_ has quit IRC | 22:00 | |
*** kus has quit IRC | 22:01 | |
*** shaohe_feng has quit IRC | 22:02 | |
*** shaohe_feng has joined #openstack-nova | 22:03 | |
*** burgerk_ has quit IRC | 22:04 | |
*** lpetrut has quit IRC | 22:08 | |
*** sdake has joined #openstack-nova | 22:09 | |
*** tbachman has quit IRC | 22:11 | |
*** shaohe_feng has quit IRC | 22:12 | |
*** shaohe_feng has joined #openstack-nova | 22:13 | |
*** hemna_ has joined #openstack-nova | 22:19 | |
*** mmandel has quit IRC | 22:19 | |
*** shaohe_feng has quit IRC | 22:22 | |
*** shaohe_feng has joined #openstack-nova | 22:23 | |
*** stevemar is now known as notstevemar | 22:24 | |
*** xenogear has quit IRC | 22:24 | |
*** vishwanathj has quit IRC | 22:24 | |
*** BjoernT has quit IRC | 22:25 | |
*** zz_dimtruck is now known as dimtruck | 22:26 | |
*** MikeG451 has quit IRC | 22:32 | |
*** shaohe_feng has quit IRC | 22:33 | |
*** figleaf is now known as edleafe | 22:33 | |
*** shaohe_feng has joined #openstack-nova | 22:34 | |
*** jwcroppe has quit IRC | 22:34 | |
*** tbachman has joined #openstack-nova | 22:34 | |
*** bauwser is now known as bauzas | 22:35 | |
*** dave-mccowan has quit IRC | 22:36 | |
*** shaohe_feng has quit IRC | 22:43 | |
*** shaohe_feng has joined #openstack-nova | 22:44 | |
*** jamielennox|away is now known as jamielennox | 22:48 | |
*** kylek3h has quit IRC | 22:48 | |
*** mrkz has quit IRC | 22:50 | |
*** Swami has joined #openstack-nova | 22:50 | |
auggy | hey superdan I'm updating the "low hanging fruit" etherpad and found a link to your objects conversion project - https://blueprints.launchpad.net/nova/+spec/mitaka-objects | 22:53 |
*** shaohe_feng has quit IRC | 22:53 | |
auggy | superdan: is that a thing that is still happening and if so is there a spec or blueprint for newton? | 22:53 |
*** shaohe_feng has joined #openstack-nova | 22:54 | |
*** krotscheck is now known as krotscheck_dcm | 22:57 | |
superdan | auggy: there has been a bp for general objects work for every release recently | 22:58 |
superdan | auggy: not sure there is one for newton, or that we need one | 22:58 |
auggy | superdan: ok, i couldn't find one for newton | 22:58 |
superdan | auggy: rlrossit's work around un-dictifying objects could be a thing to add, but they're often sleeper problems | 22:59 |
*** salv-orlando has joined #openstack-nova | 22:59 | |
auggy | superdan: is that something that should still be in the new contributor work items list? | 22:59 |
superdan | well, that's what I'm saying.. often seems low-hanging-fruit-ish, but then they often turn into giant monsters | 22:59 |
superdan | so I dunno | 22:59 |
auggy | ha | 22:59 |
superdan | could go either way | 22:59 |
auggy | ok.. is there a list somewhere or just rlrossit's stack of changes tied to a particular thing? | 23:00 |
auggy | if i can put a link to a list of some kind and then a disclaimer, check with these people before doing anything | 23:01 |
*** sdague has quit IRC | 23:03 | |
auggy | i'm finding rm-object-dict-compat-newton | 23:03 |
*** shaohe_feng has quit IRC | 23:03 | |
auggy | ok so i think i just answered my own question, thanks superdan | 23:04 |
auggy | i'll link the dict compat stuff and tag rlrossit as the contact person in case he wants to delegate work | 23:04 |
superdan | cool | 23:04 |
*** shaohe_feng has joined #openstack-nova | 23:04 | |
*** leakypipes has quit IRC | 23:07 | |
*** efried1 has joined #openstack-nova | 23:10 | |
*** efried has quit IRC | 23:12 | |
*** marcusvrn_ has quit IRC | 23:13 | |
*** shaohe_feng has quit IRC | 23:14 | |
*** shaohe_feng has joined #openstack-nova | 23:14 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Hyper-V: Implement nova rescue https://review.openstack.org/127159 | 23:16 |
claudiub | ^ lol, now the ci failed because the serial console patch merged and removed the oslo_utils.fileutils import. :)) | 23:16 |
auggy | claudiub: i put you as the contact person for the python 3 stuff in the new contributors wiki | 23:19 |
claudiub | auggy: cool. :) | 23:19 |
auggy | claudiub: if there's someone else that should be there, let me know and i can add them, but your name is on the blueprints so i picked YOU | 23:19 |
auggy | :D | 23:19 |
*** ihrachys has quit IRC | 23:19 | |
claudiub | auggy: yeay. :) | 23:19 |
claudiub | well, at the moment, I'm interested in having py3 work on nova-compute | 23:20 |
claudiub | it's actually getting pretty close to a full succesful tempest run on py3 | 23:20 |
auggy | nice!! | 23:21 |
claudiub | auggy: anyways, offtopic, you should watch rick and morty. :) | 23:23 |
claudiub | it's a very wtf show. :D | 23:24 |
auggy | claudiub: alright | 23:24 |
auggy | i think we talked about this before and i forgot haha | 23:24 |
*** shaohe_feng has quit IRC | 23:24 | |
claudiub | i don't think so, I have only recently saw it. :) | 23:24 |
auggy | ok cool | 23:24 |
auggy | i recently started watching Adventure Time | 23:24 |
auggy | that show is so funny | 23:24 |
claudiub | auggy: here's their parody of the simpsons intro: https://www.youtube.com/watch?v=7ecYoSvGO60 | 23:24 |
*** shaohe_feng has joined #openstack-nova | 23:25 | |
auggy | hahahaahh | 23:25 |
claudiub | i dunno, i watched an episode of adventure time, it scared me. :)) | 23:27 |
*** Swami_ has joined #openstack-nova | 23:27 | |
auggy | i like how they dance | 23:27 |
claudiub | you mean in adventure time? | 23:28 |
auggy | yeah | 23:31 |
*** Swami has quit IRC | 23:31 | |
claudiub | didn't get to see that. :) I saw the spider episode only, and that was enough for me. :P | 23:32 |
*** salv-orlando has quit IRC | 23:33 | |
*** shaohe_feng has quit IRC | 23:34 | |
*** jwcroppe has joined #openstack-nova | 23:35 | |
*** shaohe_feng has joined #openstack-nova | 23:35 | |
auggy | hahaha | 23:35 |
*** jwcroppe has quit IRC | 23:41 | |
*** shaohe_feng has quit IRC | 23:44 | |
*** ijw_ has quit IRC | 23:45 | |
*** shaohe_feng has joined #openstack-nova | 23:45 | |
*** Swami__ has joined #openstack-nova | 23:48 | |
*** markvoelker_ has quit IRC | 23:49 | |
*** nic has quit IRC | 23:52 | |
*** Swami_ has quit IRC | 23:52 | |
*** raunak has quit IRC | 23:54 | |
*** shaohe_feng has quit IRC | 23:55 | |
*** shaohe_feng has joined #openstack-nova | 23:55 | |
*** kus has joined #openstack-nova | 23:59 | |
*** kus has quit IRC | 23:59 | |
*** kus has joined #openstack-nova | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!