mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
crtools: Add --file-locks option
Add --file-locks/-l option to support handling file locks, for safety, only used for container. Originally-signed-off-by: Zheng Gu <cengku.gu@huawei.com> Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
5c01178279
commit
8f96ff85ff
@@ -98,6 +98,7 @@ struct cr_options {
|
||||
bool restore_detach;
|
||||
bool ext_unix_sk;
|
||||
bool shell_job;
|
||||
bool handle_file_locks;
|
||||
bool tcp_established_ok;
|
||||
bool evasive_devices;
|
||||
bool link_remap_ok;
|
||||
|
Reference in New Issue
Block a user