nizhikovprivate commented on code in PR #12133: URL: https://github.com/apache/ignite/pull/12133#discussion_r2150073394
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/FileTreeUtils.java: ########## @@ -78,6 +88,23 @@ public static void removeTmpSnapshotFiles(SnapshotFileTree sft, boolean err, Ign return resolveStorage(csp, part); } + /** + * @param dsCfg Data storage configuration. + * @return All known storages. + * @throws IgniteCheckedException + */ + public static Set<String> nodeStorages(@Nullable DataStorageConfiguration dsCfg) throws IgniteCheckedException { Review Comment: Removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org