Re: [Openstack] OpenStack sponsorship for OPW - Dec-Mar 2015 internship

2014-08-11 Thread Matthew Oliver
I think this is awesome, thanks Mahati for you interest :) I'm still relatively new to the Swift project, but am happy to help out in any way I can. I might not be the right candidate for mentor (notmyname or a core would be better for that), but am always online (as we found out on the weekend

Re: [Openstack] [OpenStack] [Swift] How to set maximum size of the log file?

2017-02-07 Thread Matthew Oliver
The logs should be manged via syslog, so you can just use log rotate to rotate on time or size, keep x number of copies and compress rotated versions. On Wed, Feb 8, 2017 at 6:49 AM, Alexandr Porunov wrote: > Hello, > > I found out that my log file is almost 3GB.

Re: [Openstack] Fwd: [Swift] : Dataset or Workload

2017-02-07 Thread Matthew Oliver
I'm not sure what you mean, exactly.. you can adapt your Swift cluster to manage different workloads. So what you mean by "standard" isn't obvious. If you just want to do some bench marking then ssbench, cosbench, getput and/or swift-bench are maybe what you're looking for. Regards, Matt On

Re: [Openstack] [Swift] Bug: swift-ring-builder set_weight doesn't work

2017-01-30 Thread Matthew Oliver
gt; Hello Matt, > > Thank you very much for your help! It's awesome. Now everything works! > > Best regards, > Alexandr > > On Mon, Jan 30, 2017 at 12:48 AM, Matthew Oliver <m...@oliver.net.au> > wrote: > >> Hey Alexandr, >> >> Thanks for the email.

Re: [Openstack] [Swift] How to get a list of devices from the ring in Java / Bash?

2017-01-30 Thread Matthew Oliver
Hey Alexandr, If you wanted to do it using python, and you didn't have swift installed you can use pickle and unpickle the builder. something like: import pickle builder = pickle.load(open('') Then you'd have a python dict structure, where I think you can 'builder['devs']' or with swift

Re: [Openstack] [Swift] Bug: swift-ring-builder set_weight doesn't work

2017-01-29 Thread Matthew Oliver
Hey Alexandr, Thanks for the email. I can help you in this instance, and I'll push up a patch to correct the usage documentation for the long version of the set_weight command. On Sun, Jan 29, 2017 at 8:33 AM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Hello, > > I can't change a

Re: [Openstack] how to use swift in another container

2017-10-24 Thread Matthew Oliver
Interesting. I'm not a docker expert, but it's an interesting idea. But is only a 1 replica, 1 device system. maybe if it was extended you so you add more devices or more containers to grow the cluster, that could be cool. The ring management would be the interesting part. And if you want to grow

Re: [Openstack] Not able to upload files to openstack swift

2018-02-12 Thread Matthew Oliver
Hi Aravind, There only seems to be container-server logs in your reply. So you have any from the object server? Also what ports are your object-server and container-servers listening on? Your ring is saying the object-servers are listening on 6201. Just making sure the port numbers aren't

Re: [Openstack] disable object-auditor for swift

2018-02-15 Thread Matthew Oliver
Hi Zorro, The object auditor is protecting you from bit rot. And is the service that will find corrupted files and quarantine them. So is rather important to the health of your cluster. It isn't just there because of XFS. We usually recommend XFS as when we store object metadata we store it as

Re: [Openstack] [Swift] Composite ring building

2018-03-12 Thread Matthew Oliver
I've just rebased and pushed the above patch and now is passing against current master.. so have started the blowing dust off phase ;) Matt On Mon, Mar 12, 2018 at 3:31 PM, Mark Kirkwood < mark.kirkw...@catalyst.net.nz> wrote: > On 10/03/18 07:21, Clay Gerrard wrote: > > >> >> On Thu, Mar 8,

Re: [openstack-dev] [all] Bringing back auto-abandon (was: Review metrics - what do we want to measure?)

2014-09-10 Thread Matthew Oliver
Hey all, I have written a abandon notifier script for swift. The idea is it does a gerrit query for changes that haven't been updated for 4 weeks, has a negative score and isn't WIP. It then sends an email notification warning the owner that the change is being considered as an abandoned change

Re: [openstack-dev] [Swift] Swift 2.0 release candidate

