*** gyee has quit IRC | 00:11 | |
*** irclogbot_3 has joined #openstack-swift | 00:17 | |
*** mikecmpbll has quit IRC | 01:20 | |
*** itlinux has joined #openstack-swift | 01:34 | |
*** psachin has joined #openstack-swift | 02:48 | |
openstackgerrit | Merged openstack/swift master: py3: port formpost middleware https://review.openstack.org/639502 | 02:55 |
---|---|---|
*** zaitcev has quit IRC | 04:06 | |
*** coreycb has quit IRC | 04:31 | |
*** fyx has quit IRC | 04:31 | |
*** spsurya has quit IRC | 04:31 | |
*** clayg has quit IRC | 04:31 | |
*** hogepodge has quit IRC | 04:32 | |
*** nottrobin has quit IRC | 04:33 | |
*** clayg has joined #openstack-swift | 04:34 | |
*** ChanServ sets mode: +v clayg | 04:34 | |
*** coreycb has joined #openstack-swift | 04:34 | |
*** spsurya has joined #openstack-swift | 04:34 | |
*** fyx has joined #openstack-swift | 04:34 | |
*** hogepodge has joined #openstack-swift | 04:35 | |
*** nottrobin has joined #openstack-swift | 04:36 | |
*** tkajinam has quit IRC | 05:59 | |
*** tkajinam has joined #openstack-swift | 05:59 | |
*** psachin has quit IRC | 06:20 | |
*** psachin has joined #openstack-swift | 06:25 | |
*** rcernin has quit IRC | 07:07 | |
*** pcaruana has joined #openstack-swift | 07:27 | |
*** hseipp has joined #openstack-swift | 08:13 | |
*** tkajinam has quit IRC | 08:34 | |
*** mikecmpbll has joined #openstack-swift | 08:51 | |
*** rdejoux has joined #openstack-swift | 10:13 | |
*** spsurya has quit IRC | 10:59 | |
*** spsurya has joined #openstack-swift | 11:01 | |
*** notmyname has quit IRC | 11:28 | |
*** notmyname has joined #openstack-swift | 11:30 | |
*** ChanServ sets mode: +v notmyname | 11:30 | |
*** pcaruana has quit IRC | 11:53 | |
*** MooingLe1ur has joined #openstack-swift | 12:10 | |
*** MooingLemur has quit IRC | 12:14 | |
*** hseipp has quit IRC | 12:30 | |
*** mikecmpbll has quit IRC | 12:35 | |
*** mikecmpbll has joined #openstack-swift | 12:36 | |
*** pcaruana has joined #openstack-swift | 12:54 | |
*** irclogbot_3 has quit IRC | 13:01 | |
*** altlogbot_0 has quit IRC | 13:01 | |
*** irclogbot_2 has joined #openstack-swift | 13:02 | |
*** altlogbot_1 has joined #openstack-swift | 13:02 | |
*** henriqueof has joined #openstack-swift | 14:35 | |
henriqueof | How does replication works on Swift, per server or disk? I have a server with three disks, does it mean that if one disk fails I have replicas on the other two? | 14:36 |
henriqueof | Sorry if this is a simple question, I can find clear info on the docs. | 14:37 |
tdasilva | henriqueof: that's a very simple example, but yes. normally you would not build a production cluster with just one node tho. So when you add more more nodes swift would make sure that replicas are stored in different nodes too, not just different disks. Swift has a concept of failures domains, so it always which basically goes like: disks, nodes, zones and regions. As you deploy your cluster with all those failures | 14:52 |
tdasilva | domains well defined it will attempt to store replicas in different failure domains | 14:52 |
tdasilva | this is an old video but it explains pretty well: https://youtu.be/LzaQKKp58JI | 14:52 |
henriqueof | tdasilva: Thank you! | 14:54 |
henriqueof | So this also means that I have the storage space available of just one disk, right? | 14:55 |
*** _david_sohonet has quit IRC | 14:58 | |
tdasilva | henriqueof: yeah, if your entire cluster consists of 3 identical disks and you setup for 3 replicas, then your available space is just one disk size | 15:11 |
*** altlogbot_1 has quit IRC | 15:21 | |
openstackgerrit | Sean McGinnis proposed openstack/swift master: Fix lower-constraint deps handling https://review.openstack.org/645624 | 15:24 |
*** altlogbot_3 has joined #openstack-swift | 15:26 | |
*** irclogbot_2 has quit IRC | 15:30 | |
*** irclogbot_1 has joined #openstack-swift | 15:33 | |
*** irclogbot_1 has quit IRC | 15:36 | |
*** irclogbot_1 has joined #openstack-swift | 15:38 | |
*** _david_sohonet has joined #openstack-swift | 15:53 | |
notmyname | good morning | 16:09 |
timburke | henriqueof, though as you add more disks, you can use the weight in the ring to ensure you get to use all available capacity. so if you had 5 drives for a three replica policy, 3x 4TB then you upgrade and add 2x 12TB, you should be setting the weights for the new drives to 3x the old drives' weights, and data will get rebalanced so each 12TB drive should be responsible for one replica, and the three 4TB drives will divide the work of being | 16:39 |
timburke | responsible for the remaining replica on a per-object basis | 16:39 |
timburke | (note that you'd want to do such an upgrade well before the 4TB drives get full, though; rebalances can take a while, and you *definitely* don't want to let the drives completely fill up) | 16:43 |
*** e0ne has joined #openstack-swift | 16:48 | |
*** e0ne has quit IRC | 16:59 | |
timburke | wtf? http://logs.openstack.org/24/645624/1/check/swift-tox-lower-constraints/b06abcd/job-output.txt.gz#_2019-03-22_15_49_06_635428 | 17:06 |
*** mikecmpbll has quit IRC | 17:06 | |
*** psachin has quit IRC | 17:48 | |
*** gmann is now known as gmann_afk | 17:52 | |
*** mikecmpbll has joined #openstack-swift | 18:01 | |
*** gmann_afk is now known as gmann | 18:11 | |
timburke | some interaction between cryptography and openssl apparently... | 18:12 |
*** renich has joined #openstack-swift | 18:20 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Fix lower-constraint deps handling https://review.openstack.org/645624 | 18:43 |
timburke | ^^^ is interesting... i think it might give me a framework to get those py3 func tests running in the gate without too much pain... | 18:44 |
*** pcaruana has quit IRC | 18:45 | |
notmyname | timburke: where are we with patches for a release right now? | 18:47 |
notmyname | I know I need to renofy the changelog, but I think it's ready for that | 18:47 |
notmyname | I'll be doing that after lunch | 18:47 |
*** rchurch has quit IRC | 18:48 | |
timburke | i'd still like to see the crypto patches land, particularly https://review.openstack.org/#/c/633671/ | 18:56 |
patchbot | patch 633671 - swift - Fix decryption for broken objects - 8 patch sets | 18:56 |
timburke | idk that we've got time, though | 18:56 |
timburke | cschwede, tdasilva, clayg, anybody got bandwidth for a review there? i know zaitcev had looked at it once, anyway... | 18:58 |
openstackgerrit | John Dickinson proposed openstack/swift master: authors/changelog update for 2.21.0 release https://review.openstack.org/645325 | 19:01 |
notmyname | well maybe right before lunch :-) | 19:01 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add py37 func test job https://review.openstack.org/645856 | 19:28 |
timburke | feh, the constraints thing didn't work as well as i hoped. will JIT install from master instead; not actually much worse to think about, but i *really* don't want to have to do that for any more deps... | 19:31 |
*** rdejoux has quit IRC | 19:35 | |
timburke | :D http://logs.openstack.org/56/645856/1/check/swift-tox-func-py37/a3bcf3b/job-output.txt.gz#_2019-03-22_19_41_42_916965 | 19:43 |
*** renich has quit IRC | 20:40 | |
*** renich has joined #openstack-swift | 21:29 | |
*** henriqueof has quit IRC | 21:33 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: Bring functional/test_object.py under test; add func-ec-py37 job https://review.openstack.org/645895 | 21:48 |
timburke | this chain's getting a little long... | 21:49 |
*** e0ne has joined #openstack-swift | 21:54 | |
openstackgerrit | Merged openstack/swift stable/rocky: Imported Translations from Zanata https://review.openstack.org/637371 | 22:13 |
timburke | thanks, clayg! | 22:21 |
openstackgerrit | Merged openstack/swift master: Fix decryption for broken objects https://review.openstack.org/633671 | 22:31 |
*** e0ne has quit IRC | 22:36 | |
*** _david_sohonet has quit IRC | 23:04 | |
*** thurloat1 has joined #openstack-swift | 23:17 | |
*** thurloat has quit IRC | 23:20 | |
openstackgerrit | John Dickinson proposed openstack/swift master: authors/changelog update for 2.21.0 release https://review.openstack.org/645325 | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!