*** openstackgerrit has joined #openstack-manila | 00:44 | |
openstackgerrit | zhongshengping proposed openstack/puppet-manila master: Update .gitignore https://review.openstack.org/560192 | 00:44 |
---|---|---|
openstackgerrit | zhongshengping proposed openstack/puppet-manila master: Update .gitignore https://review.openstack.org/560192 | 00:56 |
*** kaisers_ has joined #openstack-manila | 01:12 | |
*** harlowja has quit IRC | 01:14 | |
*** kaisers has quit IRC | 01:15 | |
*** markstur has quit IRC | 01:38 | |
*** markstur has joined #openstack-manila | 01:53 | |
*** chenying has joined #openstack-manila | 01:59 | |
*** markstur has quit IRC | 02:30 | |
*** ianychoi has quit IRC | 02:35 | |
*** ianychoi has joined #openstack-manila | 03:19 | |
*** caowei has joined #openstack-manila | 03:33 | |
*** kaisers has joined #openstack-manila | 03:37 | |
*** kaisers_ has quit IRC | 03:37 | |
*** harlowja has joined #openstack-manila | 04:23 | |
*** rraja has joined #openstack-manila | 04:51 | |
*** chenying has quit IRC | 05:00 | |
*** chenying has joined #openstack-manila | 05:00 | |
*** harlowja has quit IRC | 05:35 | |
*** rraja has quit IRC | 06:27 | |
*** belmoreira has joined #openstack-manila | 06:33 | |
*** dsariel has joined #openstack-manila | 06:39 | |
*** dsariel has quit IRC | 06:40 | |
*** AlexeyAbashkin has joined #openstack-manila | 06:54 | |
*** AlexeyAbashkin has quit IRC | 06:55 | |
*** AlexeyAbashkin has joined #openstack-manila | 06:56 | |
*** AlexeyAbashkin has quit IRC | 06:57 | |
*** AlexeyAbashkin has joined #openstack-manila | 06:57 | |
openstackgerrit | zhongjun proposed openstack/manila-specs master: Add priority for access rule https://review.openstack.org/552935 | 07:01 |
*** kaisers has quit IRC | 07:06 | |
openstackgerrit | zhongjun proposed openstack/manila-specs master: Support metadata for access rule resource https://review.openstack.org/551106 | 07:14 |
zhongjun_ | anyone could take a look at this patch? https://review.openstack.org/551106 thanks :) | 07:18 |
openstackgerrit | zhongjun proposed openstack/manila-specs master: Add priority for access rule https://review.openstack.org/552935 | 07:27 |
*** gcb has joined #openstack-manila | 07:30 | |
*** a-pugachev has joined #openstack-manila | 07:35 | |
*** a-pugachev has quit IRC | 07:39 | |
*** belmoreira has quit IRC | 07:42 | |
*** belmoreira has joined #openstack-manila | 07:46 | |
*** dsariel has joined #openstack-manila | 07:51 | |
*** pcaruana has joined #openstack-manila | 08:13 | |
*** belmoreira has quit IRC | 08:17 | |
*** belmoreira has joined #openstack-manila | 08:21 | |
*** ianychoi has quit IRC | 08:42 | |
*** a-pugachev has joined #openstack-manila | 09:07 | |
*** AlexeyAbashkin has quit IRC | 09:44 | |
*** ianychoi has joined #openstack-manila | 09:46 | |
*** rraja has joined #openstack-manila | 09:55 | |
*** AlexeyAbashkin has joined #openstack-manila | 10:40 | |
*** pvc has joined #openstack-manila | 10:48 | |
pvc | hi | 10:48 |
pvc | can i use manila even if i dont have ceph, just cinder? | 10:48 |
*** ganso has joined #openstack-manila | 10:51 | |
*** e0ne has joined #openstack-manila | 10:54 | |
tbarron | pvc: yes | 10:55 |
tbarron | pvc: manila like cinder requires some kind of storage back end(s) | 10:55 |
tbarron | pvc: ceph is just one possibility | 10:55 |
tbarron | pvc: probably the easiest way to get started would be with the lvm back end but | 10:56 |
pvc | im using kolla btway | 10:56 |
pvc | and im have a cinder | 10:56 |
tbarron | pvc: for production use one would likely make a different choice | 10:56 |
pvc | enable_manila: "yes" enable_manila_backend_generic: "yes" | 10:56 |
pvc | just for POC | 10:56 |
tbarron | pvc: maybe read https://docs.openstack.org/manila/queens/install/index.html | 10:56 |
tbarron | pvc: generic driver is tricky to start off with, but that's where to docs are | 10:57 |
tbarron | pvc: generic driver does use cinder as its back end though | 10:57 |
tbarron | pvc: I don't recommend it for production either but it's a good back end for learning about the stuff manila can do to provide nice tenant isolation. | 10:58 |
pvc | so i can just enabled cinder? | 10:58 |
pvc | because i dont have ceph | 10:58 |
pvc | here is the docs | 10:58 |
tbarron | pvc: I'm not the person to ask about kolla installation though :( | 10:58 |
pvc | https://docs.openstack.org/kolla-ansible/latest/reference/manila-guide.html | 10:59 |
tbarron | pvc: maybe someone who has experience installing manila with kolla can chime in | 10:59 |
pvc | But if ever sir tbarron | 10:59 |
pvc | i have 2 server | 10:59 |
pvc | one server with 1 disk is used for my cinder | 10:59 |
pvc | then the other server have extra disk | 10:59 |
pvc | [ceph-osd:children] to the other server | 11:00 |
pvc | one server for my cinder | 11:00 |
pvc | and one server for my ceph | 11:00 |
tbarron | pvc: if you are using the generic driver cinder provides the storage for manila | 11:01 |
tbarron | pvc: *something* provides back end storage for cinder but manila doesn't care what it is | 11:01 |
pvc | i see | 11:02 |
tbarron | pvc: are you using ceph for cinder ? | 11:03 |
pvc | no | 11:03 |
pvc | im just using cinder | 11:03 |
pvc | but for manila i'll use my other disk for ceph | 11:04 |
tbarron | pvc: then likely with its default lvm back end | 11:04 |
pvc | but for production it is not a good practice right? | 11:04 |
*** e0ne has quit IRC | 11:04 | |
tbarron | pvc: for production you'd need more than a couple servers and disks etc. but ceph as back end for manila is suitable for production | 11:05 |
tbarron | pvc: and if you have a production ceph cluster (not a small thing) you can use it to back cinder as well as to back manila | 11:06 |
pvc | i see. Thank you sir tbarron. I will configure first the manila without ceph and see if that will work | 11:07 |
tbarron | pvc: good luck! | 11:09 |
*** e0ne has joined #openstack-manila | 11:20 | |
*** assassin has joined #openstack-manila | 11:26 | |
*** rraja_ has joined #openstack-manila | 11:57 | |
*** rraja has quit IRC | 11:59 | |
*** vgreen has joined #openstack-manila | 12:01 | |
*** dsariel has quit IRC | 12:01 | |
*** erlon has quit IRC | 12:03 | |
*** luizbag has joined #openstack-manila | 12:04 | |
*** erlon has joined #openstack-manila | 12:12 | |
*** tpsilva has joined #openstack-manila | 12:16 | |
*** AlexeyAbashkin has quit IRC | 12:25 | |
*** AlexeyAbashkin has joined #openstack-manila | 12:25 | |
*** gcb has quit IRC | 12:27 | |
*** AlexeyAbashkin has quit IRC | 12:30 | |
*** AlexeyAbashkin has joined #openstack-manila | 12:34 | |
*** rraja__ has joined #openstack-manila | 12:47 | |
*** dustins has joined #openstack-manila | 12:49 | |
*** rraja_ has quit IRC | 12:49 | |
*** dsariel has joined #openstack-manila | 13:04 | |
*** rishabh has joined #openstack-manila | 13:09 | |
*** rishabh is now known as Guest21998 | 13:09 | |
openstackgerrit | Maurice Schreiber proposed openstack/manila master: move securiy service error explanation from comment https://review.openstack.org/560416 | 13:14 |
*** dsariel has quit IRC | 13:22 | |
*** gcb has joined #openstack-manila | 13:33 | |
*** rishabh_ has joined #openstack-manila | 13:37 | |
*** Guest21998 has quit IRC | 13:39 | |
*** erlon has quit IRC | 13:48 | |
*** eharney has joined #openstack-manila | 14:00 | |
*** dsariel has joined #openstack-manila | 14:17 | |
*** kaisers has joined #openstack-manila | 14:23 | |
*** a-pugachev has quit IRC | 14:30 | |
*** dsariel has quit IRC | 14:39 | |
*** rishabh_ has quit IRC | 14:54 | |
*** dsariel has joined #openstack-manila | 15:07 | |
*** belmoreira has quit IRC | 15:23 | |
*** netapp has joined #openstack-manila | 15:25 | |
*** assassin has quit IRC | 15:33 | |
*** dsariel has quit IRC | 15:48 | |
*** a-pugachev has joined #openstack-manila | 16:01 | |
*** kaisers has quit IRC | 16:04 | |
*** harlowja has joined #openstack-manila | 16:05 | |
*** AlexeyAbashkin has quit IRC | 16:22 | |
*** rraja__ has quit IRC | 16:23 | |
*** kaisers has joined #openstack-manila | 16:23 | |
*** guyr-infinidat has quit IRC | 16:38 | |
*** knylander has joined #openstack-manila | 16:40 | |
*** e0ne has quit IRC | 16:59 | |
*** AlexeyAbashkin has joined #openstack-manila | 17:07 | |
*** harlowja has quit IRC | 17:07 | |
*** a-pugachev has quit IRC | 17:20 | |
*** e0ne has joined #openstack-manila | 17:50 | |
*** harlowja has joined #openstack-manila | 17:52 | |
openstackgerrit | Maurice Schreiber proposed openstack/manila master: move securiy service error explanation from comment https://review.openstack.org/560416 | 18:12 |
*** pcaruana has quit IRC | 18:55 | |
*** vgreen has quit IRC | 19:36 | |
*** eharney has quit IRC | 19:49 | |
*** knylander has quit IRC | 19:50 | |
*** luizbag has quit IRC | 19:58 | |
*** amito_ has joined #openstack-manila | 20:21 | |
*** ameade_ has joined #openstack-manila | 20:21 | |
*** andreaf_ has joined #openstack-manila | 20:27 | |
*** aspiers[m] has quit IRC | 20:28 | |
*** vkmc has quit IRC | 20:28 | |
*** andreaf has quit IRC | 20:28 | |
*** ameade has quit IRC | 20:28 | |
*** amito has quit IRC | 20:28 | |
*** amito_ is now known as amito | 20:28 | |
*** ameade_ is now known as ameade | 20:28 | |
*** andreaf_ is now known as andreaf | 20:29 | |
*** vkmc has joined #openstack-manila | 20:31 | |
*** aspiers[m] has joined #openstack-manila | 20:32 | |
*** kaisers has quit IRC | 20:44 | |
*** kaisers has joined #openstack-manila | 20:45 | |
*** kaisers has quit IRC | 20:50 | |
*** AlexeyAbashkin has quit IRC | 21:10 | |
*** dustins has quit IRC | 21:23 | |
*** kaisers has joined #openstack-manila | 21:25 | |
*** kaisers has quit IRC | 21:30 | |
*** ganso has quit IRC | 22:18 | |
*** e0ne has quit IRC | 22:20 | |
*** tpsilva has quit IRC | 22:24 | |
-openstackstatus- NOTICE: zuul was restarted to updated to the latest code; you may need to recheck changes uploaded or approvals added between 21:30 and 21:45 | 22:30 | |
*** dsariel has joined #openstack-manila | 22:36 | |
*** dsariel has quit IRC | 23:09 | |
*** kaisers has joined #openstack-manila | 23:26 | |
*** kaisers has quit IRC | 23:30 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!