Monday, 2019-03-11

*** pcaruana has joined #openstack-sahara07:00
*** rcernin has quit IRC07:03
*** tosky has joined #openstack-sahara08:41
openstackgerritzhufl proposed openstack/sahara master: Add missing ws seperator between words  https://review.openstack.org/64238308:46
*** tellesnobrega_ has joined #openstack-sahara09:49
*** tellesnobrega_ has quit IRC11:05
*** tellesnobrega has joined #openstack-sahara11:13
*** dave-mccowan has joined #openstack-sahara11:19
*** dave-mccowan has quit IRC11:42
*** dave-mccowan has joined #openstack-sahara11:57
openstackgerritMerged openstack/sahara master: Add missing ws seperator between words  https://review.openstack.org/64238312:05
*** tellesnobrega has quit IRC13:06
*** tellesnobrega has joined #openstack-sahara13:06
tellesnobregatosky, on the multinode errors, is there anything I can do other than keep rechecking?13:12
toskytellesnobrega: try it locally, check if other multinode jobs with python3 exists around13:13
toskyif the same error happens consistently (I didn't check the logs yet), rechecking won't help13:13
tellesnobregait is not the same, devstack keeps failing on different points13:14
toskythen I'd retry13:15
toskyjust to see if it's on sahara or something else13:15
toskybut if the code doesn't reach the sahara-specific code, we can't know13:16
*** dave-mccowan has quit IRC13:33
*** dave-mccowan has joined #openstack-sahara14:20
*** pcaruana has quit IRC16:23
*** pcaruana has joined #openstack-sahara16:23
*** tosky__ has joined #openstack-sahara17:14
*** tosky has quit IRC17:14
*** tosky__ is now known as tosky17:19
tellesnobregatosky, did you get a chance to look at the logs?17:30
toskytellesnobrega: I forgot to tell you to disable swift17:31
toskylet me see17:31
toskytellesnobrega: basically the job should set the same config as sahara-tests-scenario-radosgw, which replaces swift with rgw17:33
toskyI can quickly push a patch17:33
openstackgerritLuigi Toscano proposed openstack/sahara master: Making Sahara Python 3 compatible  https://review.openstack.org/63978617:37
tellesnobregatosky, hmmm17:42
tellesnobregathanks17:42
GaasmannI think I'm back to the ntpdate issue again, I thought I pushed a patch about that18:46
Gaasmannhttp://paste.openstack.org/show/747558/18:47
toskywhich openstack release and which plugin? I forgot19:03
Gaasmannrocky/spark but it doesn't put the cluster in error it seems19:19
tellesnobregaGaasmann, image created with sahara-image-element right?19:29
Gaasmannyep20:05
Gaasmannother question: I'm looking for the boot_from_volume otion. on node group show, the CLI shows a line Boot from volume but not when I try on my rocky deployment20:06
GaasmannI'm not sure how to activate this option20:06
tellesnobregaboot from volume, I think we started supporting it on queens, I'm not certain20:07
tellesnobregalet me check20:07
tellesnobregalooks like it is only available in queens20:11
tellesnobregayou won't see an option to boot from volume20:12
tellesnobregayou have to create the volume and select it as a source20:12
Gaasmanntellesnobrega: you mean as it was in queens and then removed?20:15
tellesnobregasorry20:15
tellesnobregamy bad20:15
tellesnobregagot my dates confused20:15
tellesnobregayou are running rocky, we support it in rocky20:15
Gaasmannok but weirdly, I don't see anything in the CLI, it doesn't match the CLI "screenshot" on the doc20:16
Gaasmanncould it be available only by using the json way of declaring node group templates?20:18
tellesnobregaGaasmann, let me look again20:18
tellesnobregaGaasmann, can you paste the link to the documentation you are looking at?20:21
Gaasmannhttps://docs.openstack.org/sahara/rocky/user/quickstart.html#create-node-group-templates20:22
tellesnobregaso, did you try setting --boot-from-volume?20:23
Gaasmannyep20:25
tellesnobregawhat error did it show?20:25
Gaasmannhttp://paste.openstack.org/show/747573/20:26
tellesnobregaok, boot from volume is only available on apiv220:29
tellesnobregaand the client as well20:29
tellesnobregaso, on the v1 it won't be there20:30
Gaasmannhum I'm lost here :-)20:30
tellesnobregahttps://github.com/openstack/python-saharaclient/blob/master/saharaclient/osc/v1/node_group_templates.py#L24-L3020:30
tellesnobregahttps://github.com/openstack/python-saharaclient/blob/master/saharaclient/osc/v2/node_group_templates.py#L23-L3120:30
tellesnobregalet me try to explain20:30
GaasmannI'm not sure what you mean by v1 v220:31
tellesnobregawe did implement boot from volume on rocky, but we didn't want it release on sahara API v1.20:31
tellesnobregaso we implemented only for v2 of the API20:31
toskyGaasmann: the ntpdate issue may be https://storyboard.openstack.org/#!/story/200177820:33
Gaasmanntellesnobrega: ok so, if I want OSC to use the v2 API, what should I do?20:34
tellesnobregatosky, do you remember how to do that ^?20:36
Gaasmanntosky: looks like it yes20:37
Gaasmanntellesnobrega: Do you think changing the endpoint would make it?20:41
tellesnobregaIt may work, not sure20:42
Gaasmannopenstack --os-data-processing-api-version=2 dataprocessing node group template show20:42
toskythere is a parameter to force the API used, but IIRC you also need the unversioned endpoints for sahara in keystone20:43
toskyand it may not work properly in rocky, we fixed few issues on the way (that's why it's going to be stable only in Stein)20:43
tellesnobregayes, that is the one Gaasmann and thanks tosky I was trying to remember if we need to unversion sahara20:43
tellesnobregabottom line Gaasmann, I wouldn't suggest using boot fom volume on rocky20:43
tellesnobregayou can try at your own risk and we will try to help for sure, but as tosky pointed out, it is only fully supported from stein20:44
tellesnobregaI have to drop20:44
tellesnobregabbl20:44
Gaasmannho ok, not Rocky but ok for Stein then20:45
Gaasmannthanks guys!20:45
Gaasmannnot sure if it's expected but if I put --os-data-processing-api-version=2, I only have access to node group template commands21:03
toskyI feat that the version of saharaclient part of rocky only supported that comment; we added more commands later21:04
toskyand the support of APIv2 in the newer saharaclient client probably changed slightly to support the fixes in the (then-experimental) APIv221:05
Gaasmannok I see21:06
*** dave-mccowan has quit IRC21:36
*** pcaruana has quit IRC21:45
*** tosky has quit IRC22:26

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!