Update git submodules

* Update swift from branch 'master'
  to 4ce907a4ae97b150fa994237ebffd73ee8ac694d
  - relinker: Add /recon/relinker endpoint and drop progress stats
    
    To further benefit the stats capturing for the relinker, drop partition
    progress to a new relinker.recon recon cache and add a new recon endpoint:
    
      GET /recon/relinker
    
    To gather get live relinking progress data:
    
      $ curl http://127.0.0.3:6030/recon/relinker |python -mjson.tool
      {
          "devices": {
              "sdb3": {
                  "parts_done": 523,
                  "policies": {
                      "1": {
                          "next_part_power": 11,
                          "start_time": 1618998724.845616,
                          "stats": {
                              "errors": 0,
                              "files": 1630,
                              "hash_dirs": 1630,
                              "linked": 1630,
                              "policies": 1,
                              "removed": 0
                          },
                          "timestamp": 1618998730.24672,
                          "total_parts": 1029,
                          "total_time": 5.400741815567017
                      }},
                  "start_time": 1618998724.845946,
                  "stats": {
                      "errors": 0,
                      "files": 836,
                      "hash_dirs": 836,
                      "linked": 836,
                      "removed": 0
                  },
                  "timestamp": 1618998730.24672,
                  "total_parts": 523,
                  "total_time": 5.400741815567017
              },
              "sdb7": {
                  "parts_done": 506,
                  "policies": {
                      "1": {
                          "next_part_power": 11,
                          "part_power": 10,
                          "parts_done": 506,
                          "start_time": 1618998724.845616,
                          "stats": {
                              "errors": 0,
                              "files": 794,
                              "hash_dirs": 794,
                              "linked": 794,
                              "removed": 0
                          },
                          "step": "relink",
                          "timestamp": 1618998730.166175,
                          "total_parts": 506,
                          "total_time": 5.320528984069824
                      }
                  },
                  "start_time": 1618998724.845616,
                  "stats": {
                      "errors": 0,
                      "files": 794,
                      "hash_dirs": 794,
                      "linked": 794,
                      "removed": 0
                  },
                  "timestamp": 1618998730.166175,
                  "total_parts": 506,
                  "total_time": 5.320528984069824
              }
          },
          "workers": {
              "100": {
                  "drives": ["sda1"],
                  "return_code": 0,
                  "timestamp": 1618998730.166175}
          }}
    
    Also, add a constant DEFAULT_RECON_CACHE_PATH to help fix failing tests
    by mocking recon_cache_path, so that errors are not logged due
    to dump_recon_cache exceptions.
    
    Mock recon_cache_path more widely and assert no error logs more
    widely.
    
    Change-Id: I625147dadd44f008a7c48eb5d6ac1c54c4c0ef05
This commit is contained in:
Matthew Oliver 2021-05-11 04:41:57 +10:00 committed by Gerrit Code Review
parent 469950c89c
commit 876945a3d6

2
swift

@ -1 +1 @@
Subproject commit 876cf348627cee0d072fd19a55de99fa7f5e37c9
Subproject commit 4ce907a4ae97b150fa994237ebffd73ee8ac694d