*** qeelee has joined #openstack-manila | 00:34 | |
*** mtanino has joined #openstack-manila | 00:55 | |
*** darrenc is now known as darrenc_afk | 01:00 | |
openstackgerrit | Merged openstack/manila: Remove unused tenant_id variable https://review.openstack.org/304293 | 01:10 |
---|---|---|
*** baojg has joined #openstack-manila | 01:14 | |
*** yangyapeng has joined #openstack-manila | 01:17 | |
*** yangyape_ has joined #openstack-manila | 01:19 | |
*** yangyapeng has quit IRC | 01:19 | |
*** BitSmith has joined #openstack-manila | 01:19 | |
*** yangyape_ has quit IRC | 01:24 | |
qeelee | Hi, I read the glusterfs driver docs, neither glusterfs driver nor glusterfs native driver supports read only level access, right? | 01:34 |
*** darrenc_afk is now known as darrenc | 01:34 | |
*** houming has joined #openstack-manila | 01:59 | |
*** qeelee has quit IRC | 02:01 | |
*** vbellur has joined #openstack-manila | 02:07 | |
*** qeelee has joined #openstack-manila | 02:13 | |
*** BitSmith has quit IRC | 02:16 | |
*** erlon has quit IRC | 02:37 | |
*** qeelee has quit IRC | 02:50 | |
*** qeelee has joined #openstack-manila | 02:54 | |
*** shausy has joined #openstack-manila | 03:12 | |
*** shausy has quit IRC | 03:21 | |
*** esker has quit IRC | 03:23 | |
*** qeelee has quit IRC | 03:35 | |
*** qeelee has joined #openstack-manila | 03:38 | |
*** qeelee has quit IRC | 03:41 | |
*** esker has joined #openstack-manila | 03:44 | |
*** esker has quit IRC | 03:48 | |
*** qeelee has joined #openstack-manila | 03:49 | |
*** houming has quit IRC | 04:23 | |
*** houming has joined #openstack-manila | 04:48 | |
*** yangyape_ has joined #openstack-manila | 04:55 | |
*** shausy has joined #openstack-manila | 04:58 | |
openstackgerrit | Jin Li proposed openstack/puppet-manila: Add Unit Tests for manila_config type https://review.openstack.org/304955 | 05:15 |
*** rraja has joined #openstack-manila | 05:20 | |
*** Yangyapeng has joined #openstack-manila | 05:29 | |
*** sgotliv_ has quit IRC | 05:40 | |
*** nkrinner has joined #openstack-manila | 05:54 | |
*** lpetrut has joined #openstack-manila | 06:06 | |
*** Yangyapeng has left #openstack-manila | 06:11 | |
zhongjun__ | qeelee: yes, I think so. we can also see it in link:https://github.com/openstack/manila/blob/master/doc/source/devref/share_back_ends_feature_support_mapping.rst | 06:15 |
zhongjun__ | qeelee: Ramana Raja submit a blueprint to implement it. bug not submit the code. link: https://blueprints.launchpad.net/manila/+spec/glusterfs-native-driver-read-only-share-support | 06:18 |
zhongjun__ | s/bug/but | 06:18 |
qeelee | zhongjun__: Thanks a lot for the imformation! | 06:20 |
qeelee | zhongjun__: read only access is a basic need to me. I’m a bit surprise that glusterfs doesn’t support it… | 06:22 |
zhongjun__ | qeelee: You are welcome. Maybe you could ping rraja(Ramana Raja) in this room and ask about implementation time. | 06:27 |
rraja | zhongjun__: thanks! | 06:29 |
qeelee | rraja: Is there any schedule for the BP? | 06:32 |
zhongjun__ | rraja: :) | 06:32 |
rraja | qeelee: The feature is missing in the GlusterFS. GlusterFS does not currently allow read-only access of its volume (a volume is served as a share by the native driver) selectively to its native FUSE clients (needed to mount the shares/volumes). The GlusterFS feature to do is still under review. http://review.gluster.org/#/c/13295/ | 06:38 |
rraja | qeelee: once the GlusterFS feature is implemented, it's trivial to use it for the native driver. Sorry, I cannot give you a date on when the GlusterFS community will implement the feature, and so can't give you a schedule of when it can be implemented. | 06:41 |
rraja | s/it/read only feature for the native driver/ | 06:42 |
qeelee | rraja: Got it, thanks for sharing the background. | 06:42 |
rraja | qeelee: no problem. thanks! | 06:43 |
qeelee | rraja: I noticed the feature is for gluster_native driver. The access control is implemented via SSL/TLS certification. How about the gluster driver? How does it implement the access control? It’s not mentioned in http://docs.openstack.org/developer/manila/devref/glusterfs_driver.html | 06:56 |
openstackgerrit | Thomas Bechtold proposed openstack/manila: Fix doc build if git is absent https://review.openstack.org/304994 | 07:01 |
*** alyson_ has quit IRC | 07:02 | |
*** alyson_ has joined #openstack-manila | 07:02 | |
rraja | qeelee: In the case of glusterfs_native, the glusterfs client (manila client) and the glusterfs server (manila's storage backend) need to have their certificates validated by a common CA out of band of manila. the glusterfs_native driver authorizes a client based on its certificate's common name, access to a glusterfs volume. | 07:03 |
*** esker has joined #openstack-manila | 07:05 | |
rraja | qeelee: in the case of glusterfs driver, share access contol relies on gluster-NFS server or NFS-Ganesha server (that talks to the storage cluster). | 07:06 |
rraja | qeelee: and the point to note is that glusterfs drivers serves NFS shares. | 07:07 |
qeelee | rraja: It’s also out of manila? Admin or user need to configure the gluster-NFS server or NFS-Ganesha server to provisioning access rules? | 07:08 |
*** esker has quit IRC | 07:10 | |
*** lpetrut has quit IRC | 07:11 | |
rraja | qeelee: currently, when you setup glusterfs storage cluster (which manila does not setup for you) the gluster-NFS server is brought up default and used as the storage cluster's NFS server. If you want to use NFS-Ganesha you'd have to set it up such that GlusterFS cluster uses it. | 07:15 |
rraja | qeelee: the driver talks to the NFS servers and manipulates its export entries based on access API call. | 07:17 |
*** rraja is now known as rraja|afk | 07:22 | |
*** esker has joined #openstack-manila | 07:26 | |
openstackgerrit | zhongjun proposed openstack/manila: Fix not use provided version for "manage" tempest test https://review.openstack.org/305006 | 07:27 |
*** esker has quit IRC | 07:31 | |
openstackgerrit | Thomas Bechtold proposed openstack/manila: Fix doc build if git is absent https://review.openstack.org/304994 | 07:36 |
qeelee | rraja: understood, thanks! | 07:43 |
*** baojg has quit IRC | 07:58 | |
*** baojg has joined #openstack-manila | 07:59 | |
*** esker has joined #openstack-manila | 08:07 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add Grenade support to Manila https://review.openstack.org/302801 | 08:10 |
*** esker has quit IRC | 08:12 | |
*** rraja|afk is now known as rraja | 08:15 | |
openstackgerrit | zhongjun proposed openstack/manila: Fix not use provided version for "manage" tempest test https://review.openstack.org/305006 | 08:16 |
*** esker has joined #openstack-manila | 08:29 | |
*** esker has quit IRC | 08:33 | |
*** esker has joined #openstack-manila | 08:50 | |
*** esker has quit IRC | 08:55 | |
*** lpetrut has joined #openstack-manila | 08:59 | |
*** ociuhandu has quit IRC | 09:07 | |
*** esker has joined #openstack-manila | 09:11 | |
*** esker has quit IRC | 09:15 | |
openstackgerrit | zhongjun proposed openstack/manila: Add user_id echo in manila show/create/manage API https://review.openstack.org/298115 | 09:22 |
openstackgerrit | zhongjun proposed openstack/manila: Fix not use provided version for "manage" tempest test https://review.openstack.org/305006 | 09:31 |
*** esker has joined #openstack-manila | 09:32 | |
*** esker has quit IRC | 09:37 | |
*** cfey has joined #openstack-manila | 09:37 | |
openstackgerrit | zhongjun proposed openstack/python-manilaclient: [WIP]Add snapshot instances admin APIs in CLI https://review.openstack.org/304449 | 09:38 |
*** cfey__ has joined #openstack-manila | 09:41 | |
*** cfey__ has quit IRC | 09:41 | |
*** marcfdlr has joined #openstack-manila | 09:42 | |
*** thomas__ has joined #openstack-manila | 09:45 | |
cfey_ | Hello together, I'm just doing some manila-api stressing with a netapp and hds backend configured...and discovered that it seems to take more and more time to create a share (e.g. create #1 needs 15s and create #50 needs 18s) | 09:46 |
cfey_ | it does not look like the backend is the issue for the delay, since it only needs below 1s to to the actual storage task | 09:47 |
*** cfey has quit IRC | 09:47 | |
*** chlong has quit IRC | 09:47 | |
*** cFouts has quit IRC | 09:47 | |
*** gnarld_ has joined #openstack-manila | 09:48 | |
*** esker has joined #openstack-manila | 09:53 | |
*** chlong has joined #openstack-manila | 09:54 | |
*** esker has quit IRC | 09:58 | |
*** sgotliv_ has joined #openstack-manila | 10:02 | |
*** baojg has quit IRC | 10:06 | |
*** yangyape_ has quit IRC | 10:09 | |
*** esker has joined #openstack-manila | 10:14 | |
*** esker has quit IRC | 10:19 | |
*** sgotliv_ has quit IRC | 10:24 | |
*** aovchinnikov has joined #openstack-manila | 10:29 | |
*** openstackstatus has quit IRC | 10:32 | |
*** openstack has joined #openstack-manila | 11:33 | |
*** sgotliv_ has joined #openstack-manila | 11:34 | |
*** openstackgerrit has quit IRC | 11:35 | |
*** qeelee has quit IRC | 11:36 | |
*** ekarlso has quit IRC | 11:36 | |
*** _laco has quit IRC | 11:36 | |
*** bswartz has quit IRC | 11:37 | |
*** toabctl has quit IRC | 11:37 | |
*** cfey_ has quit IRC | 11:37 | |
*** cfey has joined #openstack-manila | 11:37 | |
*** toabctl has joined #openstack-manila | 11:41 | |
*** qeelee has joined #openstack-manila | 11:43 | |
*** ekarlso has joined #openstack-manila | 11:49 | |
*** _laco has joined #openstack-manila | 11:50 | |
*** erlon has joined #openstack-manila | 11:51 | |
*** openstackgerrit has joined #openstack-manila | 11:51 | |
*** mtanino has quit IRC | 11:56 | |
*** esker has joined #openstack-manila | 11:59 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add Grenade support to Manila https://review.openstack.org/302801 | 12:02 |
*** mlima_ has joined #openstack-manila | 12:03 | |
*** esker has quit IRC | 12:04 | |
*** mlima has quit IRC | 12:06 | |
*** esker has joined #openstack-manila | 12:21 | |
*** esker has quit IRC | 12:25 | |
*** eharney has joined #openstack-manila | 12:26 | |
*** xyang1 has joined #openstack-manila | 12:27 | |
*** bswartz has joined #openstack-manila | 12:34 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add Grenade support to Manila https://review.openstack.org/302801 | 12:34 |
*** timcl has joined #openstack-manila | 12:38 | |
*** mtanino has joined #openstack-manila | 12:43 | |
*** sage has quit IRC | 12:46 | |
*** sage has joined #openstack-manila | 12:48 | |
*** houming has quit IRC | 12:57 | |
*** BitSmith has joined #openstack-manila | 12:59 | |
*** gouthamr has joined #openstack-manila | 13:03 | |
*** porrua has joined #openstack-manila | 13:07 | |
*** baojg has joined #openstack-manila | 13:12 | |
*** akerr has joined #openstack-manila | 13:15 | |
*** dustins has joined #openstack-manila | 13:21 | |
*** baojg has quit IRC | 13:25 | |
*** cknight has joined #openstack-manila | 13:27 | |
*** shausy has quit IRC | 13:30 | |
*** jaimguer has quit IRC | 13:43 | |
*** bill_az has joined #openstack-manila | 13:46 | |
*** akshai has joined #openstack-manila | 13:48 | |
*** jaimguer has joined #openstack-manila | 13:49 | |
*** JoseMello has joined #openstack-manila | 13:51 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila: Add doc for Share Replication https://review.openstack.org/300018 | 13:57 |
*** a_ta has joined #openstack-manila | 14:08 | |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Fix Share status when driver migrates https://review.openstack.org/299332 | 14:14 |
*** martyturner has joined #openstack-manila | 14:23 | |
*** bill_az has quit IRC | 14:38 | |
*** qeelee has quit IRC | 14:38 | |
*** porrua has quit IRC | 14:38 | |
*** nkrinner has quit IRC | 14:42 | |
*** mtanino_ has joined #openstack-manila | 14:44 | |
*** mtanino has quit IRC | 14:46 | |
*** erlon has quit IRC | 14:47 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila: Handle manage/unmanage for replicated shares https://review.openstack.org/301962 | 14:48 |
*** akshai has quit IRC | 14:49 | |
*** mtanino has joined #openstack-manila | 14:49 | |
*** akshai has joined #openstack-manila | 14:50 | |
*** mtanino_ has quit IRC | 14:51 | |
*** esker has joined #openstack-manila | 14:56 | |
*** esker has quit IRC | 14:56 | |
*** esker has joined #openstack-manila | 14:56 | |
*** esker has quit IRC | 14:57 | |
*** esker has joined #openstack-manila | 14:58 | |
*** martyturner has quit IRC | 15:02 | |
*** martyturner has joined #openstack-manila | 15:08 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add Grenade support to Manila https://review.openstack.org/302801 | 15:14 |
*** furlongm has quit IRC | 15:15 | |
*** furlongm has joined #openstack-manila | 15:16 | |
*** mlima_ has left #openstack-manila | 15:24 | |
*** mlima has joined #openstack-manila | 15:25 | |
*** akshai has quit IRC | 15:26 | |
*** esker has quit IRC | 15:32 | |
*** esker has joined #openstack-manila | 15:33 | |
*** akerr_ has joined #openstack-manila | 15:37 | |
*** openstack has joined #openstack-manila | 16:10 | |
*** akshai has joined #openstack-manila | 16:14 | |
*** lpetrut has quit IRC | 16:19 | |
*** esker has quit IRC | 16:25 | |
*** esker has joined #openstack-manila | 16:27 | |
*** zhongjun__ has quit IRC | 16:36 | |
*** zhongjun_ has joined #openstack-manila | 16:37 | |
*** ociuhandu has quit IRC | 16:38 | |
*** esker has quit IRC | 16:45 | |
*** rraja has quit IRC | 16:47 | |
*** jasonsb has joined #openstack-manila | 16:52 | |
*** akerr_ is now known as akerr_away | 17:02 | |
*** madorn has joined #openstack-manila | 17:08 | |
madorn | hi, i enabled manila plugin with devstack master and getting an error in horizon logs: ImportError: No module named manila_ui.dashboards - any ideas? | 17:11 |
*** akerr_away is now known as akerr_ | 17:13 | |
*** jasonsb has quit IRC | 17:20 | |
bswartz | madorn: did you want the UI plugin or just manila? | 17:27 |
*** lpetrut has joined #openstack-manila | 17:27 | |
bswartz | because it's easy to disable the UI plugin | 17:27 |
bswartz | it's possible that there's a bug in the manila-ui project due to a recent change in horizon | 17:27 |
ganso | gouthamr: ping | 17:30 |
madorn | bswartz: manila & UI plugin. | 17:35 |
madorn | bswartz: i think you are right. | 17:35 |
bswartz | madorn: okay then we have to debug the issue | 17:35 |
bswartz | I would bet on a recent horizon change causing the problem, and we would need to fix it with change to manila-ui project | 17:36 |
madorn | bswartz: it clones down manila-ui and updates horizon with references to manila. | 17:36 |
madorn | yes, that seemed to be the issue. thanks for responding. | 17:36 |
*** lpetrut has quit IRC | 17:37 | |
madorn | bswartz: should i post a bug to https://bugs.launchpad.net/manila-ui? | 17:37 |
madorn | or is it a horizon issue? | 17:37 |
bswartz | madorn: yes, that's the correct place for bug in the plugin | 17:38 |
bswartz | unless you believe horizon broke something it shouldn't have, in which case that bug should be filed against horizon | 17:38 |
madorn | bswartz: do you know if anyone has manila ui working with recent devstack master? | 17:39 |
madorn | i'd imagine someone would have submitted a bug by now | 17:40 |
bswartz | madorn: many of us turn off horizon in our dev environments | 17:40 |
* bswartz includes himself | 17:41 | |
bswartz | hopefully someone who runs with horizon turned on can tell us the last time they built devstack successfully | 17:41 |
madorn | oh i see | 17:42 |
madorn | bswartz, thanks for your help | 17:51 |
gouthamr | ganso: pong | 18:01 |
ganso | gouthamr: Hi gouthamr! :) | 18:02 |
ganso | gouthamr: I noticed your Share Replication Doc patch has several trailing whitespaces | 18:02 |
ganso | gouthamr: are you planning to address those? | 18:02 |
gouthamr | hi Rodrigo! :) | 18:02 |
gouthamr | ganso: oh :| | 18:02 |
gouthamr | ganso: thanks for pointing that out. strangely they're in places that aren't updated.. | 18:03 |
gouthamr | ganso: https://review.openstack.org/#/c/300018/3/doc/source/devref/capabilities_and_extra_specs.rst | 18:03 |
ganso | gouthamr: yup | 18:04 |
ganso | gouthamr: not sure if anyone would complain if you fix those | 18:05 |
ganso | gouthamr: I would appreciate :) | 18:05 |
*** absubram has joined #openstack-manila | 18:10 | |
*** esker has joined #openstack-manila | 18:23 | |
*** eharney has quit IRC | 18:29 | |
gouthamr | ganso: sure thing. will do :) | 18:35 |
ganso | gouthamr: btw, nice choice of replication domain example xD | 18:35 |
gouthamr | ganso: :D | 18:35 |
gouthamr | ganso: i actually had it reading.. you can replicate to 'asgard' | 18:36 |
gouthamr | ganso: ameade had me fix that | 18:36 |
*** absubram_ has joined #openstack-manila | 18:36 | |
ganso | gouthamr: lol | 18:36 |
*** absubram has quit IRC | 18:37 | |
*** absubram_ is now known as absubram | 18:37 | |
*** dgonzalez has quit IRC | 18:37 | |
tbarron | is there a reaoson that 'manila list --all-tenants' does not display the project/tenant id of each share? | 18:38 |
*** gnarld_ is now known as nug | 18:39 | |
*** vbellur has quit IRC | 18:39 | |
*** csaba has quit IRC | 18:39 | |
*** nug is now known as Guest6633 | 18:39 | |
*** jaimguer has quit IRC | 18:39 | |
*** timcl has quit IRC | 18:39 | |
*** openstackgerrit has quit IRC | 18:39 | |
*** vbellur has joined #openstack-manila | 18:40 | |
*** dalgaaf has quit IRC | 18:41 | |
*** DuncanT has quit IRC | 18:41 | |
*** erlon has quit IRC | 18:41 | |
*** timcl has joined #openstack-manila | 18:43 | |
*** dgonzalez has joined #openstack-manila | 18:44 | |
*** Guest6633 is now known as cFouts | 18:45 | |
gouthamr | tbarron: zhongjun_ had a change that would do that | 18:46 |
bswartz | tbarron: sounds like a bug | 18:46 |
bswartz | wonder if it's missing on the server side or client side | 18:46 |
*** erlon has joined #openstack-manila | 18:47 | |
gouthamr | tbarron: https://review.openstack.org/#/c/298115/ (though as a side effect of the actual bug) | 18:47 |
gouthamr | tbarron: you mean project_id .. sorry, my bad. | 18:48 |
tbarron | gouthamr: yeah project id, sometimes formerly called tenant id | 18:49 |
*** dalgaaf has joined #openstack-manila | 18:49 | |
gouthamr | tbarron: api/views/shares.py actually has project_id in the response payload | 18:50 |
tbarron | cinder equiv cmd shows it, and it's pretty essential, e.g. when figuring out alleged quota issues | 18:50 |
gouthamr | tbarron: the ``manila list`` command seems to ignore it in the table. .. | 18:50 |
tbarron | so I guess i will raise a bug on this and fix it | 18:51 |
gouthamr | list_of_keys = [ 'ID', 'Name', 'Size', 'Share Proto', 'Status', 'Is Public', 'Share Type Name', 'Host', 'Availability Zone'] | 18:51 |
gouthamr | tbarron: maybe add this key only if all_tenants is used.. :) | 18:51 |
tbarron | if there's agreement that this isn't a feature, seems to me a bug | 18:52 |
tbarron | gouthamr: yes, exactly | 18:52 |
gouthamr | tbarron: it's probably a bug.. because it's in the print_list of the shell.. do clients write stuff around the shell? | 18:52 |
*** jaimguer has joined #openstack-manila | 18:53 | |
*** csaba has joined #openstack-manila | 18:53 | |
tbarron | gouthamr: sorry, what do you mean by "do clients write stuff aroudn the shell?" | 18:53 |
gouthamr | tbarron: i meant, if someone is importing python-manilaclient and using it in their project.. they wouldn't be using the shell would they? | 18:54 |
gouthamr | tbarron: i assume they would be using the list method from manilaclient/v2/shares.py which definitely gives them the project_id | 18:55 |
gouthamr | tbarron: long winded answer for "bug, not a feature" :) | 18:55 |
*** openstackgerrit has joined #openstack-manila | 18:55 | |
tbarron | gouthamr: ok, yeah, bug. my customer is using horizon, i had them run python-manilaclient commands to see what's going on with a quota issue and I was surprised not to see the tenant/project id listed. | 18:57 |
tbarron | so I ran it myself in devstack/master and saw it is still not there. | 18:57 |
gouthamr | tbarron: just confirmed, run with --debug, the project_id is there in the list. | 18:59 |
gouthamr | s/list/json | 19:00 |
*** eharney has joined #openstack-manila | 19:01 | |
tbarron | gouthamr: yeah, thanks | 19:02 |
*** DuncanT has joined #openstack-manila | 19:04 | |
*** a_ta_ has joined #openstack-manila | 19:13 | |
*** a_ta has quit IRC | 19:17 | |
*** BitSmith is now known as [BitSmith] | 19:26 | |
*** martyturner has quit IRC | 19:28 | |
*** lpetrut has joined #openstack-manila | 19:29 | |
*** [BitSmith] is now known as BitSmith | 19:29 | |
*** BitSmith is now known as [BitSmith] | 19:29 | |
*** martyturner has joined #openstack-manila | 19:29 | |
*** zhongjun__ has joined #openstack-manila | 19:37 | |
*** lgreg has quit IRC | 19:38 | |
*** jcsp_ has joined #openstack-manila | 19:42 | |
*** lpetrut has quit IRC | 19:45 | |
*** lpetrut has joined #openstack-manila | 19:45 | |
*** gouthamr_ has joined #openstack-manila | 19:46 | |
*** dgonzalez has quit IRC | 19:48 | |
*** zhongjun_ has quit IRC | 19:48 | |
*** furlongm has quit IRC | 19:48 | |
*** gouthamr has quit IRC | 19:48 | |
*** sgotliv_ has quit IRC | 19:48 | |
*** alyson_ has quit IRC | 19:48 | |
*** david-lyle has quit IRC | 19:48 | |
*** mkoderer__ has quit IRC | 19:48 | |
*** jcsp has quit IRC | 19:48 | |
*** netapp has quit IRC | 19:48 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila: Add doc for Share Replication https://review.openstack.org/300018 | 19:51 |
*** netapp_ has joined #openstack-manila | 19:52 | |
*** furlongm_ has joined #openstack-manila | 19:52 | |
*** gouthamr_ is now known as gouthame | 19:54 | |
*** gouthame is now known as gouthamr_ | 19:55 | |
*** mkoderer___ has joined #openstack-manila | 19:55 | |
*** [BitSmith] is now known as BitSmith | 19:56 | |
*** BitSmith is now known as [BitSmith] | 19:56 | |
*** gouthamr_ is now known as gouthamr | 19:56 | |
*** alyson__ has joined #openstack-manila | 19:56 | |
*** sgotliv__ has joined #openstack-manila | 19:57 | |
*** dgonzalez_ has joined #openstack-manila | 20:02 | |
*** dgonzalez has joined #openstack-manila | 20:03 | |
*** furlongm has joined #openstack-manila | 20:03 | |
*** sgotliv_ has joined #openstack-manila | 20:03 | |
*** alyson_ has joined #openstack-manila | 20:03 | |
*** david-lyle has joined #openstack-manila | 20:03 | |
*** mkoderer__ has joined #openstack-manila | 20:03 | |
*** netapp has joined #openstack-manila | 20:03 | |
*** [BitSmith] is now known as BitSmith | 20:04 | |
*** dgonzalez has quit IRC | 20:04 | |
*** furlongm has quit IRC | 20:04 | |
*** sgotliv_ has quit IRC | 20:04 | |
*** alyson_ has quit IRC | 20:04 | |
*** david-lyle has quit IRC | 20:04 | |
*** mkoderer__ has quit IRC | 20:04 | |
*** netapp has quit IRC | 20:04 | |
*** dgonzalez_ is now known as dgonzalez | 20:04 | |
*** netapp_ is now known as netapp | 20:04 | |
*** BitSmith is now known as [BitSmith] | 20:04 | |
*** alyson__ is now known as alyson_ | 20:04 | |
*** david-lyle has joined #openstack-manila | 20:05 | |
*** [BitSmith] is now known as BitSmith | 20:08 | |
*** BitSmith is now known as [BitSmith] | 20:08 | |
*** akerr_ has quit IRC | 20:12 | |
*** [BitSmith] is now known as BitSmith | 20:16 | |
*** BitSmith is now known as [BitSmith] | 20:16 | |
*** [BitSmith] is now known as BitSmith | 20:18 | |
*** BitSmith is now known as [BitSmith] | 20:18 | |
*** mlima_ has joined #openstack-manila | 20:28 | |
*** mlima has quit IRC | 20:30 | |
*** krotscheck is now known as krotscheck_dcm | 20:36 | |
*** gouthamr_ has joined #openstack-manila | 20:37 | |
*** jseiler_ has joined #openstack-manila | 20:37 | |
*** BitSmith has joined #openstack-manila | 20:39 | |
*** akshai_ has joined #openstack-manila | 20:39 | |
*** akerr has joined #openstack-manila | 20:43 | |
*** netapp has quit IRC | 20:47 | |
*** gouthamr has quit IRC | 20:47 | |
*** csaba has quit IRC | 20:47 | |
*** jaimguer has quit IRC | 20:47 | |
*** akshai has quit IRC | 20:47 | |
*** [BitSmith] has quit IRC | 20:47 | |
*** jseiler has quit IRC | 20:47 | |
*** netapp has joined #openstack-manila | 20:47 | |
*** martyturner has quit IRC | 20:49 | |
*** cknight has quit IRC | 20:50 | |
*** martyturner has joined #openstack-manila | 20:51 | |
*** jaimguer has joined #openstack-manila | 20:53 | |
*** csaba has joined #openstack-manila | 20:53 | |
*** esker has quit IRC | 20:55 | |
*** bill_az_ has joined #openstack-manila | 20:59 | |
*** BitSmith is now known as [BitSmith] | 20:59 | |
*** esker has joined #openstack-manila | 21:00 | |
*** akerr has quit IRC | 21:01 | |
*** gouthamr_ has quit IRC | 21:07 | |
*** akerr has joined #openstack-manila | 21:10 | |
*** akerr has quit IRC | 21:10 | |
*** esker has quit IRC | 21:15 | |
*** esker has joined #openstack-manila | 21:16 | |
*** [BitSmith] is now known as BitSmith | 21:19 | |
*** martyturner has quit IRC | 21:25 | |
*** BitSmith has quit IRC | 21:27 | |
*** esker has quit IRC | 21:30 | |
*** esker has joined #openstack-manila | 21:31 | |
*** dgonzalez has quit IRC | 21:35 | |
*** gouthamr has joined #openstack-manila | 21:36 | |
*** dalgaaf has quit IRC | 21:39 | |
*** jseiler__ has joined #openstack-manila | 21:41 | |
*** jseiler_ has quit IRC | 21:41 | |
*** a_ta_ has quit IRC | 21:41 | |
*** a_ta has joined #openstack-manila | 21:42 | |
*** dgonzalez has joined #openstack-manila | 21:45 | |
*** sgotliv__ has quit IRC | 21:53 | |
*** gouthamr_ has joined #openstack-manila | 21:54 | |
*** gouthamr has quit IRC | 21:55 | |
*** lpetrut has quit IRC | 22:00 | |
*** toabctl has quit IRC | 22:09 | |
*** aovchinnikov has quit IRC | 22:10 | |
*** aovchinnikov has joined #openstack-manila | 22:11 | |
*** _laco has quit IRC | 22:11 | |
*** gouthamr_ is now known as gouthamr | 22:14 | |
*** toabctl has joined #openstack-manila | 22:15 | |
*** JoseMello has quit IRC | 22:19 | |
*** _laco has joined #openstack-manila | 22:21 | |
*** dalgaaf has joined #openstack-manila | 22:22 | |
*** cknight has joined #openstack-manila | 22:30 | |
*** cknight1 has joined #openstack-manila | 22:35 | |
*** dustins has quit IRC | 22:36 | |
*** cknight has quit IRC | 22:37 | |
*** adrianofr has quit IRC | 22:40 | |
*** akshai_ has quit IRC | 22:41 | |
*** resker has joined #openstack-manila | 22:48 | |
*** esker has quit IRC | 22:51 | |
*** akshai has joined #openstack-manila | 22:51 | |
*** akshai_ has joined #openstack-manila | 22:52 | |
*** akshai has quit IRC | 22:56 | |
*** BitSmith has joined #openstack-manila | 23:00 | |
*** akshai_ has quit IRC | 23:03 | |
*** gouthamr has quit IRC | 23:07 | |
*** xyang1 has quit IRC | 23:13 | |
*** ganso has quit IRC | 23:20 | |
*** BitSmith has quit IRC | 23:28 | |
*** mlima__ has joined #openstack-manila | 23:47 | |
*** mlima_ has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!