Lele Long
Lele Long
Any update on this?
I have also found the usn difference between client and server at sanityCheck2 at anki/sync.py when conflict happens. The patch from @ndl works perfectly, thanks.
No. I have this branch to support 0.9.x, but use at your risk: https://github.com/schemacs/munin-influxdb/tree/v0.9 . I will create a pr when my code is ready.
> @schemacs this looks more like a server-side bug can you performance `mc ls --versions` ? ``` $ mc ls --versions another-myminio/dst-bucket [2022-03-17 14:23:23 HKT] 2.4KiB STANDARD 6fe38d14-1754-455a-9132-639ab60f0db3 v1 PUT...
``` $minio --version minio version RELEASE.2022-02-07T08-17-33Z ``` @harshavardhana Should I upgrade to a more recent one? This version is the one we will deploy in production.
I have tried lots of times, but without luck not been able to reproduce it yet. ```bash # cleanup pkill minio ssh another pkill minio /bin/rm -rf /tmp/minio/ ssh another...
@harshavardhana btw, is this setup(the same src/dst bucket pair) valid for minio two-way server-side bucket replication? - myminio/src-bucket -> another-myminio/dst-bucket - another-myminio/dst-bucket -> myminio/src-bucket I assume this will work even...
> correct - its called two way replication So should we change the last two commands in [Enable Two-Way Server-Side Bucket Replication](https://docs.min.io/minio/baremetal/replication/enable-server-side-two-way-bucket-replication.html) to: ```bash mc cp ~/otherfoo.txt Baker/DESTINATIONBUCKET mc ls...
Is [this update](https://github.com/minio/docs/commit/ef30821063a2f20510bcce42e98a74b7222763f0#diff-98628c7f804651199688bb9997db151646d2a979c94ac2e1797e3934c165215dR214) correct too?
> > Is [this update](https://github.com/minio/docs/commit/ef30821063a2f20510bcce42e98a74b7222763f0#diff-98628c7f804651199688bb9997db151646d2a979c94ac2e1797e3934c165215dR214) correct too? > > You'll have to be more specific, that was a very large update to restructure our CLI docs (and there's another one...