*** tpsilva has quit IRC | 00:20 | |
*** wes_dillingham has joined #openstack-manila | 00:33 | |
*** AlexeyAbashkin has joined #openstack-manila | 00:55 | |
*** AlexeyAbashkin has quit IRC | 00:59 | |
*** markstur has quit IRC | 01:29 | |
openstackgerrit | Merged openstack/python-manilaclient master: [TrivialFix] Add three kinds of ignorable file to .gitignore https://review.openstack.org/510455 | 01:32 |
---|---|---|
zhongjun | masber: hi, the 10.254.0.5 ip if from manila_service_network neutron network. We created it https://github.com/openstack/manila/blob/master/manila/share/drivers/service_instance.py#L77 | 01:51 |
zhongjun | s/if/is coming | 01:51 |
zhongjun | masber: https://docs.openstack.org/manila/pike/admin/shared-file-systems-share-networks.html | 01:51 |
zhongjun | gouthamr: ping | 01:54 |
zhongjun | gouthamr: Why we shouldn't retroactively commit cleanups like this? I think it is just a bug. What do you mean about it? https://review.openstack.org/#/c/501932/ | 01:57 |
*** catintheroof has joined #openstack-manila | 02:20 | |
*** catintheroof has quit IRC | 02:22 | |
*** batrick has quit IRC | 02:43 | |
*** batrick has joined #openstack-manila | 02:48 | |
*** erlon has quit IRC | 02:54 | |
masber | zhongjun, yep, I can see in newtron that is the subnet created for manila... but why it can't ping? | 02:55 |
masber | why it can't ssh into it? | 02:55 |
masber | so it looks like it is trying to create a server, but I can't see any error on nova? | 03:07 |
*** jmlowe has joined #openstack-manila | 03:24 | |
zhongjun | masber: It looks like the instance created successful, so there isn't any error on nova, but the manila service can not connect to the instance. | 03:28 |
zhongjun | masber: Maybe your environment lack of some security group about ingress tcp 22(ssh) | 03:31 |
zhongjun | masber: for manila_service_network | 03:31 |
zhongjun | masber: Will you can connect (ssh) the instance that is created with manila_service_network manually? | 03:43 |
masber | look like security groups are correct http://paste.openstack.org/raw/623282/ | 03:43 |
zhongjun | s/Will you can/ Can you | 03:47 |
*** vivsoni has quit IRC | 03:51 | |
*** ganso has quit IRC | 03:56 | |
*** arnewiebalck_ has joined #openstack-manila | 04:03 | |
masber | zhongjun, do I need to connect the neutron router to the manila network? | 04:18 |
masber | zhongjun, ok, I can't ping | 04:29 |
*** jmlowe has quit IRC | 04:33 | |
masber | zhongjun, I just realised that the manila instance is in a different project from the other instances, would that matter? | 04:33 |
*** vivsoni has joined #openstack-manila | 04:38 | |
*** wes_dillingham has quit IRC | 04:58 | |
*** markstur has joined #openstack-manila | 05:03 | |
*** gouthamr has quit IRC | 05:12 | |
*** arnewiebalck_ has quit IRC | 05:19 | |
*** markstur has quit IRC | 05:32 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila master: Updated from global requirements https://review.openstack.org/511105 | 05:45 |
masber | hi, manilly can provide hdfs, how does it works if my storage nodes already have a file system? | 05:47 |
*** lpetrut has joined #openstack-manila | 05:49 | |
*** lpetrut has quit IRC | 05:50 | |
*** lpetrut has joined #openstack-manila | 05:51 | |
*** td has joined #openstack-manila | 06:07 | |
*** hoonetorg has quit IRC | 06:17 | |
*** belmoreira has joined #openstack-manila | 06:18 | |
*** jprovazn has joined #openstack-manila | 06:30 | |
*** hoonetorg has joined #openstack-manila | 06:31 | |
masber | can manila deploy a hdfs share in a ceph cluster? | 06:40 |
zhongjun | masber: If you need to connect (ssh) to instance with floatip, I think we need to connect the neutron router to the manila network | 06:48 |
masber | zhongjun, I got it working! either was the image I downloaded was corrupted or the flavor was too small... | 06:49 |
*** lpetrut has quit IRC | 06:49 | |
masber | zhongjun, I deployed openstack and manila using kolla, and according the their documentation, the flavor should have 128MB RAM... I changed it to 256 and reloaded the manila image and now it looks like it is working | 06:50 |
masber | at least the share is showed as available | 06:50 |
zhongjun | masber: if my storage nodes already have a file system. Is the manage share command work for you? | 06:50 |
zhongjun | masber: good | 06:51 |
masber | zhongjun, not sure what you mean, the reason I am asking is because my storage nodes runs ceph, so I don't quite understand how would I create a HDFS share... | 06:51 |
masber | zhongjun, I am guessing manila would use the share instance as a gateway and translate the HDFS to ceph? | 06:52 |
masber | or do I need to have another storage nodes for HDFS? | 06:53 |
masber | I guess another way to ask would be, is manila just presenting the share as HDFS/CephFS/NFS etc and the backend is just managed by swift or cinder to talk to the hardware? | 06:54 |
zhongjun | masber: Oh, I thought you just want to mange you share that you already have in your storage | 06:55 |
zhongjun | masber: You need to have another backend node for HDFS | 06:57 |
masber | I see that makes sense | 06:57 |
masber | zhongjun, ok, is manila going to put hdfs for me on the "vanila" storage nodes? | 06:58 |
masber | or do I need to put HDFS? | 06:58 |
masber | I mean show should I present the nodes to manila? | 06:59 |
masber | lets stick with the example of HDFS | 06:59 |
zhongjun | masber: https://docs.openstack.org/mitaka/config-reference/shared-file-systems/drivers/hdfs-native-driver.html | 07:00 |
zhongjun | masber: you should present the new HDFS node to manila. And set enabled_share_backends = ceft_backend_node_name, HDFS_backend_node name in manila.conf | 07:02 |
zhongjun | masber: Is it make sense? | 07:02 |
masber | yes totally | 07:02 |
masber | so I just install the driver in manilla in order to understand my backend | 07:02 |
masber | now it is up to me how to setup the storage nodes | 07:02 |
*** openstackgerrit has quit IRC | 07:03 | |
masber | obviously the driver should match with the technology installed on the nodes | 07:03 |
masber | I guess the next question would be, can manila manage multiple clusters? I mean lets say I have 6 storage nodes (3 for ceph and 3 for hdfs) | 07:04 |
masber | and the nodes are already setup, can I just type manila cephfs ... or manila hdfs ... and will manila create my share in the right place? | 07:04 |
zhongjun | of course, you can choice node by share type with node name or other extra capabilities when you create a share. | 07:07 |
masber | zhongjun, "you can choice node by share type with node name" you mean with or without share server? | 07:11 |
masber | or either way? | 07:11 |
*** pcaruana has joined #openstack-manila | 07:13 | |
zhongjun | masber: you can create a share with or without share server, you can create a share with cephfs or with hdfs | 07:13 |
masber | zhongjun, ok, I need to read about all of that to have a clear picture of how it works | 07:13 |
zhongjun | masber: create your share in the right place | 07:14 |
masber | zhongjun, last question... why there is no driver for luster? | 07:14 |
*** lpetrut has joined #openstack-manila | 07:16 | |
zhongjun | masber: because no one write the luster driver? | 07:16 |
masber | zhongjun, fair enough :D | 07:17 |
zhongjun | masber: :D | 07:17 |
*** tinwood has quit IRC | 07:30 | |
*** tinwood has joined #openstack-manila | 07:30 | |
*** AlexeyAbashkin has joined #openstack-manila | 07:37 | |
*** arnewiebalck_ has joined #openstack-manila | 07:46 | |
*** lpetrut has quit IRC | 07:49 | |
*** arnewiebalck_ has quit IRC | 08:03 | |
*** pcaruana has quit IRC | 08:27 | |
*** pcaruana has joined #openstack-manila | 08:31 | |
*** ianychoi has quit IRC | 08:42 | |
*** belmoreira has quit IRC | 08:58 | |
*** ianychoi has joined #openstack-manila | 09:06 | |
*** belmoreira has joined #openstack-manila | 09:08 | |
*** belmoreira has quit IRC | 09:08 | |
*** belmoreira has joined #openstack-manila | 09:10 | |
*** lpetrut has joined #openstack-manila | 09:10 | |
*** lpetrut_ has joined #openstack-manila | 09:25 | |
*** lpetrut has quit IRC | 09:28 | |
*** rraja has joined #openstack-manila | 09:28 | |
*** openstackgerrit has joined #openstack-manila | 09:39 | |
openstackgerrit | zhongjun proposed openstack/manila master: [policy in code] Add support for share instance export location resource https://review.openstack.org/507054 | 09:39 |
*** belmoreira has quit IRC | 09:53 | |
openstackgerrit | Chris Yang proposed openstack/manila master: Add support for enhanced features to the QNAP Manila driver https://review.openstack.org/509097 | 10:03 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila-ui master: Imported Translations from Zanata https://review.openstack.org/510822 | 10:05 |
-openstackstatus- NOTICE: The CI system will be offline starting at 11:00 UTC (in just under an hour) for Zuul v3 rollout: http://lists.openstack.org/pipermail/openstack-dev/2017-October/123337.html | 10:08 | |
*** rraja has quit IRC | 10:49 | |
*** arnewiebalck_ has joined #openstack-manila | 10:51 | |
openstackgerrit | Rajat Sharma proposed openstack/manila master: Replace assertDictMatch with assertDictEqual assertDictMatch was introduced for Python 2.6 only. Python 2.7+ contains assertDictEqual. Closes-Bug: #1646433 https://review.openstack.org/509972 | 10:51 |
openstack | bug 1646433 in Manila "Replace assertDictMatch with assertDictEqual method in tests" [Wishlist,In progress] https://launchpad.net/bugs/1646433 - Assigned to Rajat Sharma (tajar29) | 10:51 |
*** td has quit IRC | 10:57 | |
*** erlon has joined #openstack-manila | 10:57 | |
*** AlexeyAbashkin has quit IRC | 11:00 | |
*** AlexeyAbashkin has joined #openstack-manila | 11:01 | |
*** masuberu has joined #openstack-manila | 11:05 | |
*** rraja has joined #openstack-manila | 11:05 | |
*** ganso has joined #openstack-manila | 11:06 | |
*** masber has quit IRC | 11:07 | |
*** belmoreira has joined #openstack-manila | 11:16 | |
*** hoonetorg has quit IRC | 11:21 | |
*** hoonetorg has joined #openstack-manila | 11:34 | |
*** rraja has quit IRC | 11:35 | |
*** tpsilva has joined #openstack-manila | 11:55 | |
*** eharney has joined #openstack-manila | 11:57 | |
*** wes_dillingham has joined #openstack-manila | 12:18 | |
*** openstackgerrit has quit IRC | 12:18 | |
*** belmoreira has quit IRC | 12:41 | |
*** catintheroof has joined #openstack-manila | 12:43 | |
*** sapcc-bot has quit IRC | 12:52 | |
*** sapcc-bot has joined #openstack-manila | 12:52 | |
*** mkoderer_ has joined #openstack-manila | 12:52 | |
*** dgonzalez_ has joined #openstack-manila | 12:52 | |
*** tpatzig_ has joined #openstack-manila | 12:52 | |
*** carthaca_ has joined #openstack-manila | 12:52 | |
*** seife_ has joined #openstack-manila | 12:52 | |
*** david_1 has joined #openstack-manila | 12:52 | |
*** seife_ has quit IRC | 12:54 | |
*** dgonzalez_ has quit IRC | 12:54 | |
*** mkoderer_ has quit IRC | 12:54 | |
*** carthaca_ has quit IRC | 12:54 | |
*** tpatzig_ has quit IRC | 12:54 | |
*** david_1 has quit IRC | 12:54 | |
-openstackstatus- NOTICE: Due to unrelated emergencies, the Zuul v3 rollout has not started yet; stay tuned for further updates | 13:05 | |
*** dustins has joined #openstack-manila | 13:18 | |
*** gouthamr has joined #openstack-manila | 13:24 | |
gouthamr | zhongjun: Re: https://review.openstack.org/#/c/501932/ | 13:51 |
*** jmlowe has joined #openstack-manila | 13:55 | |
zhongjun | gouthamr, bswartz, ganso, toabctl : Would you like to look at this simple spec that we already agreed on ptg . Thanks in advance. https://review.openstack.org/#/c/501934 | 13:56 |
gouthamr | zhongjun: thanks, commented | 13:57 |
zhongjun | gouthamr: thanks | 13:57 |
*** chlong has joined #openstack-manila | 14:04 | |
*** eharney has quit IRC | 14:13 | |
*** chlong has quit IRC | 15:06 | |
*** eharney has joined #openstack-manila | 15:07 | |
*** chlong has joined #openstack-manila | 15:38 | |
*** arnewiebalck_ has quit IRC | 15:43 | |
*** chlong has quit IRC | 15:51 | |
*** AlexeyAbashkin has quit IRC | 15:53 | |
*** pcaruana has quit IRC | 15:59 | |
*** wes_dillingham has quit IRC | 16:06 | |
*** chlong has joined #openstack-manila | 16:11 | |
*** wes_dillingham has joined #openstack-manila | 16:37 | |
*** arnewiebalck_ has joined #openstack-manila | 16:40 | |
*** jmlowe has quit IRC | 16:47 | |
*** chlong has quit IRC | 16:48 | |
*** gouthamr has quit IRC | 17:04 | |
*** arnewiebalck_ has quit IRC | 17:09 | |
*** AlexeyAbashkin has joined #openstack-manila | 17:21 | |
*** AlexeyAbashkin has quit IRC | 17:26 | |
*** AlexeyAbashkin has joined #openstack-manila | 17:29 | |
*** AlexeyAbashkin has quit IRC | 17:34 | |
*** lpetrut_ has quit IRC | 17:45 | |
*** arnewiebalck_ has joined #openstack-manila | 17:54 | |
*** arnewiebalck_ has quit IRC | 17:56 | |
*** lpetrut_ has joined #openstack-manila | 18:10 | |
*** jmlowe has joined #openstack-manila | 18:18 | |
*** arnewiebalck_ has joined #openstack-manila | 18:52 | |
*** wes_dillingham has quit IRC | 18:53 | |
*** wes_dillingham has joined #openstack-manila | 18:57 | |
*** masuberu has quit IRC | 19:01 | |
*** arnewiebalck_ has quit IRC | 19:13 | |
*** jmlowe has quit IRC | 19:30 | |
*** openstackgerrit has joined #openstack-manila | 19:32 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/manila master: py3.x: Use six.text_type() instead of unicode() https://review.openstack.org/508308 | 19:32 |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/manila master: py3.x: Use six.text_type() instead of unicode() https://review.openstack.org/508308 | 19:34 |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/manila master: py3.x: Use six.text_type() instead of unicode() https://review.openstack.org/508308 | 19:36 |
*** makowals_ has joined #openstack-manila | 19:39 | |
*** jmlowe has joined #openstack-manila | 19:48 | |
*** jprovazn has quit IRC | 19:57 | |
*** harlowja has quit IRC | 20:00 | |
*** ociuhandu has quit IRC | 20:02 | |
*** wes_dillingham has quit IRC | 20:06 | |
*** jmlowe has quit IRC | 20:38 | |
*** jmlowe has joined #openstack-manila | 20:57 | |
*** makowals_ has quit IRC | 21:00 | |
*** catintheroof has quit IRC | 21:02 | |
*** harlowja has joined #openstack-manila | 21:07 | |
*** jmlowe has quit IRC | 21:12 | |
*** jmlowe has joined #openstack-manila | 21:26 | |
*** ociuhandu has joined #openstack-manila | 21:30 | |
*** wes_dillingham has joined #openstack-manila | 21:45 | |
*** jmlowe has quit IRC | 21:47 | |
*** eharney has quit IRC | 21:47 | |
*** jmlowe has joined #openstack-manila | 21:54 | |
*** dustins has quit IRC | 22:06 | |
*** lpetrut_ has quit IRC | 22:09 | |
*** dustins has joined #openstack-manila | 22:11 | |
*** tpsilva has quit IRC | 22:41 | |
*** AlexeyAbashkin has joined #openstack-manila | 22:47 | |
*** dustins has quit IRC | 22:50 | |
*** AlexeyAbashkin has quit IRC | 22:52 | |
*** jmlowe has quit IRC | 22:53 | |
*** dsariel has quit IRC | 23:09 | |
*** masber has joined #openstack-manila | 23:14 | |
*** ganso has quit IRC | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!