| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ozonec: support user in ozonec exec command Supports specifying the user under which the process runs. Signed-off-by: liuxiangdong <liuxiangdong5@huawei.com> Signed-off-by: Fei Xu <xufei30@huawei.com> | 2 个月前 | |
ozonec: Eliminate lint warnings Signed-off-by: Fei Xu <xufei30@huawei.com> | 1 年前 | |
ozonec: adjust the communication channel between processes The main process receives init_pid message from the first stage process through the parent_channel. At the same time, the main process also receives container_created message from the second stage through the parent_channel. These two messages are sent from different processes, and the order cannot be guaranteed. Moreover, currently this one parent_channel is being used by three processes, which is not logical. Adjust the communication channel between processes to solve such problems: 1. fst_stage_channel: Communication channel between main process and first stage process. 2. sec_stage_channel: Communication channel between main process and second stage process. Signed-off-by: liuxiangdong <liuxiangdong5@huawei.com> | 4 个月前 | |
ozonec: fix the issue that the recevier timeouts when system resources are tight Using timeout periods to control inter process communication is an unreasonable behavior. In situations where system resources are scarce, it is easy to trigger timeouts. Remove this unreasonable behavior and properly close the inter process communication channel by controlling the sender/receiver shutdown timing of the socketpair. Signed-off-by: huzihao huzihao5@huawei.com Signed-off-by: liuxiangdong <liuxiangdong5@huawei.com> | 4 个月前 | |
ozonec: record the last commit ID in the version information Record the last commit ID information in the version information. Signed-off-by: liuxiangdong <liuxiangdong5@huawei.com> | 4 个月前 |