Wednesday, 2021-02-03

*** ianychoi__ has joined #openstack-manila00:14
*** tosky has quit IRC00:15
*** ianychoi_ has quit IRC00:17
*** LinPeiWen42 has joined #openstack-manila00:31
*** ivan_lin has joined #openstack-manila00:43
*** baojg has joined #openstack-manila01:48
*** dviroel has quit IRC01:54
*** lbragstad_ has joined #openstack-manila02:14
*** lbragstad has quit IRC02:17
*** toabctl has quit IRC02:34
*** toabctl has joined #openstack-manila02:50
*** LinPeiWen has joined #openstack-manila02:50
*** ivan_lin has quit IRC02:53
*** ivan_lin has joined #openstack-manila03:03
*** LinPeiWen has quit IRC03:05
*** LinPeiWen42 has quit IRC03:13
openstackgerritRatnakaram Rajesh proposed openstack/manila master: Adding Zadara Manila driver  https://review.opendev.org/c/openstack/manila/+/76859003:25
*** lbragstad_ is now known as lbragstad03:51
*** LinPeiWen has joined #openstack-manila04:23
*** ivan_lin has quit IRC04:29
*** ivan_lin has joined #openstack-manila04:30
*** baojg has quit IRC04:37
*** baojg has joined #openstack-manila04:38
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: Consolidate waiters methods  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/77251405:34
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: [Negative] Get share from other project  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/77384107:30
*** vishalmanchanda has joined #openstack-manila07:33
openstackgerritVishal Manchanda proposed openstack/manila-ui master: [DNM] Test integration job  https://review.opendev.org/c/openstack/manila-ui/+/77384307:41
*** tosky has joined #openstack-manila08:40
*** baojg has quit IRC09:34
*** baojg has joined #openstack-manila09:35
*** LinPeiWen has quit IRC10:00
*** baojg has quit IRC10:12
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: [Negative] Get share from other project  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/77384110:17
*** LinPeiWen has joined #openstack-manila10:18
openstackgerritRatnakaram Rajesh proposed openstack/manila master: Adding Zadara Manila driver  https://review.opendev.org/c/openstack/manila/+/76859010:56
*** LinPeiWen has quit IRC11:02
*** dviroel has joined #openstack-manila11:14
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila master: Add create share from snapshot in CephFS  https://review.opendev.org/c/openstack/manila/+/74156011:32
*** LinPeiWen has joined #openstack-manila11:38
*** baojg has joined #openstack-manila11:44
*** carloss has joined #openstack-manila11:49
*** baojg has quit IRC13:30
*** eliaswimmer has joined #openstack-manila13:33
eliaswimmerHi, I just stumbled upon the account and password for manila generic share servers13:34
eliaswimmerand I have to say I was shocked! manila:manila13:34
eliaswimmerWhere is this set and how can I change this to something secure?13:35
tbarroneliaswimmer: I didn't do it :)  Seriously, that image as is is intended for testing, CI, not for production use.13:42
tbarroneliaswimmer: if you want to use it as your basis for production rather than, e.g. downloading a fresh ubuntu cloud image, you could use virt-customize to modify password, user, etc.13:43
tbarroneliaswimmer: https://libguestfs.org/virt-customize.1.html13:44
tbarroneliaswimmer: or build with disk image builder using this repo: https://github.com/openstack/manila-image-elements13:51
*** lbragstad has quit IRC13:57
*** sfernand has joined #openstack-manila14:02
eliaswimmertbarron: Oh thank you for the information, I think we should put that into the documentation too! (https://docs.openstack.org/manila/ussuri/install/post-install.html)14:03
*** felipe_rodrigues has joined #openstack-manila14:03
eliaswimmerThe other problem is, that one of my share servers run out of pcie lanes... and I have to switch driver to scsi. Can I cold migrate the server?14:06
tbarroneliaswimmer: if you have time to raise a launchpad bug for the doc issue that would be great14:07
tbarroneliaswimmer: I don't have experience with migrating share servers for the generic driver.  In principle they are just nova instances ...14:08
tbarronmaybe someone else here would know .... ^^^ or nova folks could speak to migration when switching machine types, pcie to scsi, etc.14:09
eliaswimmeroh, that should be possible, I am just not sure how manila will react14:17
eliaswimmerOne solution would be to give a max share count per server instance14:18
eliaswimmerso that a new server spins up14:18
eliaswimmerright now it fails with an error that volume can't be attached14:18
eliaswimmerI had similar issues with cinder and kubernetes, where I have lots of volumes attached14:19
tbarroni guess you need to use virtio-scsi instead of virtio-blk for the nova instance and virtio-blk is the default to get past14:20
tbarrona 26 vol attachment limit?14:20
eliaswimmerWhat happens if I delete the nova instance? Will a new share server will be created?14:20
eliaswimmerWhat happens if I delete the nova instance? Will a new share server be created?14:20
tbarroneliaswimmer: the generic driver has no HA.14:24
tbarroneliaswimmer: once upon a time I thought about HA for service VMs: https://review.opendev.org/c/openstack/manila-specs/+/50498714:25
tbarroneliaswimmer: as you see, it stalled ...14:25
tbarroneliaswimmer: it's considerable work and no one really has employer sponsorship to make the generic back end production worthy14:26
eliaswimmerjust one more reason to use cephfs directly14:26
eliaswimmerhere I have the issue with routing the network, a share network like with generic driver would be great to have14:26
tbarroneliaswimmer: yes, that's a downside of current cephfs back end (shared storage network)14:27
tbarroneliaswimmer: we want to use virtiofs to address that issue https://etherpad.opendev.org/p/nova-manila-virtio-fs-support-vptg-october-202014:28
tbarroneliaswimmer: but it will be a bit before that is ready.  Most of the work will be in nova.14:29
eliaswimmerhow are people routing it right now? a separate router, some individual routes, or as a separate network where nodes attach?14:29
eliaswimmeroh that sound like a good idea!14:29
eliaswimmerso clients don't have to bother about shares at all!14:30
tbarroneliaswimmer: downstream we have consumers boot up with 2 nics, eth0 on their regular private net and eth1 on the shared storage net.14:30
tbarronThen use security groups to protect themselves from other instances on that storage net.14:31
tbarronNot ideal, but it's what can be done for now.14:31
eliaswimmertbarron: that's not possible with magnum ...14:31
eliaswimmertbarron: magnum allows only one nic14:31
tbarrondownstream we don't use magnum14:32
tbarroneliaswimmer: my point is not that the way we are doing it downstream is best, just14:32
tbarronstating facts about what people in the manila community are being paid to work on.14:33
tbarronBuilding a production quality generic driver would be great if someone had a way to fund the development.14:33
tbarronSimilarly, magnum plus manila integration with ceph back end.  CERN folks might have some solutions.14:34
eliaswimmertbarron: I am working here for a large university, where we want to build a private cloud for scientific workloads, shares a really essential to us :)14:34
*** lbragstad has joined #openstack-manila14:35
tbarroneliaswimmer: That is awesome.  I think Manila is a great fit for scientific and HPC workloads.14:37
*** jv_ has quit IRC14:43
*** jv_ has joined #openstack-manila14:44
eliaswimmertbarron: My problem is well documented! https://docs.openstack.org/manila/ussuri/configuration/shared-file-systems/drivers/generic-driver.html#known-restrictions14:54
tbarroneliaswimmer: you may be able to build your service VM with virtio-scsi instead of virtio-blk to get around that limitation14:59
tbarroneliaswimmer: the only reference I find at this moment is in a ceph context, but it will I think give you the idea15:00
tbarroneliaswimmer: https://ceph.io/planet/more-recommendations-for-ceph-and-openstack/15:00
eliaswimmertbarron: yes that should fix it! Only question is how to migrate shares15:03
*** LinPeiWen has quit IRC16:11
*** batrick has quit IRC17:32
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Advertise v2 API routes without project_id  https://review.opendev.org/c/openstack/manila/+/77370917:37
*** batrick has joined #openstack-manila17:41
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Advertise v2 API routes without project_id  https://review.opendev.org/c/openstack/manila/+/77370917:50
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: [devstack] create endpoint without project_id  https://review.opendev.org/c/openstack/manila/+/77398619:25
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: [doc] remove project_id from api endpoints  https://review.opendev.org/c/openstack/manila/+/77398719:25
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Glusterfs driver supports snapshot revert  https://review.opendev.org/c/openstack/manila/+/76294419:36
*** felipe_rodrigues has quit IRC21:12
*** openstackgerrit has quit IRC22:11
*** vishalmanchanda has quit IRC22:30
*** openstackgerrit has joined #openstack-manila22:51
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Enable healthcheck middleware  https://review.opendev.org/c/openstack/manila/+/77331122:51
openstackgerritMerged openstack/manila master: remove usage of six library from unit tests  https://review.opendev.org/c/openstack/manila/+/75707123:18
*** tosky has quit IRC23:54

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!