maximilien · he/him
maximilien commented on issue Deuxfleurs/garage#904 2024-11-19 22:33:05 +00:00
Question: How to forcefully delete a bucket

The common behavior on S3 implementations if to force the user to empty the bucket before deleting it. If you want to remove a bucket, you have to delete all files in it first.

maximilien pushed to main at Deuxfleurs/garage 2024-11-19 22:23:15 +00:00
906c8708fd Merge pull request 'add extraVolumes and extraVolumeMounts to helm chart' (#896) from eugene-davis/garage:main into main
116ad479a8 add extraVolumes and extraVolumeMounts to helm chart
Compare 2 commits »
maximilien merged pull request Deuxfleurs/garage#896 2024-11-19 22:23:14 +00:00
add extraVolumes and extraVolumeMounts to helm chart
maximilien pushed to main at Deuxfleurs/garage 2024-11-17 13:43:51 +00:00
aa8bc6aa88 Merge pull request 'doc: add Triplebit's use-case' (#901) from jonah/garage:triplebit into main
aba7902995 doc: add Triplebit's use-case
Compare 2 commits »
maximilien merged pull request Deuxfleurs/garage#901 2024-11-17 13:43:49 +00:00
doc: add Triplebit's use-case
maximilien approved Deuxfleurs/garage#901 2024-11-17 13:43:30 +00:00
doc: add Triplebit's use-case
maximilien commented on issue Deuxfleurs/garage#885 2024-11-02 23:12:51 +00:00
Question about metadata directory

To give you an example in a cluster with a couple TiB of data the metadata folder is usually around 10GiB or less

maximilien commented on issue Deuxfleurs/garage#895 2024-11-02 23:11:09 +00:00
Rclone says AccessDenied: Forbidden: Invalid signature

@Promotion1877 can you give some data of what garage is logging in response to there requests?

maximilien commented on issue Deuxfleurs/garage#884 2024-11-02 23:06:26 +00:00
Migration 0.9.0 -> 1.0.1: Unable to decode persisted data file

If I remembrer correctly this could be to the node ID being different

maximilien commented on issue Deuxfleurs/garage#885 2024-11-02 23:04:49 +00:00
Question about metadata directory

To clarify, the actual data (in almost any cases, there are some optimizations for small objects) is not written in this folder, only references are kept here, the actual data is stored in chunks…

maximilien commented on issue Deuxfleurs/garage#890 2024-11-02 19:47:45 +00:00
Durability Concerns Regarding Disk Failure in Multi-Datacenter Deployments

Thank you for clarifying the durability model. It seems that GarageHQ’s durability approach resembles a RAID-10 configuration, with each datacenter functioning like a RAID-0 set while the…

maximilien commented on issue Deuxfleurs/garage#890 2024-10-31 12:30:44 +00:00
Durability Concerns Regarding Disk Failure in Multi-Datacenter Deployments

To be clear we don't discourage you to run garage on a RAID data pool (be it mdadm, Btrfs, zfs or hardware raid), we simply feel like you should give a though to the resiliency afforded by the…

maximilien commented on issue Deuxfleurs/garage#890 2024-10-31 12:26:38 +00:00
Durability Concerns Regarding Disk Failure in Multi-Datacenter Deployments

It all depends on your durability target. For a simple 3 site deployment with replica set to 3, we feel like it's interesting to use the disks as is, so you can lose any disks in one zone without…

maximilien commented on issue Deuxfleurs/garage#894 2024-10-31 12:21:39 +00:00
Disable timestamp in logging output

This could cause an accuracy issue with your logging manager, as the actual time of the event might be different from the time the log was written to the log file. Out if curiosity, what's the…

maximilien commented on issue Deuxfleurs/garage#893 2024-10-31 12:09:38 +00:00
Question: best approach for low latency

I don't think there will, there is no specific prefix sharing depending on object path, it depends on the hash of the actual data. The only thing that might make a difference is the block size you…

maximilien pushed to debug-cryptpad-update at Deuxfleurs/nixcfg 2024-10-24 23:15:48 +00:00
99c031dfc4 email-android7: allocate more memory to avoid OOM killer
50b021dd02 Merge pull request 'Add cryptad-debug instance with cloned data' (#36) from debug-cryptpad-update into main
Compare 2 commits »
maximilien pushed to main at Deuxfleurs/nixcfg 2024-10-16 19:11:15 +00:00
50b021dd02 Merge pull request 'Add cryptad-debug instance with cloned data' (#36) from debug-cryptpad-update into main
9467dfea2a Add cryptad-debug instance with cloned data
Compare 2 commits »
maximilien merged pull request Deuxfleurs/nixcfg#36 2024-10-16 19:11:13 +00:00
Add cryptad-debug instance with cloned data
maximilien created pull request Deuxfleurs/nixcfg#36 2024-10-16 19:08:51 +00:00
Add cryptad-debug instance with cloned data