There was an error while loading. Please reload this page.
1 parent e0e29e9 commit 05e29ccCopy full SHA for 05e29cc
ydb/tools/ydbd_slice/nodes.py
@@ -179,3 +179,4 @@ def copy(self, local_path, remote_path, directory=False, compressed_path=None):
179
self._copy_between_nodes(hub, remote_path, self._nodes[1:], remote_path)
180
if compressed_path is not None:
181
self.execute_async('if [ "{from_}" -nt "{to}" -o "{to}" -nt "{from_}" ]; then sudo zstd -df "{from_}" -o "{to}" -T0; fi'.format(from_=remote_path, to=original_remote_path))
182
+
0 commit comments