*** neilus has quit IRC | 00:12 | |
*** yangyape_ has quit IRC | 00:13 | |
*** Marcellin__ has quit IRC | 00:49 | |
*** yangyapeng has joined #openstack-freezer | 01:25 | |
*** neilus has joined #openstack-freezer | 01:44 | |
*** neilus has quit IRC | 01:49 | |
*** yangyape_ has joined #openstack-freezer | 01:55 | |
*** yangyapeng has quit IRC | 01:58 | |
*** yangyapeng has joined #openstack-freezer | 02:36 | |
*** yangyape_ has quit IRC | 02:40 | |
*** yangyape_ has joined #openstack-freezer | 03:22 | |
*** yangyapeng has quit IRC | 03:24 | |
*** yangyapeng has joined #openstack-freezer | 05:06 | |
*** yangyap__ has joined #openstack-freezer | 05:07 | |
*** yangyape_ has quit IRC | 05:09 | |
*** yangyap__ has quit IRC | 05:09 | |
*** yangyape_ has joined #openstack-freezer | 05:09 | |
*** yangyapeng has quit IRC | 05:11 | |
*** yangyape_ has quit IRC | 05:35 | |
*** yangyapeng has joined #openstack-freezer | 05:39 | |
*** neilus has joined #openstack-freezer | 05:52 | |
*** neilus has quit IRC | 05:58 | |
*** yuval has joined #openstack-freezer | 07:11 | |
*** lpetrut has joined #openstack-freezer | 07:16 | |
*** openstackgerrit has quit IRC | 07:50 | |
*** lpetrut has quit IRC | 07:58 | |
*** zhurong has joined #openstack-freezer | 08:23 | |
*** neilus has joined #openstack-freezer | 08:48 | |
*** neilus has quit IRC | 08:53 | |
*** zhurong has quit IRC | 09:40 | |
*** lpetrut has joined #openstack-freezer | 09:48 | |
athinkingmeat | yangyapeng: hi, i've got freezer working.. sort of :) | 10:05 |
---|---|---|
*** yangyapeng has quit IRC | 10:12 | |
*** openstack has joined #openstack-freezer | 10:16 | |
*** neilus has joined #openstack-freezer | 10:27 | |
athinkingmeat | 2017-01-05 11:19:36.170 20683 ERROR freezer.utils.streaming Exception: Forced stop <- when trying to run backup via scheduler&api | 11:27 |
*** lpetrut has quit IRC | 11:29 | |
*** lpetrut has joined #openstack-freezer | 11:31 | |
*** grumpycatt has quit IRC | 11:55 | |
*** m3m0_ has quit IRC | 11:55 | |
*** m3m0 has joined #openstack-freezer | 11:58 | |
*** vnogin has joined #openstack-freezer | 12:21 | |
*** yangyapeng has joined #openstack-freezer | 12:26 | |
yangyapeng | athinkingmeat: good | 12:27 |
*** catintheroof has quit IRC | 12:38 | |
*** catintheroof has joined #openstack-freezer | 12:44 | |
athinkingmeat | is it possible to launch native cinder backup via scheduler? | 12:48 |
*** catintheroof has quit IRC | 12:57 | |
*** catintheroof has joined #openstack-freezer | 12:58 | |
*** catintheroof has quit IRC | 13:02 | |
*** catintheroof has joined #openstack-freezer | 13:04 | |
*** neilus has quit IRC | 13:08 | |
yangyapeng | athinkingmeat: freezer-scheduler backup cinder-volume by cindernative-vol-id? | 13:09 |
*** catintheroof has quit IRC | 13:11 | |
athinkingmeat | I have this job json file https://www.irccloud.com/pastebin/UOlvSr84/ | 13:14 |
athinkingmeat | and i get this error message in the log: https://www.irccloud.com/pastebin/8V7fW3mW/ | 13:18 |
*** catintheroof has joined #openstack-freezer | 13:47 | |
yangyapeng | athinkingmeat: hello | 13:56 |
yangyapeng | athinkingmeat: have some key value ,it is unuseful | 13:56 |
athinkingmeat | yangyapeng: hi! what do you mean? :) | 13:57 |
szaher | Hello everyone let's start freezer meeting ? | 14:00 |
yangyapeng | athinkingmeat: if you want to backup cinder-volume by cindernative and storage is local? | 14:01 |
szaher | plz join #openstack-meeting-alt | 14:03 |
yangyapeng | if you want to backup it use cinderntive to backup cinder-volume, it need have a cinder-backup service | 14:03 |
yangyapeng | szaher: ok | 14:04 |
yangyapeng | athinkingmeat: the backup storage , it is useful base on the cinder backup driver | 14:05 |
yangyapeng | szaher: hello | 14:06 |
yangyapeng | ping slashme | 14:07 |
athinkingmeat | yangyapeng: i have cinder-backup service running on controllers. i can see that Storage for backups. Can be Swift or Local now. | 14:13 |
*** neilus has joined #openstack-freezer | 14:19 | |
athinkingmeat | if I delete storage setting in json file - it gets backuped to the swift | 14:22 |
*** neilus has quit IRC | 14:24 | |
yangyapeng | athinkingmeat: it have no effect to have the conf in json file. it alway to backup to storage(cinder backup driver) | 14:27 |
*** openstackgerrit has joined #openstack-freezer | 14:27 | |
openstackgerrit | yapeng Yang proposed openstack/freezer: Add backup_name to cindernative backup https://review.openstack.org/416986 | 14:27 |
athinkingmeat | yangyapeng: but if i remove it from json - it puts backup to swift instead of using cinder backup. maybe i am missing some setting to tell freezer to use cinder-backup? | 14:28 |
yangyapeng | athinkingmeat: if you have a key-value is cindernative-vol-id, it should cinder-backup | 14:29 |
athinkingmeat | yangyapeng: i have such value, but it does't work as expected using scheduler. i get this in log file: 2017-01-05 14:21:37.997 22136 INFO freezer.job [-] Backup job started. backup_name: backup-test-cinder-native, container: backup-test-cinder-native, hostname: freezer-tests, mode: cinder, Storage: swift, compression: gzip | 14:31 |
yangyapeng | athinkingmeat: have a try to remove always_backup_level restart_always_backup no_incrementa hostname path_to_backup | 14:36 |
yangyapeng | if you want to backup it use backup_name , you can use the patch https://review.openstack.org/416986 | 14:37 |
openstackgerrit | Gleb Stepanov proposed openstack/freezer: Backup/Restore nova tenant https://review.openstack.org/407052 | 14:38 |
athinkingmeat | edited job file https://www.irccloud.com/pastebin/Ku6wSQdF/ | 14:39 |
athinkingmeat | result in the log: https://www.irccloud.com/pastebin/cqmyGgjC/ | 14:40 |
yangyapeng | athinkingmeat: it have a error , it have a error identify mode fs, | 14:44 |
athinkingmeat | yeah, but my mode is cinder :) | 14:47 |
yangyapeng | cindernative_vol_id | 14:47 |
yangyapeng | change cindernative-vol-id to cindernative_vol_id and remove max_backup_level | 14:48 |
yangyapeng | have a try again | 14:48 |
athinkingmeat | yangyapeng: thank you, master, i can see that cinder backup has been launched! | 14:50 |
yangyapeng | athinkingmeat: good :) | 14:51 |
athinkingmeat | yeah :) do you know if cinder-backup incremental backups are supported? | 14:52 |
yangyapeng | athinkingmeat: yeah it is supported | 14:53 |
athinkingmeat | yangyapeng: ok, will try it tomorrow. so far looking good. only one issue left for me - can't make horizon work with freezer, but that i will leave for later time. | 14:55 |
yangyapeng | you add a key-value incremental true | 14:55 |
yangyapeng | athinkingmeat: OK | 14:56 |
athinkingmeat | yangyapeng: thank you | 15:03 |
*** yuval has quit IRC | 15:24 | |
*** neilus has joined #openstack-freezer | 15:29 | |
*** vnogin has quit IRC | 15:32 | |
*** catintheroof has quit IRC | 15:32 | |
*** vnogin has joined #openstack-freezer | 15:36 | |
*** vnogin has quit IRC | 16:00 | |
*** catintheroof has joined #openstack-freezer | 16:32 | |
*** neilus has quit IRC | 16:55 | |
*** lpetrut has quit IRC | 17:37 | |
*** vnogin has joined #openstack-freezer | 18:01 | |
*** neilus has joined #openstack-freezer | 18:20 | |
*** neilus has quit IRC | 18:25 | |
*** vnogin has quit IRC | 18:37 | |
*** vnogin has joined #openstack-freezer | 18:54 | |
*** lpetrut has joined #openstack-freezer | 19:19 | |
*** vnogin has quit IRC | 19:22 | |
*** vnogin has joined #openstack-freezer | 19:22 | |
*** vnogin has quit IRC | 19:28 | |
*** vnogin has joined #openstack-freezer | 20:20 | |
*** vnogin has quit IRC | 20:31 | |
*** catintheroof has quit IRC | 20:45 | |
*** vnogin has joined #openstack-freezer | 20:49 | |
*** vnogin has quit IRC | 21:02 | |
*** vnogin has joined #openstack-freezer | 21:11 | |
*** vnogin has quit IRC | 21:24 | |
*** vnogin has joined #openstack-freezer | 21:42 | |
*** vnogin has quit IRC | 22:32 | |
*** vnogin has joined #openstack-freezer | 22:34 | |
*** lpetrut has quit IRC | 22:58 | |
*** neilus has joined #openstack-freezer | 23:01 | |
*** neilus has quit IRC | 23:06 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!