Merge "swift-recon-cron: do not get confused by files in /srv/node"

This commit is contained in:
Zuul
2018年04月13日 04:14:31 +00:00
committed by Gerrit Code Review

View File

@@ -29,6 +29,8 @@ def get_async_count(device_dir, logger):
async_count = 0
for i in os.listdir(device_dir):
device = os.path.join(device_dir, i)
if not os.path.isdir(device):
continue
for asyncdir in os.listdir(device):
# skip stuff like "accounts", "containers", etc.
if not (asyncdir == ASYNCDIR_BASE or
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.