Thursday, 2017-07-06

*** yangyape_ has quit IRC00:17
*** yangyapeng has joined #openstack-freezer00:17
*** yangyapeng has quit IRC00:22
*** jiaopengju has joined #openstack-freezer01:05
*** yangyapeng has joined #openstack-freezer01:19
*** yangyapeng has quit IRC01:24
*** yangyapeng has joined #openstack-freezer01:28
*** yangyapeng has quit IRC01:33
openstackgerritOpenStack Proposal Bot proposed openstack/freezer-web-ui master: Updated from global requirements  https://review.openstack.org/48078401:34
*** yangyapeng has joined #openstack-freezer01:34
*** yangyape_ has joined #openstack-freezer01:39
*** yangyapeng has quit IRC01:39
*** jiaopengju has quit IRC04:39
openstackgerritArundhati Surpur proposed openstack/freezer master: Added dashes ==== for format consistency  https://review.openstack.org/47790005:28
*** trinaths has joined #openstack-freezer06:20
*** jiaopengju has joined #openstack-freezer06:20
*** raliev has joined #openstack-freezer07:46
*** trinaths has quit IRC07:58
*** yangyapeng has joined #openstack-freezer08:26
*** yangyapeng has quit IRC08:50
*** electrofelix has joined #openstack-freezer09:03
*** trinaths has joined #openstack-freezer09:24
*** yangyape_ has quit IRC10:35
openstackgerritMerged openstack/python-freezerclient master: Updated from global requirements  https://review.openstack.org/48028210:49
trinathsjiaopengju: ping11:17
trinathsjiaopengju: got a doubt, with respect to the freezer documentation,11:17
szahertrinaths: Hi11:17
trinathsjiaopengju: [1] How can Freezer Scheduler manage multiple nodes?11:17
szahertrinaths: where did you find this ?11:18
openstackgerritMerged openstack/freezer master: Added dashes ==== for format consistency  https://review.openstack.org/47790011:18
openstackgerritMerged openstack/freezer master: Increase s3 driver support  https://review.openstack.org/47129511:19
trinathsszaher: The scheduler manages the execution and synchronization of multiple jobs executed on a single or multiple nodes11:19
trinathsszaher: https://github.com/openstack/freezer11:19
trinathsszaher: Freezer components table11:19
szahertrinaths: I would say for multiple nodes you will need to have multiple instances for the scheduler at the time being11:20
trinathsszaher: Component: Freezer Scheduler11:20
szahertrinaths: freezer-scheduler runs with freezer-agent on the same node where you want to execute or to schedule backups11:21
trinathsszaher: oh okay. another doubt. [2] From the same document, https://github.com/openstack/freezer ; in RESTORE section, "Nova restore currently creates an instance with the content of saved one, but the ip address of the vm will be different as well as its id." This restore can violate the networking of the VM. how can this be handled?11:22
szahertrinaths: well, at the moment the way nova engine (instances backups) works is to take a copy of the vm and store somewhere, if you want to restore the vm it will pick the first available vm. there is some work still needs to be done to enhance this feature like use the same network if exists and add the same metadata and security groups and so on11:24
trinathsszaher: okay. makes sense.11:25
trinathsszaher: suppose that I have taken a backup of an VM in a compute node and I wish to restore the TIMED backup the next day on the same compute node, will the IP of the VM be altered?11:27
szaherYes, however after taking a backup of a VM all the VM's metadata is store with the backup we need allow the nova engine to use these metadata to re-create or re-use the same resource again11:29
trinathsszaher: okay. but when I try the same usecase, It did not alter the IP of the VM11:31
szaherso it got the same ip address of your vm ?11:33
trinathsszaher: yes. I guess no restore has happened.11:33
trinathsszaher:  Here are the steps I followed. Single node devstack setup with freezer/master code. used the backup.json (http://paste.openstack.org/show/614573/) and restore.json (http://paste.openstack.org/). taken a backup to a swift container. when I try to restore an exisitng active VM there was no address change. comments?11:36
trinathsrestore.json http://paste.openstack.org/show/614574/11:37
szahertrinaths: Did you start the job ? what are the scheduling information for this job ?11:42
trinathsszaher: also, When I delete the VM, and try a backup job, it returned success.11:44
trinathsszaher: here the info regarding job and action11:45
trinathshttp://paste.openstack.org/show/614575/11:45
jiaopengjutrinaths: hi11:47
szahertrinaths: can you add log_file:/path/to/log/file11:47
szahertrinaths: still can't see any scheduling information for your jobs!11:48
trinathsszaher: can you guide me on how can I get that info ?11:49
trinathsjiaopengju: hi11:49
jiaopengjuI think the right way is to show the schedule log11:49
trinathsso I did some mis-configuration?11:51
szahertrinaths: in /etc/freezer/config.d or conf.d you see your jobs11:53
szaheralso what is your scheduler configurations11:53
szaherclient_id ?11:53
trinathsszaher: please see this, http://paste.openstack.org/show/614575/11:54
trinathsszaher:  I have given the client id too11:54
szaherI see, but i need to see your configurations11:54
trinathsfreezer.conf ?11:56
szaheryes and scheduler.conf and you job file from conf.d11:57
szaherbrb11:58
trinathsszaher: freezer.conf: http://paste.openstack.org/show/614576/11:58
trinathsszaher: scheduler.conf =>http://paste.openstack.org/show/614577/11:59
trinathsszaher: /etc/freezer/scheduler/conf.d/job_50e59919d43e4bdaab7d9e29f2714896.conf                   => http://paste.openstack.org/show/614578/12:00
trinathsszaher: /etc/freezer/scheduler/conf.d/job_5f67fcaa08dc455680142d028125844e.conf   => http://paste.openstack.org/show/614579/12:01
*** yangyapeng has joined #openstack-freezer12:02
trinathsszaher: ping12:32
szahertrinaths: sorry I wasn't here, can you check if freezer is still running ?12:35
szaherI mean freezer-agent, it looks like something is still running12:35
trinathswill freezer agent run?12:36
trinathsI thought freezer-scheduler will run as daemon12:36
szahertrinaths: freezer-scheduler runs as daemon and runs freezer-agent to carry out the backup/restore process12:37
trinathsszaher: yes, http://paste.openstack.org/show/614583/12:38
trinathsszaher: did i miss anything ?12:43
szahernope, just taking a look12:45
trinathsszaher: ok12:45
szaherCan you set log_file in scheduler.conf12:46
szaherand share it back with us12:48
trinathsszaher: okay. let be configure the log file in scheduler.conf and re run the scenarios and come back to you with results.12:50
trinathsszaher: thank you for your time and help.12:50
szahertrinaths: If you can set a new attribute in the jobs backup.json and restore.json called log_file12:52
szaherwe just need to see the logs to be able to help12:52
trinathsszaher: sure I will12:52
*** eharney has joined #openstack-freezer12:52
szahertrinaths: Thanks and waiting for the logs12:53
trinathsszaher: the scenarios is to create a VM in compute node, take a back up of the same. create some files in the VM, restore the VM verify that VM is restored to the old state.12:53
*** trinaths has left #openstack-freezer12:54
szahertrinaths: This should be supported by freezer :)12:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from OpenStack Ansible Tests  https://review.openstack.org/47656813:02
openstackgerritMerged openstack/freezer-web-ui master: Updated from global requirements  https://review.openstack.org/48078413:23
*** catintheroof has joined #openstack-freezer13:25
*** catintheroof has quit IRC13:36
*** catintheroof has joined #openstack-freezer13:37
szaherHello guys13:58
szaherFreezer meeting in 5 minutes https://etherpad.openstack.org/p/freezer_meetings13:58
*** jiaopengju has quit IRC14:54
*** catintheroof has quit IRC14:58
*** catintheroof has joined #openstack-freezer15:02
*** eharney has quit IRC16:28
*** eharney has joined #openstack-freezer16:28
*** electrofelix has quit IRC17:02
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from OpenStack Ansible Tests  https://review.openstack.org/47656821:06
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from OpenStack Ansible Tests  https://review.openstack.org/47656821:08
*** catintheroof has quit IRC21:55
*** eharney has quit IRC22:58

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