*** markstur has joined #openstack-manila | 02:26 | |
*** markstur has quit IRC | 02:27 | |
*** sage_ has quit IRC | 04:13 | |
*** pcaruana has joined #openstack-manila | 06:39 | |
*** vivsoni has quit IRC | 07:11 | |
*** vivsoni has joined #openstack-manila | 07:16 | |
*** assassin has joined #openstack-manila | 07:23 | |
*** assassin has quit IRC | 07:23 | |
*** assassin has joined #openstack-manila | 08:08 | |
*** vivsoni has quit IRC | 08:21 | |
*** vivsoni has joined #openstack-manila | 08:22 | |
*** e0ne has joined #openstack-manila | 08:43 | |
*** takamatsu has joined #openstack-manila | 09:15 | |
*** hoonetorg has quit IRC | 09:20 | |
*** erlon has joined #openstack-manila | 09:44 | |
*** vivsoni has quit IRC | 10:03 | |
*** vivsoni has joined #openstack-manila | 10:04 | |
*** zul has joined #openstack-manila | 10:19 | |
*** vivsoni has quit IRC | 10:20 | |
*** vivsoni has joined #openstack-manila | 10:30 | |
*** luizbag has joined #openstack-manila | 10:46 | |
*** erlon has quit IRC | 11:22 | |
*** vivsoni has quit IRC | 11:33 | |
*** tpsilva has joined #openstack-manila | 11:36 | |
*** mmethot has joined #openstack-manila | 11:48 | |
*** vivsoni has joined #openstack-manila | 11:50 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-manila stable/rocky: Update Gemfile for stable/rocky https://review.openstack.org/597079 | 12:10 |
---|---|---|
*** eharney has quit IRC | 12:58 | |
*** dustins has joined #openstack-manila | 13:18 | |
*** eharney has joined #openstack-manila | 13:50 | |
*** pcaruana has quit IRC | 14:29 | |
*** erlon has joined #openstack-manila | 14:29 | |
*** pcaruana has joined #openstack-manila | 14:30 | |
*** eharney_ has joined #openstack-manila | 14:37 | |
*** eharney has quit IRC | 14:37 | |
*** e0ne has quit IRC | 14:56 | |
openstackgerrit | Merged openstack/puppet-manila stable/rocky: Update Gemfile for stable/rocky https://review.openstack.org/597079 | 14:59 |
*** pcaruana has quit IRC | 15:00 | |
tbarron | ganso: bswartz: erlon: tpsilva - would one of your triage and take https://bugs.launchpad.net/manila/+bug/1784791 ? | 15:07 |
openstack | Launchpad bug 1784791 in Manila "NetApp driver does not support workgroup authentication" [Undecided,New] | 15:07 |
erlon | tbarron, hey, we'll do that | 15:08 |
erlon | thanks for pointing it up | 15:08 |
tbarron | erlon: ty!! | 15:08 |
*** eharney_ is now known as eharney | 16:04 | |
*** e0ne has joined #openstack-manila | 16:06 | |
*** dustins has quit IRC | 16:29 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/python-manilaclient master: Stop encoding "~" in query parameters https://review.openstack.org/597181 | 17:01 |
*** dustins has joined #openstack-manila | 17:17 | |
*** dustins_ has joined #openstack-manila | 17:21 | |
*** dustins has quit IRC | 17:22 | |
*** dustins_ has quit IRC | 17:25 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/python-manilaclient master: Stop encoding "~" in query parameters https://review.openstack.org/597181 | 17:32 |
*** dustins has joined #openstack-manila | 17:34 | |
*** DorZ has joined #openstack-manila | 18:32 | |
DorZ | Hey. I'm trying to be a contributer for the project. I installed (I think) successfully devstack&manila. now I want to create a manila-share of 1MB for the experience. what is the easiest way? is there a updated guide? | 18:33 |
gouthamr | DorZ: hi! Welcome, the minimum size you can create is 1GB | 18:34 |
gouthamr | have you looked here: https://docs.openstack.org/manila/latest/ | 18:34 |
gouthamr | we document the CLI examples here: https://docs.openstack.org/manila/latest/user/create-and-manage-shares.html | 18:35 |
DorZ | I did. but I get the error: ERROR: You must provide a tenant_name, tenant_id, project_id or project_name (with project_domain_name or project_domain_id) via --os-tenant-name or env[OS_TENANT_NAME], --os-tenant-id or env[OS_TENANT_ID], --os-project-id or env[OS_PROJECT_ID], --os-project-name or env[OS_PROJECT_NAME], --os-project-domain-id or env[OS_PROJECT_DOMAIN_ID] and --os-project-domain-name or env[OS_PROJECT_DOMAIN_NAME]. | 18:36 |
gouthamr | DorZ: what storage backend did you setup your devstack with? (i.e, did you specify any?) | 18:36 |
DorZ | for every command I try to provide | 18:36 |
DorZ | I think I didn't. | 18:36 |
gouthamr | DorZ: ah, you need to grab a keystone token | 18:36 |
DorZ | how to do so? | 18:36 |
gouthamr | DorZ: do `source DEVSTACK_FOLDER/openrc demo demo" for starters | 18:37 |
DorZ | now I get ERROR: Unable to establish connection to http://w.x.y.z/identity: HTTPConnectionPool(host='w.x.y.z', port=80): Max retries exceeded with url: /identity (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4ef96898d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) | 18:40 |
DorZ | maybe its because I did in the HOST_IP in the local.conf = w.x.y.z ? | 18:40 |
gouthamr | yep | 18:40 |
DorZ | should I put over there 127.0.0.1? | 18:40 |
gouthamr | yes, that will work | 18:41 |
DorZ | should I run unstack and stack again? or is there a fastest way to change it | 18:41 |
gouthamr | hmmm, been a while since i mucked with that, i think you should be able to edit a few config files, starting with /etc/keystone/keystone.conf | 18:43 |
gouthamr | you can also add w.x.y.z to your /etc/hosts file as an alias to /etc/hosts | 18:46 |
gouthamr | grr, alias to "localhost" | 18:46 |
DorZ | I'm trying to write a script of the installation. I prefer just write in the local.conf HOST_IP=127.0.0.1 | 18:50 |
DorZ | (already run stack.sh) | 18:50 |
DorZ | I just did the manila contributer guide | 18:50 |
DorZ | do I need follow this guide? https://docs.openstack.org/install-guide/environment-networking-controller.html | 18:51 |
DorZ | all of the openstack guide? its pretty huge (and full of bugs..) | 18:51 |
gouthamr | DorZ: yeah, rerunning stack.sh is a good idea, i usually just omit the HOST_IP, here's my super concise local.conf: http://paste.openstack.org/show/729001/ | 18:52 |
gouthamr | DorZ: If you want a simple backend to exercise most of the features, i suggest starting with the LVM backend, it doesn't need any networking setup, or creation of "share networks" | 18:54 |
gouthamr | DorZ: here's a tiny recipe for setting up the LVM backend via devstack: http://paste.openstack.org/show/729003/ | 18:56 |
DorZ | So ill do those both settings, run stack and I should be setted up? | 19:00 |
gouthamr | DorZ: yep, then you can source "demo", "alt_demo" or "admin" credentials with the help of the openrc script and create shares | 19:04 |
DorZ | Ok i'll try. (handling some ubuntu bugs right now) | 19:05 |
DorZ | many thanks! ill annoy you later maybe (: | 19:05 |
gouthamr | DorZ: yep, anytime | 19:06 |
*** e0ne has quit IRC | 19:08 | |
*** DorZ has quit IRC | 19:12 | |
*** dustins_ has joined #openstack-manila | 19:13 | |
*** dustins_ has quit IRC | 19:15 | |
*** dustins has quit IRC | 19:16 | |
*** hoonetorg has joined #openstack-manila | 19:22 | |
*** e0ne has joined #openstack-manila | 19:23 | |
*** hoonetorg has quit IRC | 19:24 | |
*** dustins has joined #openstack-manila | 19:49 | |
*** vivsoni has quit IRC | 20:03 | |
*** vivsoni has joined #openstack-manila | 20:03 | |
*** erlon has quit IRC | 20:15 | |
*** luizbag has quit IRC | 20:38 | |
*** e0ne has quit IRC | 20:58 | |
*** eharney has quit IRC | 21:16 | |
*** hoonetorg has joined #openstack-manila | 21:36 | |
*** ganso has quit IRC | 22:21 | |
*** tpsilva has quit IRC | 23:04 | |
*** dustins has quit IRC | 23:25 | |
*** erlon has joined #openstack-manila | 23:34 | |
*** threestrands has joined #openstack-manila | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!