Furkan Mustafa

Results 39 comments of Furkan Mustafa

> Because recovery delete all of my data moving it into stale and removed after recovery finished. Was it because of this? => https://github.com/sheepdog/sheepdog/pull/371

the amount of space that `.stale` folder eats is ENDLESS. 4TB in one node. 2.6TB in another node. I did not even have that much data in my cluster.

I understand the file names are in `.stale` folder mostly have `.{epoch}` at their name. like; `002e36e8000003a3_1.56` For example in this file, epoch number is 56. But my last working,...

A bit more digging into `.stale`, I have found this; ``` [root@my-server .stale]# find . -name "00905fdd00000ec1_1*" | tail | xargs -n 1 md5sum b27345e0fa8ac51fac3032eeddb82e5d ./00905fdd00000ec1_1.56 b27345e0fa8ac51fac3032eeddb82e5d ./00905fdd00000ec1_1.180 b27345e0fa8ac51fac3032eeddb82e5d ./00905fdd00000ec1_1.528...

Oh please https://github.com/sheepdog/sheepdog/blob/929d4018b12fa7ddde7b365469e8e164d247cae2/dog/vdi.c#L2082-L2085

It doesn't allow me to set it to zero. ``` 1# dog node vnodes set 0 Invalid number of vnodes '0': must be an integer between 1 and 65535 ```...

There is a potential problematic scenario with kinetic scrolls on Linux; where the scrollable view continues to scroll a bit more with the velocity gained by users action, AFTER the...

Oh god. X11 terminators flooded here. Please don't flood productive projects with your rants. X11 and Wayland are both >> actively used https://github.com/rust-windowing/winit/issues/1497 It is a complete deal-breaker, when users...

I have merged changes on both sides and fixes incompatibilities (all npm tests passed) If anyone interested, could grab from `git://git.s2n.io/theshell/forks/nedb.git` (branch `theshell-merge`) I'll merge PR to @bengl or here...

I believe this issue is same or related with the following; * https://github.com/docker/for-win/issues/10247 * https://github.com/moby/moby/issues/39769 * https://stackoverflow.com/questions/68520864/how-to-disable-loading-metadata-while-executing-docker-build and probably a few more... and it is there for a few (3-5)...