mirror of
https://github.com/kharonsec/garage.git
synced 2026-04-25 20:44:55 +02:00
When not used. Especially with a lot of small files on the PVC's Garage uses/is configured with, Pod upstart time can get quite extreme. For more context see a very good description of the issues and the technical intricacies behind it here: https://github.com/longhorn/longhorn/issues/2131#issuecomment-778897129 I think it's sane to have fsGroupChangePolicy at "OnRootMismatch" as Garage is an S3 system and thereby is likely to process a lot of files. And somewhat likely that many of these will be small files as well. --- Using `fsGroupChangePolicy: "OnRootMismatch"` in my env. changed the Garage Pod upstart. E.g. in an upgrade case from 5-7minutes ( around 50GB of data ). Many small files though. To 1-15sec. Thank you. Signed-off-by: larssb <larssb@noreply.localhost>