garage layout skip-dead-nodes
+ fix typo (fix #879)' (#880) from fix-skip-dead-nodes into main
garage layout skip-dead-nodes
+ fix typo (fix #879)
I agree that caching might be usefull in some scenarios. Our use-case is that we have nodes in 3 zones, and 3 copies of all data, so each zone contains a whole copy of eveything. This means that…
garage layout skip-dead-nodes
+ fix typo (fix #879)
In theory you should be able to fix your issue using garage layout skip-dead-nodes --version 6 --allow-missing-data
, but there is a bug in the current logic so that won't work. I am working on a…
Could you paste the full output of garage status and garage layout show ?
Hello, there are no plan to implement these features at the moment.
Setting a quota for a key -> this is hard to add in the current structure of the code. Also it is not clear how to measure…
LGTM
I don't see unifying IDb
and ITx
as necessary at the moment, it would be quite an invasive change so maybe not worth the effort.
stat_object
method needs unknown permissions
Could you set your garage daemon to debug mode by setting the RUST_LOG=garage=debug
environment variable, and then copy paste the log here of what happens when you try to invoke stat_object ?