Liang Zheng
Liang Zheng
> Could you try to deploy the original registry https://github.com/distribution/distribution on your environment and run the performance push case to it? In theory, if the quota is turned off, then...
I analyzed one of the `put v2_blob_upload` requests, and the specific time cost is as follows: ```console metric 1m3.340869412s 2024-03-20T11:29:55 quota.PutManifestMiddleware 55.734914587s 2024-03-20T11:29:55 blob.PutManifestMiddleware before request 682.602959ms 2024-03-20T11:29:03 proxy 44.444999102s...
Hi @chlins, is it possible that the perf client is processing requests too slowly? For example, it takes 44 seconds to push 10MB of data, but the actual io.copy to...
The following is my test result after turning off redis quota. ### push-artifacts-to-different-projects | VUS | BLOB SIZE(kbyte) | Avg Duration | Min Duration | Max Duration | Med Duration...
Our scenario is the same as what @zhucan mentioned above. And It would be best if rook could implement the following two functions: 1. If one of the data devices...
As [document](https://rook.io/docs/rook/v1.12/CRDs/Cluster/host-cluster/#specific-nodes-and-devices) mentioned, configuration can be specified at cluster level, the node level or device level config like below. cluster level: ```yaml storage: useAllNodes: false useAllDevices: false deviceFilter: config: metadataDevice:...
> @microyahoo > > > We can easily replace osd based on the metadata device at the device level, but how to deal with the cluster level and node level?...
> Hopefully we don't need additional metadata for this scenario. In my osd-prepare log in minikube at the end it prints out the existing OSDs that were found such as:...
you can use `strace` to track why the running process hangs
> Strace command is not present in fsplugin pod container. Do we need to run it from the host where fsplugin pod exists? If yes will not it unmount the...