Alex lx
lx pushed to main at Deuxfleurs/nixcfg 2023-09-04 17:15:17 +00:00
9b8882c250 add missing d53 tags for sogo and alps
lx pushed to main at Deuxfleurs/nixcfg 2023-09-04 17:05:30 +00:00
a490f082bc prod: remove all apps from orion, add some missing in scorpio
lx commented on pull request Deuxfleurs/garage#582 2023-09-04 14:12:06 +00:00
WIP: block/repair.rs: Initial implementation of scrub checkpointing

I will implement this as part of #625, as I am making some changes to the block store iterator for multi-hdd support which incidentally make it much easier to implement checkpointing.

lx closed pull request Deuxfleurs/garage#582 2023-09-04 14:12:06 +00:00
WIP: block/repair.rs: Initial implementation of scrub checkpointing
lx commented on issue Deuxfleurs/garage#615 2023-09-04 12:54:36 +00:00
Resync status relaying

Hi, sorry for not answering this earlier. I'm classifying this as low priority, as it doesn't impact Garage's correctness or stability. I'll see what I can do if I have time, but fixing this…

lx created pull request Deuxfleurs/garage#625 2023-09-04 12:51:58 +00:00
WIP: multi-hdd support (fix #218)
lx created branch multihdd in Deuxfleurs/garage 2023-09-04 12:50:06 +00:00
lx pushed to multihdd at Deuxfleurs/garage 2023-09-04 12:50:06 +00:00
c874f37a03 block manager: skeleton for multi-hdd support
lx deleted branch bucket-lifecycle from Deuxfleurs/garage 2023-09-04 09:45:12 +00:00
lx merged pull request Deuxfleurs/garage#620 2023-09-04 09:45:11 +00:00
object lifecycles (fix #309)
lx closed issue Deuxfleurs/garage#309 2023-09-04 09:45:11 +00:00
support for (some part of) lifecycle configuration
lx pushed to next at Deuxfleurs/garage 2023-09-04 09:45:11 +00:00
3f461d8891 Merge pull request 'object lifecycles (fix #309)' (#620) from bucket-lifecycle into next
8e0c020bb9 lifecycle worker: correct small clippy lints
1cdc321e28 lifecycle worker: don't get stuck on non-existent bucket
f579d6d9b4 lifecycle worker: fix potential inifinite loop
a00a52633f lifecycle worker: add log message when starting
Compare 26 commits »
lx pushed to bucket-lifecycle at Deuxfleurs/garage 2023-09-04 09:33:49 +00:00
8e0c020bb9 lifecycle worker: correct small clippy lints
lx commented on issue Deuxfleurs/garage#623 2023-09-01 11:08:41 +00:00
Garage support in Forgejo

You might want to add a link in your documentation to our doc section that contains recommended configuration values for connecting garage and gitea. On our side, the documentation page has to be…

lx commented on issue Deuxfleurs/garage#624 2023-09-01 11:01:48 +00:00
Payload on 400 error for HEAD requests

What we are still missing is the x-amz-bucket-region though. I'm not sure how it is used by minio to detect the correct region but we should probably add it to garage anyway

lx commented on issue Deuxfleurs/garage#624 2023-08-31 17:52:08 +00:00
Payload on 400 error for HEAD requests

New discovery : an error response to a HEAD request is not supposed to have a body

I don't think we have specific code to not…

lx closed issue Deuxfleurs/garage#618 2023-08-31 10:42:03 +00:00
Implement HeadBucket
lx commented on issue Deuxfleurs/garage#618 2023-08-31 10:41:18 +00:00
Implement HeadBucket

I can't seem to find any official documentation for this, but it is attested that S3 sometimes returns a <Region> tag in the XML body of all its error responses, including `AuthorizationHeaderMal…

lx pushed to bucket-lifecycle at Deuxfleurs/garage 2023-08-31 09:45:35 +00:00
4bdd73e974 lifecycle worker: correct small clippy lints
lx pushed to bucket-lifecycle at Deuxfleurs/garage 2023-08-31 09:36:43 +00:00
1cdc321e28 lifecycle worker: don't get stuck on non-existent bucket