MinIO Server RELEASE.2024-01-05T22-17-24Z
MinIO Server RELEASE.2024-01-05T22-17-24Z has changes that impact the docs:
Unclear if docs needed:
- [ ] Hidden option to speed up scanner if no other drive requests at the time PR #18734, PR #18109
- [x] Is this a new value in the audit log? As in the example log JSON here PR #18737
Metrics should automatically populate, check that they did.
https://github.com/minio/minio/pull/19161/files will close PR18731, 18736 auto-sync.d
@vadmeste @shtripat with regards to
mc admin config get scanner idleSpeed
What, if any, guidance do we have on this? It's marked as hidden by default. This comment mentions delay but that is marked as 'deprecated as of 2022' in the comments
It looks like we default to '0' or 'on', but I cannot from the comments figure out what the intent here.
Does IdleMode = on mean we do sleep between incoming S3 requests? or that we do not?
For audit log, this only triggers in specific circumstances. Difficult to document. I did go ahead and update the structure based on what I could get.
@vadmeste @shtripat with regards to
mc admin config get scanner idleSpeedWhat, if any, guidance do we have on this? It's marked as hidden by default. This comment mentions
delaybut that is marked as 'deprecated as of 2022' in the commentsIt looks like we default to '0' or 'on', but I cannot from the comments figure out what the intent here.
Does IdleMode = on mean we do sleep between incoming S3 requests? or that we do not?
IIUC IdelMode on means we sleep by default between S3 calls. @vadmeste can confirm the same.
idle_speed=off (would simply avoid any idling when there are no requests)
We default to idling to sleep between objects regardless of incoming S3 requests.
I think we're done here - we do not document hidden fields.