Wednesday, 2016-06-01

*** yangyapeng has joined #openstack-freezer01:19
*** yangyapeng has quit IRC01:20
*** yangyapeng has joined #openstack-freezer01:20
*** yangyapeng has quit IRC01:20
*** yangyapeng has joined #openstack-freezer01:21
*** EinstCrazy has joined #openstack-freezer01:33
*** zhonghua-lee has joined #openstack-freezer02:59
openstackgerrityapeng Yang proposed openstack/freezer: backup cinder_by_glance to local  https://review.openstack.org/31508503:21
openstackgerrityapeng Yang proposed openstack/freezer: Delete Invalid variable  https://review.openstack.org/32364403:33
openstackgerrityapeng Yang proposed openstack/freezer: backup cinder_by_glance to local  https://review.openstack.org/31508504:46
*** EinstCrazy has quit IRC05:00
*** yangyapeng has quit IRC05:02
*** EinstCrazy has joined #openstack-freezer05:09
*** lpetrut has joined #openstack-freezer05:35
*** yangyapeng has joined #openstack-freezer06:01
*** yangyape_ has joined #openstack-freezer06:01
*** yangyapeng has quit IRC06:06
*** yangyape_ has quit IRC06:10
*** lpetrut has quit IRC06:25
*** EinstCrazy has quit IRC06:25
*** yangyapeng has joined #openstack-freezer06:32
*** yuval has joined #openstack-freezer06:39
*** EinstCrazy has joined #openstack-freezer06:42
*** lpetrut has joined #openstack-freezer06:48
*** lpetrut has quit IRC07:17
*** yangyapeng has quit IRC07:34
*** yangyape_ has joined #openstack-freezer07:34
*** samuelBartel has joined #openstack-freezer07:36
*** daemontool_ has joined #openstack-freezer07:42
*** kelepirci has joined #openstack-freezer08:27
kelepircihello all08:28
yangyape_kelepirci: hi08:28
kelepirciit has been a while since my last visit to the channel. how are you guys doing?08:28
*** electrofelix has joined #openstack-freezer08:36
*** daemontool_ has quit IRC08:58
*** daemontool has joined #openstack-freezer08:59
*** lpetrut has joined #openstack-freezer09:00
*** daemontool has quit IRC09:11
*** daemontool_ has joined #openstack-freezer09:11
openstackgerritMemo Garcia proposed openstack/python-freezerclient: Fixed client creation when no os_backup_url is given  https://review.openstack.org/32345609:25
szaherguys can we merge this one https://review.openstack.org/#/c/32096409:50
*** daemontool_ has quit IRC10:00
*** yangyapeng has joined #openstack-freezer10:01
*** yangyapeng has quit IRC10:01
*** EinstCrazy has quit IRC10:03
*** yangyape_ has quit IRC10:04
m3m0guys can we merge this one https://review.openstack.org/#/c/323456/10:06
gahanJust tried both stable/liberty and stable/mitaka in virtualenv and both returned me an error: No handlers could be found for logger "elasticsearch.trace" (...) File "/usr/local/lib/python2.7/dist-packages/falcon/api.py", line 601, in _get_body \n body = body.encode('utf-8') \n AttributeError: 'dict' object has no attribute 'encode'10:10
gahanWhen trying to access the webui. I got further with latest master branch but couldn't create any jobs/actions.10:12
gahanAny workaround for api failure?10:12
gahanor - is there a branch of freezer-api that you'd recommend?10:14
szahergahan: Hi, Can you show me the content of this file in that case freezer_api/api/common/middleware.py10:14
szaherplz paste it here http://paste.openstack.org10:14
gahanszaher: http://paste.openstack.org/show/506877/10:16
gahanI'm simply running it using 'freezer-api' command, not wsgi10:16
gahan(tried both, same error)10:16
openstackgerritMemo Garcia proposed openstack/python-freezerclient: Fixed client creation when no os_backup_url is given  https://review.openstack.org/32345610:20
szahergahan: the problem is falcon upgraded their framework this deprecated some code we are using in freezer10:21
*** zhonghua has joined #openstack-freezer10:22
gahanszaher: can I downgrade falcon somehow?10:22
szaherthat patch solved the problem upstream10:22
szaherhttps://review.openstack.org/#/c/316808/610:22
szaherI am not sure if you will be able to backport it10:22
szaherbecause it was after we move to oslo config so you need to backport a lot of stuff !10:23
gahancan I use latest branch with openstack liberty?10:23
gahanor any other branch?10:23
szaherYou can try to force pip to install falcon lower version from the one you have and try again10:23
*** samuelBartel has quit IRC10:23
szaherI am not sure of using the master with liberty and mitaka you can try and let us know10:24
*** zhonghua-lee has quit IRC10:25
gahanI did yesterday and came across ``Critical TypeError: argument of type 'NoneType' is not iterable. File "/usr/local/lib/python2.7/dist-packages/freezer_api/api/common/middleware.py", line 69, in process_request if 'application/json' not in req.content_type:'' which you are aware of I believe.10:26
gahandowngraded to 0.3.010:29
gahannow API seems fine, I've ran into problems on the other side10:31
gahanI can see getting 200 OK in API and apache2/dashboard but trying any action ie. "+Create Job" all I get is "Loading"10:40
openstackgerritMerged openstack/freezer-api: Move to Paste and Paste-deploy  https://review.openstack.org/32096410:41
szahergahan: paste the logs plz10:41
gahanszaher: logs from where? API? apache2/dashboard?10:41
szaherapi10:41
gahan2016-06-01 10:41:01,146 elasticsearch INFO GET http://localhost:9200/freezer/clients/_search?from=0&size=500 [status:200 request:0.003s]10:42
gahan10.1.1.143 - - [01/Jun/2016 10:41:01] "GET /v1/clients/?limit=500&offset=0 HTTP/1.1" 200 1510:42
szahercomplete log plz on paste.open..10:42
gahanszaher: http://paste.openstack.org/show/506896/10:44
gahannot sure why it mentions mitaka, git checkout tells me it's liberty10:44
szaherI am not sure if you install the correct requirements.txt10:45
szaherdid you run freezer-db-init ?10:45
gahanI did it like 3 times today10:46
gahanstarting in a new container every timne10:46
gahanI did run10:46
gahanfreezer/backups MATCHES10:46
gahanfreezer/clients MATCHES10:46
gahanfreezer/jobs MATCHES10:46
gahanNumber of replicas matches. Current value is 210:46
szaherrun: pip freeze10:47
szahermake sure the requirements you have in requirements.txt match what you get from pip freeze10:47
gahaninstalled versions are mostly newer10:48
gahanhttp://paste.openstack.org/show/506898/10:49
gahanfalcon is 0.3.010:50
gahanmissed it10:50
szaheryou have to stick to requirements.txt otherwise behaviour is not guaranteed10:50
gahandowngrade all?10:50
gahanI didn't specify --upgrade when running pip install -r requirements.txt10:51
gahanit's pip's behaviour10:51
szahergahan: you installed freezer with mitaka for example then changed the repo to liberty and trying to run it !10:51
gahanszaher: I did not. I destroyed container, created a new one, a git clone -b stable/liberty ....10:52
m3m0szaher: ImportError: No module named oslo_middleware10:52
gahantry it yourself10:52
szaherfor installing freezer liberty version you have to git clone, git checkout liberty, then install !10:52
m3m0which version are we using?10:52
gahanszaher: the warning about mitaka you're seeing comes from keystonemiddleware. I've got 4.5.1, there's no capping in your requirements.txt10:57
gahanif I only knew it can't be <X.X.X I could install it right now and proceed10:58
gahan>X.X.X pardon10:58
gahanyou could add capping to requirements.txt so pip would know what to do in these circumstances10:59
gahanjust a suggestion10:59
openstackgerritMemo Garcia proposed openstack/python-freezerclient: Enforce content-type in request headers  https://review.openstack.org/32379311:00
szahergahan: I was trying to test freezer-api liberty version and it seems to be working with no issues with11:01
szaherme11:01
szaherwhat I did was11:01
szahervirtualenv freezer_api_liberty11:02
szahercd freezer_api_liberty11:02
szahersource bin/activate11:02
szahergit clone https://github.com/openstack/freezer-api11:02
szahercd freezer-api11:02
szahergit checkout origin/stable/liberty11:02
szaherpip install -r requirements.txt11:02
szaherpython setup.py install11:02
szaherfreezer-api 0.0.0.011:03
m3m0pip install -e . after cd freezer-api is better :)11:03
szaherI got the same mitaka warning but everything is working fine11:04
szaherm3m0: can you help gahan11:04
gahanI'm usng lxc not virtualenv11:04
gahanI never ran source bin/activate11:05
gahannot sure what that is11:05
gahanbut other than that I did exactly same as you11:05
gahannow I'm downgrading requirements according to requirements.txt11:06
gahanwell let's try virtualenv instead of lxc11:07
m3m0so, do you have a container for freezer-api right?11:07
gahanyeah11:07
m3m0in that container, what you should do, is to clone directly the branch you want to install11:08
gahanI did11:08
m3m0git clone -b mitaka https://github.com/openstack/freezer-api11:08
m3m0or stable/mitaka11:08
m3m0don't remember which one :P11:08
m3m0once is there11:09
gahanI did that11:09
m3m0pip install -e freezer-api11:09
m3m0this should install the requirenments and freezer-api11:09
m3m0did that?11:09
gahanafter downgrading python packages according to requirements.txt it wont start anymore11:10
gahanUnable to start server: 'API' object has no attribute 'add_error_handler'11:10
gahanI'll destroy the container and run above.11:11
m3m0is there a way you can rebuild the container before installing the requirenments?11:11
gahanyeah 3 minuets11:11
m3m0thanks, are you using zfs for lcx?11:11
m3m0lxc?11:11
gahanlxc11:11
gahanI'm creating the container through juju internal gui so it reflects the template that shipped with autopilot11:12
gahanok, so far11:13
gahan    1  git clone -b liberty https://github.com/openstack/freezer-api11:13
gahan    2  apt install -y git11:13
gahan    3  git clone -b liberty https://github.com/openstack/freezer-api11:13
gahan    4  git clone -b stable/liberty https://github.com/openstack/freezer-api11:13
gahanI've no pip installed. do you want me to do apt install python-dev and easy_install pip or apt install python-pip ?11:13
m3m0apt-install python-pip please11:14
gahanwhat about elasticsearch, can I use latest stable 2.3.0 ?11:14
gahanand Java 8 from Oracle?11:14
m3m0no, use 1.7.511:15
gahanok11:15
m3m0I'll recommend openjdk11:15
gahanok, I'm on elastic.co but 1.7.5 is not exactly listed11:16
m3m0I have never use java for this I always ose openjdk11:16
m3m0https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-511:17
gahanpip install -e freezer-api an error, Python.h is missing. I shall install python-dev then too11:17
m3m0apt-get install openjdk-7-jre11:17
m3m0mmmm yes :)11:17
m3m0sorry for missing that part11:17
gahanit's cool11:18
gahanso I re-run pip install -e freezer-api after installing python-dev and openjdk-7-jre, elasticsearch is running11:20
m3m0service elasticsearch start11:20
gahansince container has the same IP keystone details should be fine11:21
gahanyep11:21
m3m0freezer-db-init [db-host]11:21
m3m0wait wait11:21
m3m0follow this step: https://github.com/openstack/freezer-api/tree/stable/liberty#13-edit-config-file11:21
m3m0edit that file accordingly11:21
gahanokay11:21
gahandb-ini9t done11:23
gahanfile edited and placed in /etc11:23
gahanpip install -e freezer-api must have failed ImportError: No module named wrapt11:24
gahanor it's not listed11:24
m3m0if you type pwd what you get?11:25
gahan /root11:25
m3m0and freezer-api is on /root/freezer-api ?11:26
gahanyes11:26
gahannot sure why that module is missing11:27
m3m0try: pip install wrapt>=1.711:27
gahancould be because python-dev was installed after it ran once?11:27
gahank11:27
m3m0no, it shouldn't be a problem11:27
gahanok it's running11:27
m3m0did you create the mappings with db-init right?11:28
gahanyeah11:28
m3m0mmmkey :)11:28
gahanafter creating /etc/freezer-api.conf11:28
m3m0curl http://host:9090 what do you get?11:29
gahan{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}11:29
m3m0yep :)11:29
m3m0and curl http://host:9200/freezer/jobs/_search11:30
gahan{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}11:30
m3m0with the port 9200 ?11:30
gahanoops11:30
gahan{"took":2,"timed_out":false,"_shards":{"total":5,"successful":5,"failed":0},"hits":{"total":0,"max_score":null,"hits":[]}11:31
gahansorry missed that11:31
m3m0your api is ready sir/madame :)11:31
gahanI know it looks nice but from dashboard 'unable to get job'11:31
m3m0we can fix that11:32
m3m0but could you give me some time is my lunch break :)11:32
m3m0I need to eat11:32
gahancool11:32
gahanenjoy your meal11:32
gahanlunch here too .o/11:32
m3m0I'll ping you when I'm back11:33
gahancool, thanks11:35
*** openstackgerrit has quit IRC12:18
*** openstackgerrit has joined #openstack-freezer12:18
*** samuelBartel has joined #openstack-freezer12:28
* gahan is back12:36
m3m0gahan: sup12:39
gahanokay12:39
gahanwebui next?12:39
m3m0could you get the horizon logs?12:39
m3m0sure12:39
gahangit clone -b stable/liberty https://github.com/openstack/freezer.git12:40
gahangit clone -b stable/liberty https://github.com/openstack/freezer-web-ui.git12:40
gahanpip -e freezer ?12:40
gahanpip install...12:40
gahanI have a clean dashboard atm and no client12:41
gahanbut I think some previously installed python dependencies are still in /usr/local/lib/python2.7/dist-packages12:41
m3m0yeah, and the ui should be installed as well12:43
m3m0did you do the api registration?12:44
m3m0https://github.com/openstack/freezer-api/tree/stable/liberty#4-api-registration12:44
gahanyeah keystone stuff is done12:44
m3m0ok12:44
m3m0where is horizon installed? /ops/stack?12:45
gahan /usr/share/openstack-dashboard/12:45
m3m0cp freezer-web-ui/disaster_recovery/enabled/_5050_freezer.py  /opt/stack/horizon/openstack_dashboard/enabled/_5050_freezer.py12:46
m3m0just replace the second path12:46
gahanyep okay12:46
m3m0and be sure to be in the freezer-web-ui repo12:46
m3m0and then restart apache12:46
m3m0and after that restart apache12:47
gahanSo I get 500 now12:48
gahanfor dashboard12:48
gahanhttp://paste.openstack.org/show/506937/12:50
gahanscroll to the bottom for the apache2 logs12:50
gahanshould I run pip install -e freezer-web-ui to install distaster_recovery ?12:51
m3m0yes as well plase12:52
gahansame thing12:52
m3m0and try again with apache12:52
m3m0horizon is in its own lxc right?12:53
gahanhttp://paste.openstack.org/show/506938/12:54
gahanyeah12:54
gahan /usr/local/lib/python2.7/dist-packages/distaster_recovery doesn't exist12:54
gahanso I ran python setup.py install in freezer-web-ui instad12:55
m3m0sure, let's try that12:55
gahanhttp://paste.openstack.org/show/506939/12:56
gahanguess I have to do the same in freezer directory?12:57
m3m0yes :)12:57
gahanokay done12:57
m3m0works?12:58
gahanError: unable to get job12:58
gahanI've got the menu item12:58
m3m0ok, what the logs says?12:58
gahan[Wed Jun 01 12:57:53.632460 2016] [:error] [pid 38628:tid 140196367451904] WARNING:disaster_recovery.api.api:Could no get FREEZER_API_URL from config or Keystone12:59
gahan[Wed Jun 01 12:57:53.632565 2016] [:error] [pid 38628:tid 140196367451904] ERROR:disaster_recovery.utils:interface12:59
gahan[Wed Jun 01 12:57:53.633219 2016] [:error] [pid 38628:tid 140196367451904] Recoverable error: 'interface'12:59
gahanbefore I didn't have to hardcode it12:59
gahanso I'll add FREEZER_API_URL to /etc/openstack-dashboard/local_settings.py12:59
gahanFREEZER_API_URL = 'http://10.1.1.150:9090'12:59
gahanis that form correct? or /v1/ ?13:00
gahandifferent quotation marks?13:00
m3m0FREEZER_API_URL = 'http://10.1.1.150:9090' this one should work13:01
m3m0wondering why didn't get the info from keystone13:01
m3m0openstack user create --password-prompt freezer13:01
m3m0openstack role add --project <tenant> --user freezer admin13:01
m3m0openstack service create --name freezer --description "Freezer Backup Service" backup13:01
m3m0openstack endpoint create \13:01
m3m0--publicurl http://freezer_api_publicurl:port \13:01
m3m0  --internalurl http://freezer_api_internalurl:port \13:01
m3m0  --adminurl http://freezer_api_adminurl:port \13:01
m3m0  --region regionOne \13:01
m3m0  backup13:01
m3m0we can try this later but first the local_settings13:01
gahanfor me it's keystone ...13:01
gahanand I still have the copy of wjhat I typed13:01
m3m0yes, is the same, just keystone is deprecated in favor of openstack13:01
gahanso it's hitting the api13:03
gahan[Wed Jun 01 13:02:02.564075 2016] [:error] [pid 38824:tid 140003451848448] WARNING:disaster_recovery.api.api:Using hardcoded FREEZER_API_URL: http://10.1.1.150:909013:03
gahan[Wed Jun 01 13:02:02.718306 2016] [:error] [pid 38824:tid 140003451848448] ERROR:disaster_recovery.utils:[*] Error 500: A server error occurred.  Please contact the administrator.13:03
gahan[Wed Jun 01 13:02:02.719060 2016] [:error] [pid 38824:tid 140003451848448] Recoverable error: [*] Error 500: A server error occurred.  Please contact the administrator.13:03
gahan[Wed Jun 01 13:02:04.376602 2016] [:error] [pid 38825:tid 140003527382784] WARNING:py.warnings:RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated and will be removed in Django 1.9. Use the default `url` tag instead.13:03
gahanAPI has a prettier log, paste.openstack...13:03
gahanhttp://paste.openstack.org/show/506941/13:04
gahananything I can install on the API container to help it through?13:06
m3m0which version of falcon are you running in the api?13:07
gahan1.0.013:09
gahandowngrade to?13:09
gahan0.1.6?13:10
m3m0yes please13:10
gahanso I did and it won't start now13:11
gahanUnable to start server: 'API' object has no attribute 'add_error_handler'13:11
gahanI tried 0.3.0 and it's up13:11
m3m0ok, do you get the same error "unable to get jobs"13:12
gahannope I can go inti jobs13:12
m3m0:)13:12
gahan10.1.1.143 - - [01/Jun/2016 13:10:53] "GET /v1/jobs/?limit=100&offset=0 HTTP/1.1" 200 1213:12
gahanCreate Job: 10.1.1.143 - - [01/Jun/2016 13:11:22] "GET /v1/clients/?limit=500&offset=0 HTTP/1.1" 200 1513:12
gahanbut it is just Loading13:12
gahanand apache2 logs says13:12
gahan[Wed Jun 01 13:11:23.362824 2016] [:error] [pid 38825:tid 140003527382784] WARNING:py.warnings:RemovedInDjango19Warning: `request.REQUEST` is deprecated, use `request.GET` or `request.POST` instead.13:12
gahan[Wed Jun 01 13:11:23.363030 2016] [:error] [pid 38825:tid 140003527382784] WARNING:py.warnings:RemovedInDjango19Warning: `MergeDict` is deprecated, use `dict.update()` instead.13:12
gahan[Wed Jun 01 13:11:23.369793 2016] [:error] [pid 38825:tid 140003527382784] WARNING:disaster_recovery.api.api:Using hardcoded FREEZER_API_URL: http://10.1.1.150:909013:13
m3m0are you using chrome?13:13
gahanjust warnings13:13
gahanyeah13:13
gahanpull up console?13:13
m3m0could you check the developer tools (f12)13:13
m3m0and check the network13:13
m3m0you should reload I guess13:13
gahanI've got two red upon clicking the button13:13
gahan40413:13
gahanone is13:14
gahanThe requested URL /static/freezer/js/vendor/moment.js was not found on this server.13:14
m3m0yep, I know what it is13:14
gahanthere's another red one bug has no preview and it is named bootstrap-datetimepicker...13:14
gahannpm install moment somewhere?13:15
m3m0no no, should be provided by freezer-web-ui13:15
m3m0I've seen this13:15
m3m0the django path get's messed up13:15
gahananyway to fix it?13:16
gahancan try newer ui13:16
m3m0yes, we need to move the static file to a new path13:16
gahanok13:16
gahanso the 404 is for Request URL:http://10.1.1.143/static/freezer/css/bootstrap-datetimepicker.min.css13:17
gahanand http://10.1.1.143/static/freezer/js/vendor/moment.js13:17
m3m0yes, without them the page will never load13:17
gahan/usr/local/lib/python2.7/dist-packages/disaster_recovery/static/freezer13:18
gahanthe files are in there13:18
m3m0we need to move that folder where the static horizon files are, in the meantime I submit a patch to fix this13:18
gahanaha13:18
openstackgerritJonas Pfannschmidt proposed openstack/freezer: WIP: First scenario test  https://review.openstack.org/32059113:19
gahanI have /usr/share/openstack-dashboard/static13:19
gahanso I'll just copy the dir over13:20
m3m0could you: cp /usr/local/lib/python2.7/dist-packages/disaster_recovery/static/freezer /usr/share/openstack-dashboard/static13:20
m3m0yes13:20
gahandone13:20
gahannow I have the little Job Configuration13:20
m3m0you can see the modal window now?13:20
gahanyeah13:20
m3m0ok, that should be the last bit13:20
gahanwhere do I start to make a sample backup of an instance?13:20
gahando I create a client first or?13:21
m3m0now, the client is freezer running in a host (container, vm, bare metal)13:25
m3m0is an agent, so it needs to be installed13:25
gahanI'd like to have backups on a specific node (with biggest storage, which happens to be the same one that is running API)13:26
m3m0do you mind reading this format? https://review.openstack.org/#/c/312694/7/doc/source/scheduler.rst13:27
m3m0it's a patch will all the docs currently on review13:27
gahanthat format is fine13:28
gahancan I install scheduler on the same host as API and expect that local path for the jobs will be then local path where scheduler is running?13:28
m3m0yes, you can13:29
m3m0you should check this as well: https://review.openstack.org/#/c/312694/7/doc/source/concepts.rst13:29
gahanI used freezer-agent before, that was easiest to start off with13:30
openstackgerritOpenStack Proposal Bot proposed openstack/freezer: Updated from global requirements  https://review.openstack.org/31505513:47
openstackgerritOpenStack Proposal Bot proposed openstack/freezer-api: Updated from global requirements  https://review.openstack.org/28869913:47
gahanm3m0: difficulties registering scheduler. what's the minimum amount of information it needs?14:00
gahanI exported all environment variables like in the example but register is just hanging14:01
gahan(freezer-scheduler register that is)14:01
m3m0 does it says anything?14:01
gahannope just hanging14:01
m3m0is it on the same lxc right?14:02
gahanyeah14:02
gahanhttp://paste.openstack.org/show/506961/14:07
gahanexported OS_BACKUP_URL as well and it's also 50314:07
m3m0what happens if you do freezer-scheduler client-list14:09
gahanit hangs14:09
gahanshould I ^C register first?14:09
*** yangyapeng has joined #openstack-freezer14:09
gahanI restarted the api14:09
gahanand did client-list14:09
gahancomes back empty table14:10
gahanwith three columns, client_id, hostname, description14:10
m3m0do the client-register again14:12
gahanit looks the same14:13
gahanjust hanging14:13
gahanit's blocking Web UI as well14:14
gahannot all of it but the freezer part14:14
gahanshould I try a newer client?14:15
gahanor should this work?14:15
gahanthe ui is frozen until I press ctrl+c in API14:16
gahanI'd paste you the output in freezer-api after  ctrl+c is pressed but paste.openstack.org is hanging for me14:18
gahanoh it's back14:19
gahanhttp://paste.openstack.org/show/506973/14:20
gahannot sure if that helps at all14:21
gahanso without a client I can't really schedule anything, which would render web ui useless?14:28
*** jonaspf has quit IRC15:01
*** jonaspf has joined #openstack-freezer15:02
gahanm3m0: any ideas?15:02
gahanm3m0: I tried lastest branch in virtualenv but behaviour is the same15:02
m3m0sorry I was in a meeting15:03
m3m0let me read15:03
*** yuval has quit IRC15:04
gahanCan't create action either, elasticsearch WARNING PUT /freezer/actions/8de176060f54468db1aeef902adee956?version=0 [status:503 request:60.003s]15:30
gahanevery time api when a post request fails15:31
gahanevery time api *hangs* when a post request fails15:31
openstackgerritJonas Pfannschmidt proposed openstack/freezer: WIP: First scenario test  https://review.openstack.org/32059115:32
openstackgerritJonas Pfannschmidt proposed openstack/freezer: Move docs from readme to docs/source and docs.openstack.org  https://review.openstack.org/31269415:49
gahan# freezerc --nova-inst-id b68fcf29-1c84-44af-b98b-ed86b02b9713 --file-to-backup /etc/bind --storage local --container . --backup-name zones_backup --action backup16:00
gahan[*] Critical Error: 'Namespace' object has no attribute 'client_manager'16:00
gahanis it impossible to locally backup a dir within an instance?16:00
*** zhangjn has quit IRC16:17
*** zhangjn has joined #openstack-freezer16:19
*** samuelBartel has quit IRC16:42
*** zhangjn has quit IRC17:17
*** zhangjn has joined #openstack-freezer17:18
*** electrofelix has quit IRC17:39
*** zhangjn has quit IRC17:49
*** zhangjn has joined #openstack-freezer17:51
*** lpetrut has quit IRC18:28
*** lpetrut has joined #openstack-freezer18:30
*** lpetrut has quit IRC18:40
*** lpetrut has joined #openstack-freezer19:26
*** lpetrut has quit IRC20:08
*** lpetrut has joined #openstack-freezer20:27
*** lpetrut has quit IRC22:27
*** saggi1 has joined #openstack-freezer22:49
*** saggi1 has quit IRC22:49
*** ksmutthu has joined #openstack-freezer23:28
openstackgerritClenimar Filemon proposed openstack/freezer-api: Request service token using identity v3  https://review.openstack.org/30474223:51

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