2014-06-23 Thread Matthew Oliver
Nice work swift devs! Storage policies were a great idea and now they exist! Awesome work! Matt On Jun 23, 2014 2:04 PM, John Dickinson m...@not.mn wrote: Through extensive work from the entirety of the Swift dev team over the past year, storage policies have landed in Swift. Last Friday, we

Re: [openstack-dev] [Infra][Solum][Mistral] New class of requirements for Stackforge projects

2014-06-25 Thread Matthew Oliver
On Jun 26, 2014 12:12 PM, Angus Salkeld angus.salk...@rackspace.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/06/14 15:13, Clark Boylan wrote: On Tue, Jun 24, 2014 at 9:54 PM, Adrian Otto adrian.o...@rackspace.com wrote: Hello, Solum has run into a constraint with the

Re: [openstack-dev] [ALL] Removing the tox==1.6.1 pin

2014-07-25 Thread Matthew Oliver
Just tested tox 1.7.2 with swift on my Dev box and tox -epy27 runs fine. So seems Swift isn't affected by this. Matt On Jul 26, 2014 7:44 AM, Clark Boylan cboy...@sapwetik.org wrote: Hello, The recent release of tox 1.7.2 has fixed the {posargs} interpolation issues we had with newer tox

Re: [openstack-dev] [Heat] Meeting time redux

2014-04-23 Thread Matthew Oliver
Seeing as its a global project, there will never be a great time. Alternating in nice, but that has the potential for someone missing important events for having their say cause they may just wait to the next more convenient meeting. We could have meetings based off where most contributors are,

Re: [openstack-dev] How to re-compile Devstack Code

2014-04-23 Thread Matthew Oliver
If you put OFFLINE=True in your localrc (or local.conf) file, then you can: ./unstack.sh; ./stack.sh without the stack.sh attempting to recheck out the latest code. Matt On Apr 24, 2014 3:49 PM, shiva m anjane...@gmail.com wrote: Hi, I have Devstack havana setup on Ubuntu 13.10. I am trying

Re: [openstack-dev] [swift] Allow hostname for nodes in Ring

2014-10-14 Thread Matthew Oliver
Hey Hisashi , It does indeed look abandoned. So if you want to take it over sure that's OK :) 1) It isn't a bug, so no bug report is needed. You could raise a BP if you wanted, jump on the freenode #openstack-swift channel if you want to discuss. 2) You can do one of two things: - Continue

Re: [openstack-dev] [nova] policy on old / virtually abandoned patches

2014-12-05 Thread Matthew Oliver
I have a script that does 95% of what you want: https://github.com/matthewoliver/swift_abandon_notifier We are using it for swift reviews. At the moment the only thing it doesn't do is actually abandon, it instead sends a warning email and waits n days (2 weeks by default) for action, if it

Re: [openstack-dev] [Swift] Meeting time change

2015-05-26 Thread Matthew Oliver
+1 to what Kota said! Matt On May 27, 2015 11:39 AM, Kota TSUYUZAKI tsuyuzaki.k...@lab.ntt.co.jp wrote: Thanks John and all swifters for taking care of Asian Pasific and Australian time zone. Much appreciated :) Kota (2015/05/26 4:32), John Dickinson wrote: Based on discussion over at

Re: [openstack-dev] [swift] zones and partition

2016-02-21 Thread Matthew Oliver
Kiru, That just means you have put even weight on all your drives, so your telling swift to store it that way. So short answer is there is more to it then that. Sure evenly balanced makes life easier. But it doesn't have to be the case. You can set drive weights and overload factor to

Re: [openstack-dev] [requirements][FFE] oslosphinx

2016-09-04 Thread Matthew Oliver
Thanks Tony, Yup that's my understanding too. Like you said, thanks to the upper-constraints having the correct version (4.7.0), and the fact that currently the swiftclient has oslosphinx unconstrained, means that the online documentation builds OK and the docs job passes in the gate. Further,

Re: [openstack-dev] [swift] limit/marker/count behavior when limit not given

2016-12-18 Thread Matthew Oliver
On Mon, Dec 19, 2016 at 11:54 AM, Monty Taylor wrote: > Hey all, > > In the docs for listing containers: > > http://developer.openstack.org/api-ref/object-storage/? > expanded=show-account-details-and-list-containers-detail > > it says that limit is optional. However, if

