镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 14:36:47 +00:00
sleep 3 seconds before deleting subvolume
这个提交包含在:
@@ -49,6 +49,7 @@ class BtrfsHook(JobHook):
|
||||
out = sh.mv(self.working_dir, self.service_dir)
|
||||
assert out.exit_code == 0 and out.stderr == ""
|
||||
# print("btrfs subvolume delete {}".format(self.tmp_dir))
|
||||
sh.sleep(3)
|
||||
out = sh.btrfs("subvolume", "delete", self.tmp_dir)
|
||||
assert out.exit_code == 0 and out.stderr == ""
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户