Friday, 2016-03-11

*** yangyape_ has quit IRC00:05
*** openstackgerrit_ has quit IRC00:23
*** openstackgerrit_ has joined #openstack-freezer00:25
*** dschroeder has quit IRC00:39
*** ddieterly has joined #openstack-freezer00:44
*** openstackgerrit_ has quit IRC00:48
*** openstackgerrit_ has joined #openstack-freezer00:49
*** EinstCrazy has joined #openstack-freezer00:51
*** EinstCrazy has quit IRC00:54
*** ddieterly has quit IRC01:01
*** yangyapeng has joined #openstack-freezer01:11
*** yangyapeng has quit IRC01:15
*** reldan has quit IRC01:18
*** yangyapeng has joined #openstack-freezer01:22
*** yangyape_ has joined #openstack-freezer05:48
*** yangyapeng has quit IRC05:49
*** daemontool__ has quit IRC05:52
*** openstackgerrit_ has quit IRC06:17
*** openstackgerrit_ has joined #openstack-freezer06:18
*** EinstCrazy has joined #openstack-freezer06:20
*** EinstCrazy has quit IRC06:23
yangyape_ping vannif08:37
*** reldan has joined #openstack-freezer08:58
*** reldan has quit IRC09:11
*** reldan has joined #openstack-freezer09:15
*** daemontool has joined #openstack-freezer09:16
*** reldan has quit IRC09:28
yangyape_hi daemontool09:31
yangyape_ping  daemontool09:31
*** reldan has joined #openstack-freezer09:32
*** reldan has quit IRC09:37
daemontoolyangyape_, yes09:39
daemontoolhi09:40
daemontool:)09:40
*** daemontool_ has joined #openstack-freezer10:02
*** chenzeng has quit IRC10:02
*** daemontool has quit IRC10:06
yangyape_daemontool_:  I see a question to see the scheduler10:08
yangyape_#1. freezer-scheduler start , that  not auto create '/etc/freezer/scheduler/conf.d' dir10:09
*** reldan has joined #openstack-freezer10:10
yangyape_#2. fun get_job   save_job_to_disk is ok. but when  exec  the command "scheduler job-delete"  the file of it have been save to disk like 'job_eb191e1bc219432685370e8c93075ed2.conf' , it can not  be deleted auto.10:13
yangyape_#3. I think the function do_job_list shoud add row the level10:14
yangyape_#4. I don't understand the '# action', If I can explain    thank10:15
slashme# action is the number of actions in you job10:20
daemontool_yangyape_, good points10:27
daemontool_yangyape_, are you interested on implementing that considerations?10:29
daemontool_vannif, do you have any comments?10:30
daemontool_by other side, the TC requested to all the services10:30
daemontool_to tag rc1 by EOD10:30
daemontool_so python-freezerclient and rsync will be part of Newton10:33
*** samuelBartel has joined #openstack-freezer10:36
*** yangyapeng has joined #openstack-freezer10:37
*** yangyape_ has quit IRC10:40
daemontool_ping -f -s 1500 vannif10:40
*** yangyapeng has quit IRC10:41
*** daemontool__ has joined #openstack-freezer10:43
*** daemontool__ is now known as daemontool10:45
*** daemontool_ has quit IRC10:46
*** daemontool_ has joined #openstack-freezer11:16
*** daemontool has quit IRC11:19
vannifhi11:20
vannif#1, creation of config dir. good point11:21
vannifwill check #2 as well11:21
vannifactually the scheduler has not been heavily used without api. That part needs some care.11:22
vannif#3, what do you mean ?11:22
daemontool_vannif, are you ready for the source code walkthrough?11:41
*** reldan has quit IRC11:48
*** EinstCrazy has joined #openstack-freezer11:48
*** reldan has joined #openstack-freezer12:06
m3m090101712:07
openstackgerritFabrizio Vanni proposed openstack/freezer: list backups stored in API  https://review.openstack.org/27735212:08
slashmeWindows Password !12:08
slashmethx m3m012:08
m3m0facebook :(12:08
daemontool_m3m0,  c'mon you can't have the same pwd for facebook and your bank account12:09
daemontool_lol12:09
openstackgerritSaad Zaher proposed openstack/freezer-api: Updating freezer-api elk mappings  https://review.openstack.org/28848612:24
*** yangyapeng has joined #openstack-freezer12:42
daemontool_reldan,  ping13:02
reldandaemontool_: Yes13:02
daemontool_need some help with the rsync stuff13:02
daemontool_one sec13:03
reldanyes, sure13:03
daemontool_we execute a TarCommandBuilder here13:05
daemontool_https://github.com/openstack/freezer/blob/master/freezer/engine/tar/tar_engine.py#L5513:05
reldanyes13:09
daemontool_ok it's refactored now13:09
daemontool_it was also in freezer/backup.py13:09
daemontool_andI wasn't understanding13:10
daemontool_let me rebase13:10
reldanI suppose there shouldn’t be much changes in tar_engines13:10
daemontool_nope13:12
daemontool_but I'd found very similar code in tar_engines13:13
daemontool_also in backup.py13:13
daemontool_and I wan't understanding why13:13
daemontool_all, today I'm going to tag rc113:13
daemontool_EOD13:14
reldanIn backup.py there was a code that creates engine13:14
reldanor executes cinder/nova13:14
daemontool_there was a TarCommandBuilder twice13:15
reldanbut anything tar related is in engine/tar13:15
daemontool_ok13:15
reldanprobably one for backup and one for restore13:15
daemontool_anyway it wasn't that important13:15
daemontool_just wanted to understand13:15
daemontool_why13:15
daemontool_probably yes13:15
reldandaemontool_: And we have openssl and tar code intermixed13:15
daemontool_yes13:15
reldanand I don’t know a good solution to resolve it13:15
reldanBecause I can imagine a engine that will not run any cmd command13:16
daemontool_a good solution would be to implement13:16
reldanjust native pythong backup13:16
daemontool_--listed-incremental from tar binary13:16
daemontool_in tar_file module in python13:16
daemontool_tarfile13:16
daemontool_and get rid of tar binary13:16
reldanyes I suppose so13:16
daemontool_so we can get rid of all the binaries13:16
daemontool_like openssl13:16
daemontool_and use the other crypto and compressing module13:17
daemontool_so we wouldn't not even need13:17
daemontool_the binary for windows13:17
reldanBut anyway you should meet this problem.13:17
daemontool_it would be the same code13:17
reldanwith rsync13:17
reldanbacause tar and openssl go together now13:17
reldanor just have rsync without openssl13:17
reldanand then solve it13:18
daemontool_I was thinking about13:18
daemontool_rsync + https://cryptography.io/en/latest/13:18
daemontool_rsync -> pipe -> crypto13:18
daemontool_and the other way around for restore13:18
daemontool_reldan,  that would be really cool13:19
daemontool_listed-incremental as tarfile extension13:19
reldanYes agree with you13:19
daemontool_that's a challenge for an hardcore dev like you13:19
daemontool_ferhat, ping13:20
reldanIf you want I can do it, but now I am afraid a little bit to change code in engine. Because it may bring you additional problems13:20
daemontool_let's finish rsync first13:20
reldanProbably it is better to merge rsync13:20
reldanyes13:20
reldanand then let’s change it to pipe13:20
daemontool_yes13:20
daemontool_so we can have 1 thread that do the rsync stuff, and the other can encrypt13:21
daemontool_like it is happening now with tar + gzip + openssl13:21
daemontool_under the hood13:21
daemontool_I thin kalso we need to have a settings.py13:25
daemontool_and place all the constants there13:25
openstackgerritFausto Marzi proposed openstack/freezer: WIP block based incremntal support - rsync  https://review.openstack.org/29046113:44
openstackgerritPierre Mathieu proposed openstack/freezer-api: Updating freezer-api elk mappings  https://review.openstack.org/28848614:03
openstackgerritMemo Garcia proposed openstack/freezer-web-ui: Calendar improvements  https://review.openstack.org/29175715:03
openstackgerritPierre Mathieu proposed openstack/freezer-api: Updating freezer-api elk mappings  https://review.openstack.org/28848615:16
openstackgerritPierre Mathieu proposed openstack/freezer-api: Update HPE copyright  https://review.openstack.org/29176115:22
*** dschroeder has joined #openstack-freezer15:24
openstackgerritPierre Mathieu proposed openstack/freezer: Update HPE copyright  https://review.openstack.org/29181516:58
*** samuelBartel has quit IRC17:01
*** reldan has quit IRC17:09
openstackgerritPierre Mathieu proposed openstack/freezer-web-ui: Update HPE copyright  https://review.openstack.org/29182717:18
m3m0slashme you here?17:27
slashmeYup17:27
m3m08 there?17:27
slashme?17:28
m3m08 pm at the specified location?17:28
slashmeYup17:28
slashme8pm sharp17:28
*** clenimar has quit IRC17:40
*** clenimar has joined #openstack-freezer17:41
*** samuelBartel has joined #openstack-freezer17:56
*** samuelBartel has quit IRC18:02
*** EinstCrazy has quit IRC18:13
*** zhangjn has quit IRC18:38
*** zhangjn has joined #openstack-freezer18:41
*** ferhat has quit IRC19:16
*** daemontool_ has quit IRC19:39
*** daemontool has joined #openstack-freezer23:16
*** daemontool_ has joined #openstack-freezer23:42
*** daemontool has quit IRC23:43
*** yangyapeng has quit IRC23:54
*** yangyapeng has joined #openstack-freezer23:57

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