Re: [openstack-dev] [oslo] Can we stop global requirements update?

2017-04-19 Thread Matthew Oliver
We have started this work. I've been working on: https://review.openstack.org/#/c/444718/ Which will do requirement checks, as specified in the Pike PTG ehterpad for Tuesday morning: https://etherpad.openstack.org/p/relmgt-stable-requirements-ptg-pike (line 40+). Once done, Tony and I were going

Re: [openstack-dev] [storlets][mascot] mascot for the storlets project

2017-04-24 Thread Matthew Oliver
Looks cool, I'd stick it on my laptop :) On Mon, Apr 24, 2017 at 4:43 PM, wrote: > +1 > > Looks so nice to me! > > Thanks for the great illustration, Heidi! > > > > > > Thank you, > > Takashi > > > > *From:* Eran Rom [mailto:e...@itsonlyme.name] > *Sent:* Monday, April

Re: [openstack-dev] [First Contact] [SIG] Presence at the PTG

2017-12-14 Thread Matthew Oliver
Sounds great.. Still haven't got a green light from my employer whether they'd send me or not yet tho. But if I can get to the PTG I'll be there :) Matt On Fri, Dec 15, 2017 at 8:41 AM, Kendall Nelson wrote: > Yeah that should be doable :) > > As we get a little closer,

Re: [openstack-dev] [First Contact] [OUI] Call for Project Liaisons

2017-12-11 Thread Matthew Oliver
I'll put my hand up for my timezone. Especially as interest in my side of the world grows I'd love to make sure there is someone available. Project: Swift Name: Matthew Oliver IRC: mattolverau email: m...@oliver.net.au timezone: UTC +11 (AEDT) Matt On Tue, Dec 12, 2017 at 8:25 AM, Kendall

Re: [openstack-dev] [First Contact] [OUI] Call for Project Liaisons

2017-12-12 Thread Matthew Oliver
otz) > > On Mon, Dec 11, 2017 at 4:33 PM, Kendall Nelson <kennelso...@gmail.com> > wrote: > >> Thank you Matt! >> >> To clarify, you want to be Project Liaison for sSwift? Or a member of the >> SIG? Or both? :) >> >> -Kendall (diablo_rojo) >&g

Re: [openstack-dev] [ptg] Dublin PTG schedule up

2018-02-01 Thread Matthew Oliver
Sweet thanks Thierry, Only issue is I see what days things are happening, but not what rooms things are in. Unless I'm failing at reading a table. Matt On Fri, Feb 2, 2018 at 8:02 AM, Thierry Carrez wrote: > Hi everyone, > > The schedule for the Dublin PTG is now posted

Re: [openstack-dev] [ptg] Dublin PTG schedule up

2018-02-02 Thread Matthew Oliver
Ahh makes sense. Thanks Thierry, I can tell this isn't your first Rodeo :) Matt On Fri, Feb 2, 2018 at 7:52 PM, Thierry Carrez <thie...@openstack.org> wrote: > Matthew Oliver wrote: > > Sweet thanks Thierry, > > > > Only issue is I see what days things are ha

[openstack-dev] [First Contact] [SIG] [PTL] Project Liaisons - Please update list

2018-08-14 Thread Matthew Oliver
Greetings new and continuing PTLs! Now that the PTL elections are over may I ask those of you who haven't done so already to head on over to the First Contact SIG Project Liaison list [0] and make sure you details, especially timezone has been filled out? We of the First Contact SIG are striving

Re: [openstack-dev] [First Contact][SIG] Weekly Meeting

2018-03-15 Thread Matthew Oliver
sorry I missed the meeting, I've been off with family related gastro fun, fun times... first me and then the pregnant wife which means spending the whole morning yesterday in hostpital re-hydrating the wife, just as a precaution to keep the baby safe. good news was the toddler wasn't hit as bad as

Re: [openstack-dev] [nova][cinder][glance][osc][sdk] Image Encryption for OpenStack (proposal)

2018-10-15 Thread Matthew Oliver
Just an FYI, it doesn't solved cached images, but Swift does support at rest encryption, so if using the Swift store backend you can at least know your image on disk on the storage nodes would be safe. We still need to add more functionality like key rotation, but we do integrate with kmip sevices