Thursday, 2016-02-25

*** dschroeder has quit IRC00:36
*** yangyapeng has joined #openstack-freezer01:09
*** yangyapeng has quit IRC01:12
*** EinstCrazy has joined #openstack-freezer01:20
*** zhangjn has quit IRC01:32
*** yangyapeng has joined #openstack-freezer01:34
*** zhangjn has joined #openstack-freezer01:37
*** reldan has quit IRC02:26
jith_hi all, i have installed freezer in debian....what is the command to take backup of mysql? is it ?? freezerc --file-to-backup /var/lib/mysql/backup_db --backup-name mysql-bkp05:40
openstackgerritEinst Crazy proposed openstack/freezer: fix some rst syntax error of code block  https://review.openstack.org/26681306:44
jith_vannif: thanks: so i dont need to use the mode option ?? --mode mysql??  so is it enough to give " freezerc --file-to-backup /var/lib/mysql/backup_db --backup-name mysql-bkp"07:37
jith_or I can use this?? freezerc --mysql-conf /root/.freezer/freezer-mysql.conf --mode mysql07:39
jith_--backup-name mysql-bkp07:39
jith_mysql.conf contains username password and all...07:39
jith_which one is right?07:39
*** reldan has joined #openstack-freezer09:02
*** Slashme_ has joined #openstack-freezer09:09
*** Slashme_ has quit IRC09:14
*** yangyapeng has quit IRC09:21
*** reldan has quit IRC09:23
*** yangyapeng has joined #openstack-freezer09:35
vannifthe --mysql-conf is used to interact with the mysql db (to lock/unlock the tables). If you don't need to to that (because the db is not running) then you don't need that parameter and you can simply backup /var/lib/mysql as any other directory09:42
*** reldan has joined #openstack-freezer09:56
jith_vannif thanks09:57
vannifyou're welcome09:57
jith_vannif:Execute a mysql backup with nova means, taking backup of that nova instance??09:58
jith_i want to take mysql backups of nova instances from controller09:58
*** EinstCrazy has quit IRC10:07
*** daemontool has joined #openstack-freezer10:07
*** EinstCrazy has joined #openstack-freezer10:07
daemontoolhi10:07
*** EinstCrazy has quit IRC10:12
*** yangyapeng has quit IRC10:12
openstackgerritFabrizio Vanni proposed openstack/freezer: enable output of metadata to a file  https://review.openstack.org/28462910:13
daemontoolbe back in 5 min10:16
*** daemontool has quit IRC10:21
*** daemontool has joined #openstack-freezer10:24
daemontoolall set up for the source cod walkthrough today?10:25
daemontoolwe are going to upload the video on youtube :)10:25
m3m0all: https://plus.google.com/u/0/events/cokj2l69dccerabnna3echnrgjk10:39
openstackgerritEldar Nugaev proposed openstack/freezer: Removing defaults values from cli.  https://review.openstack.org/28463710:41
jith_hi all.. in the freezer git document i saw a step like "Execute a mysql backup with nova" means, taking backup of that nova instance along with mysql?? or taking backup of mysql only?10:49
openstackgerritEldar Nugaev proposed openstack/freezer: Removing defaults values from cli.  https://review.openstack.org/28463710:50
daemontooljith_, before executing the nova snapshot and then backup the image, freezer flush the mysql db in order to have data consistent backup, same for cinder10:50
jith_daemontool: thank but i didnt get correctly.. from controller side we will execute the following command?? """freezerc --mysql-conf /root/.freezer/freezer-mysql.conf10:53
jith_--container freezer_mysql-backup-prod --mode mysql10:53
jith_--backup-name mysql-ops00210:53
jith_--nova-inst-id 3ad7a62f-217a-48cd-a861-43ec0a04a78b""10:53
jith_so that it will take backup of mysql in that instance??10:53
jith_sorry if my question is miserable.. i dont get the meaning exactly10:53
daemontooljith_,  it's not miserable at all and sorry if the documentation is not clear10:54
daemontoolyes10:54
daemontoolit will use the nova api to take the backup so it is not incremental10:54
daemontoolbnut before taking the backup using the nova api endpoint, the freezer-agent execute10:54
daemontoola flush of the mysqld10:55
daemontoolon that instance10:55
daemontoolso the freezer-agent command10:55
daemontoolneeds to be executed within the vm10:55
daemontoolreldan, implemented it and can give you more details10:55
daemontooljith_,  in a bit there's the freezer-agent source code walkthrought10:55
daemontoolyou can ask questions there too if you want10:55
daemontoolit will be recorded10:56
daemontoolthe difference is that if in your vm you are runnning mysql10:56
daemontoolyou have a data consistent backup vs a crash consistent10:56
jith_daemontool: thanks... data consistent backup is nova withmysql ??10:57
jith_so we cant take backup of mysql from outside?10:58
daemontoolyes, and nope11:03
daemontoolas far as I know11:04
daemontoolnope11:04
daemontoolbut I think you can set the host11:04
jith_using freezer scheduler?11:04
daemontoolin the mysq.conf11:04
jith_yes11:04
daemontoolyou can use the scheduler or standalone11:04
daemontoolI've never tried it11:04
daemontooltry and let us know :)11:04
daemontoolbut I'd try before locally11:04
daemontoolto see if everything works well in your environment11:05
jith_sure thanks... but to try locally no need to have this nova_inst id right???  simply i can give " freezerc --mysql-conf /root/.freezer/freezer-mysql.conf11:06
daemontoolI'd try with the agent first11:06
jith_--container freezer_mysql-backup-prod --mode mysql11:06
jith_--backup-name mysql-ops002"11:06
daemontoolyou need to pass the arg also --path-to-backup /var/lib/mysql11:07
daemontooland it will backup only /var/lib/mysql, after flushed the mysql db11:07
daemontooldo you have lvm ?11:07
daemontoolif you have lvm11:07
daemontoolyou can take lvm snapshot automatically also11:07
daemontool--snapshot11:07
jith_daemontool: thanks.. i got little... ur explanation is clear... but i have to look more into it11:09
daemontoolok let us know if anything is needed11:10
daemontooldo you have /var/lib/mysql on a cinder vol?11:10
jith_freezer will work only with keystone?? wont it work as a standalone... because when I installed seperately, It promted  to set environment variable11:10
jith_no..  :(11:10
jith_means in a normal ubuntu machine... i cant use freezer to take backups of local mysqls?11:11
*** slashme has quit IRC11:11
jith_for learning purpose i tried11:12
daemontooljith_,  yes11:12
daemontoolbut you have to use --storage ssh11:12
daemontooland provide ssh host, user and key path11:13
jith_oh ok fine.. thanks11:13
daemontoolyou can also upload the data to both swift and ssh11:13
daemontoolin parallel11:13
daemontoolthen restore from the one you have avaialble11:13
daemontooljith_,  you feedback is very valuable11:13
*** slashme has joined #openstack-freezer11:14
daemontoolproject is quite new, so we need a lots of inputs and improvements :)11:14
jith_daemontool:oh thanks :)11:34
*** EinstCrazy has joined #openstack-freezer11:43
jith_daemontool: in scheduler we can write jobs to take periodic backups?11:43
daemontooljith_,  yes11:43
jith_when is the code review?11:47
daemontooljith_,  https://plus.google.com/u/0/events/cokj2l69dccerabnna3echnrgjk11:47
daemontoolthere's also an email on the openstack ml11:47
jith_daemontool: ok thanks11:48
m3m0reldan are you here?11:51
reldanyes11:51
m3m0we have the code walkthrough today at 1, are you showing the agent?11:51
reldanI don’t know. I can show something. Do we have skype call?11:52
daemontoolreldan,  the agent would be good11:53
daemontoolhttps://plus.google.com/u/0/events/cokj2l69dccerabnna3echnrgjk11:53
reldandaemontool: I see the link, but how to create chat?11:54
reldandaemontool: I can say about storage, engine and cinder/nova11:54
reldandaemontool: but i’m not sure in my knowledge about lvm, new config and windows11:54
daemontoolm3m0,  do you want to explain the windows part when it comes there?11:55
daemontoolszaher, ping11:55
daemontoolwho did the config part?11:55
m3m0I'm looking how to do that, if anyone know speak now or forever hold your peace11:55
daemontoolszaher, ?11:55
szaherdaemontool pong12:00
daemontoolszaher,  did you implement the new config thing?12:01
szaherYes12:01
szaherI can go through it if you want12:01
daemontoolcan you guys get together 15 minutes there and split the things to say in the source code walkthroug?12:01
daemontoollike szaher  config, m3m0  windows, reldan everyting else on the freezer-agent?12:01
daemontoolsounds?12:01
daemontoolreldan,  is that ok for you?12:02
m3m0yep agree12:02
m3m0so, I'm going to create a call in hangouts and send the link for people to join the call,12:02
daemontoolbut get together 10 minutes anyway12:02
daemontoolok12:02
m3m0i'll send you the link and let me know if you can get in12:03
*** reldan has quit IRC12:05
m3m0could yoy get in here? https://hangouts.google.com/call/p3n3iq3kr5hwtiqj4uvtydegh4a12:07
m3m0https://hangouts.google.com/call/f56yu375pvfqpjnldog7nbnmyaa12:07
m3m0the second link12:07
daemontoolm3m0,  yes Ic an12:09
daemontoolsend by email the link12:09
daemontoolon the openstack ml12:09
daemontoolas reply12:09
daemontoolto the previous one12:09
*** reldan has joined #openstack-freezer12:11
m3m0yo guys permanent link12:11
m3m0https://hangouts.google.com/call/dokkh2bkxrfmfoqcjw6gkiqijua12:11
reldandaemontool: I don’t know lvm and code around lvm is really complicated12:11
daemontoolok if vannif  cannot do it I'll do it12:13
daemontoolping -s 1500 -f vannif12:14
daemontoolis vannif  there?12:14
openstackgerritFausto Marzi proposed openstack/freezer-api: Switch to testr from pytest  https://review.openstack.org/26095012:22
m3m0does anyone know how to record a google hangout?12:25
daemontoolno idea12:25
daemontoolwe need to find some plugin probably?12:25
*** jonaspf has joined #openstack-freezer12:28
daemontoolm3m0,  is vannif  there?12:31
m3m0yes but don't know where he is atm12:32
daemontooldoes he know he has to source walk the lvm part?12:32
daemontoolyes he knows, all good12:33
daemontoolreldan,  m3m0  you should organize who drive it12:34
daemontoolreldan,  I think probably it make sense if you do it12:34
daemontoollike when the option is there, szaher  goes12:35
daemontoolwhen windows code is there m3m0  goes12:35
daemontoollvm -> vannif12:35
daemontoolsounds good?12:35
reldandaemontool: Ok, no problem12:35
vannifhere I am.12:36
vannifok12:36
daemontoolbrilliant12:36
daemontoolvannif,  all clear?12:36
daemontoolm3m0,  did you find a way to register?12:37
*** yangyapeng has joined #openstack-freezer12:37
openstackgerritFausto Marzi proposed openstack/freezer-api: Switch to testr from pytest  https://review.openstack.org/26095012:40
*** daemontool_ has joined #openstack-freezer12:43
*** daemontool has quit IRC12:46
*** daemontool_ has quit IRC12:47
dmelladom3m0: did you check this about the hangout?12:53
dmelladohttp://kimgarst.com/step-by-step-how-to-record-google-hangouts12:53
dmelladothere might be a 15 min limit, thought12:53
m3m0what should we do?12:57
yangyapeng:)12:58
yangyapeng21:00 ??12:59
m3m0etherpard for the code walkthrough13:00
m3m0https://etherpad.openstack.org/p/freezer_code_walkthrough13:00
*** daemontool has joined #openstack-freezer13:01
EinstCrazyping zhangjn13:01
yangyapengping EinstCrazy13:02
EinstCrazy:)13:02
daemontoolm3m0,13:03
zhangjnI here13:03
zhangjnuse hangouts?13:03
daemontoolyes13:03
daemontoolI'm in13:03
daemontoolcan't see others13:04
zhangjnI can't visit google in chia.13:04
zhangjnchina13:04
daemontoolah shut....13:04
zhangjnuse cisco webex?13:04
daemontoolwe are recording it zhangjn13:04
daemontoolwe don't have it13:04
daemontoolfor the future yes13:04
daemontoolwe'll use that13:04
daemontoolapologize13:04
daemontooldidn't know that13:04
daemontoolm3m0,  ??13:05
zhangjnI have a cisco webex account13:05
szaherhttps://hangouts.google.com/hangouts/_/event/cokj2l69dccerabnna3echnrgjk13:05
yangyapengI have to use the global VPN13:05
szahersorry join this one https://plus.google.com/hangouts/_/hoaevent/AP36tYeCYbeLPLRFolLHC3JwalYKv2jWaA-if17K-P8lUdvzbxdPuw?hl=en&authuser=013:05
daemontoolI'm in13:06
szaherdaemontool: Yes we can see you :)13:08
*** yangyapeng has quit IRC13:08
*** yangyapeng has joined #openstack-freezer13:09
daemontoolanyone registering?13:09
daemontools/registering/recording/13:10
EinstCrazymy net seems to be unstable, it reconnect frequently13:10
daemontool:(13:11
szaherdaemontool: there is no clear way to record but we are using Hangouts air to live stream it on youtube and we hope it's being recorded http://youtu.be/G8nG5l8u5Yg13:11
daemontoolszaher,  ok ty13:11
zhangjntry https://demo.webex.com.cn/join/caihui713:12
*** fabv has joined #openstack-freezer13:12
zhangjnlive meeting use webex,:)13:12
daemontoolzhangjn, next time we'll do it for sure13:12
zhangjnOK13:12
*** yangyape_ has joined #openstack-freezer13:13
zhangjnuse youtube live stream :)13:14
daemontoolhere https://www.youtube.com/watch?v=G8nG5l8u5Yg&feature=youtu.be :)13:14
*** yangyapeng has quit IRC13:16
daemontoolszaher,  well done13:18
daemontoolszaher,  your turn?13:21
EinstCrazywell, I think I will be hardly to catch you, for the net is so terrible. Does the record will be available tomorrow?13:21
daemontoolI think so13:24
daemontoolEinstCrazy,  can you see it here https://www.youtube.com/watch?v=G8nG5l8u5Yg&feature=youtu.be ?13:24
EinstCrazyWell , I've try it. But I can't here anything13:26
EinstCrazyAnd frame skip13:26
daemontoolah.. mmmhhhh13:27
yangyape_I can't access now,I need to adjust the network next time13:27
daemontoola pity cause we where doing this mainly for you guys13:27
daemontoolso on the next one13:27
daemontoolwe can start like 20 minutes earlier13:27
daemontooluse the web ex13:27
daemontooland refresh the agent part?13:28
daemontoolsounds resonable?13:28
EinstCrazyThank you. We'll see the video tomorrow. And if there come any question, we'll ask you for help.13:29
daemontoolEinstCrazy,  btw the audio should be avaialble from the youtube video...13:29
daemontooltry to watch it13:29
daemontoolafter it's finished13:29
daemontoolbut anyway we'll do another session if needed13:29
EinstCrazyyes13:30
yangyape_:(13:30
dmelladodaemontool: gotta run, this is being recorded, isn't it?13:41
dmelladoworst case I'll try to record locally13:41
m3m0yes it is recorded dmellado13:42
dmelladoawesome, thanks for making this m3m0! ;)13:42
daemontooldmellado,  yes13:43
dmelladobtw just as a suggestion, for the code part at first I found myself going file after file13:44
dmelladoso maybe it'd be great if there was an agenda with the 'key files' xD13:44
daemontooldmellado,  ok13:44
daemontoolgood thinking13:44
daemontoolty13:44
dmelladothanks!13:44
zhangjnthanks13:45
m3m0we are going to delay freezer meeting 15 min due to freezer code walkthrough at https://plus.google.com/hangouts/_/hoaevent/AP36tYeCYbeLPLRFolLHC3JwalYKv2jWaA-if17K-P8lUdvzbxdPuw?hl=en&authuser=013:57
*** daemontool_ has joined #openstack-freezer13:59
*** ddieterly has joined #openstack-freezer14:00
*** daemontool has quit IRC14:02
szaherEinstCrazy: https://www.youtube.com/watch?v=G8nG5l8u5Yg&feature=youtu.be is mute by default you have to enable it yourself14:02
ddieterlyis there a mtg today?14:03
daemontool_it was brilliant ty guys14:05
daemontool_ddieterly, yes14:05
daemontool_we delayed of 15 minutes14:05
daemontool_as there was14:05
daemontool_the source code walk thru session14:05
daemontool_until now14:05
reldanThank you! could you please give me a ling on meeting room?14:05
ddieterlyok14:05
reldanlink14:05
zhangjn#openstack-meeting-alt14:06
daemontool_ddieterly,  you can  see it from here  https://www.youtube.com/watch?v=G8nG5l8u5Yg&feature=youtu.be14:06
reldanthank you14:06
m3m0ddieterly: can you back me up for 20 min in the other room?14:06
ddieterlyok14:06
szaherOk now you can find the video here https://www.youtube.com/watch?v=G8nG5l8u5Yg14:10
daemontool_ddieterly,  the meeting is on #openstack-meeting-alt14:11
*** fabv has quit IRC14:13
frescofso, let's merge this ---> https://review.openstack.org/#/c/27668515:01
yangyape_ping EinstCrazy zhangjn15:01
EinstCrazyyes15:01
daemontool_zhangjn,  yangyape_ EinstCrazy  who's the most versatile with devstack amongst you?15:01
daemontool_https://review.openstack.org/#/c/260950/ dsvm failing there15:02
daemontool_I'm working on it but if you have any input15:02
daemontool_that'd be good15:02
EinstCrazyzhangjn may is the most verstile with devstack15:02
daemontool_zhangjninja :)15:03
zhangjnI just to install freezer,  but it's not work.15:03
yangyape_zhangjn  :)15:03
daemontool_let me know if you spot anything there15:03
reldandaemontool_: I also have problem with dsvm https://review.openstack.org/#/c/284637/15:04
*** reldan has left #openstack-freezer15:05
zhangjnI have to go, bye.15:05
*** reldan has joined #openstack-freezer15:05
EinstCrazyso, we need to fix the dsvm fail15:06
zhangjnI can research and fix it.15:07
zhangjnI am online, but i have to go asleep, bye.15:08
yangyape_bye15:08
EinstCrazybye15:09
*** daemontool__ has joined #openstack-freezer15:11
*** ddieterly has quit IRC15:13
*** daemontool_ has quit IRC15:14
*** fabv has joined #openstack-freezer15:43
*** reldan has quit IRC15:47
*** reldan has joined #openstack-freezer15:54
*** dschroeder has joined #openstack-freezer16:02
*** daemontool__ has quit IRC16:16
EinstCrazythe fail maybe come from ansible16:26
*** EinstCrazy has quit IRC16:46
*** reldan has quit IRC17:03
*** reldan has joined #openstack-freezer17:34
*** fabv has quit IRC17:54
*** reldan has quit IRC18:04
*** reldan has joined #openstack-freezer18:18
*** reldan has quit IRC18:31
*** reldan has joined #openstack-freezer18:43
*** fabv has joined #openstack-freezer19:31
*** ddieterl_ has joined #openstack-freezer19:44
ddieterl_anyone know where the instructions for running the integration tests for freezer-api are?19:49
*** ddieterl_ is now known as ddieterly_19:49
*** ddieterl_ has joined #openstack-freezer20:03
*** ddieterly_ has quit IRC20:05
*** fabv has quit IRC20:23
*** ddieterl_ has quit IRC21:02
*** ddieterly has joined #openstack-freezer21:04
*** daemontool has joined #openstack-freezer21:05
*** ddieterly has quit IRC21:09
*** daemontool has quit IRC21:48
*** ddieterly has joined #openstack-freezer21:53
*** daemontool has joined #openstack-freezer22:17
*** reldan has quit IRC23:37
*** ddieterly has quit IRC23:47
*** reldan has joined #openstack-freezer23:52

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