diff --git a/src/Storages/System/StorageSystemRemoteDataPaths.cpp b/src/Storages/System/StorageSystemRemoteDataPaths.cpp index 410d1ae6dd4..dbce4c25773 100644 --- a/src/Storages/System/StorageSystemRemoteDataPaths.cpp +++ b/src/Storages/System/StorageSystemRemoteDataPaths.cpp @@ -53,6 +53,7 @@ Pipe StorageSystemRemoteDataPaths::read( { std::vector remote_paths_by_local_path; disk->getRemotePathsRecursive("store", remote_paths_by_local_path); + disk->getRemotePathsRecursive("data", remote_paths_by_local_path); FileCachePtr cache; auto cache_base_path = disk->getCacheBasePath();