瀏覽代碼

Merge pull request #42730 from thaJeztah/update_api_changelog

docs/api: add node about concurrency on /system/df endpoint
Brian Goff 4 年之前
父節點
當前提交
385ddf6120
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/api/version-history.md

+ 6 - 0
docs/api/version-history.md

@@ -28,6 +28,12 @@ keywords: "API, Docker, rcli, REST, documentation"
   computes and returns data only for the specified object type.
   computes and returns data only for the specified object type.
   The parameter can be specified multiple times to select several object types.
   The parameter can be specified multiple times to select several object types.
   Supported values are: `container`, `image`, `volume`, `build-cache`.
   Supported values are: `container`, `image`, `volume`, `build-cache`.
+* `GET /system/df` can now be used concurrently. If a request is made while a
+  previous request is still being processed, the request will receive the result
+  of the already running calculation, once completed. Previously, an error
+  (`a disk usage operation is already running`) would be returned in this
+  situation. This change is not versioned, and affects all API versions if the
+  daemon has this patch.
 
 
 ## v1.41 API changes
 ## v1.41 API changes