Alexander Mikhalitsyn

Results 325 comments of Alexander Mikhalitsyn

Hi @liberodark I think the problem is here: ``` static float get_cpu_pct(struct cpu_stats *cpu0, struct cpu_stats *cpu1) { uint64_t used_total0 = cpu0->user + cpu0->nice + cpu0->system; uint64_t used_total1 = cpu1->user...

Guys, do you need any help from my side?

> I guess the problem is with specific kernels like yours, that somehow don't have the mentioned commit or that maybe deactivated the functionality. It looks like they haven't ported...

To address this issue you can use the same approach as it was done for overlayfs on Ubuntu: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/kinetic/commit/?h=master-next&id=d3cdaf4a16950927ed566e54ff23dd72513f89a9 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/kinetic/commit/?h=master-next&id=a7663d09297688fa616212b031f3ca8f53bab6f6 but adapt it for shiftfs. But you have to be...

a few things to consider: - this code does not compile - there is not Signed-off-by tag in the commit message - please, explain a reason for this change

Hi @81981266 thanks for your report! This is a very interesting issues, because as I can see from callstack `proc_read` was called from `do_sys_read` which should never happen. And we...

> I'm sorry to say that the core dump file was rotated/deleted when I tried to copy it just now It is sad news. > Then I attached the lxcfs...

> Is it still useful to update the repo to use the macros instead of strcmp for the paths? I think it is. It also makes sense to do this...

Hi @hejiahang929 Thank you for your report! I have tried to reproduce this on my environment with LXC and found no issues. But I have an idea what can be...

Hi @DevonSchwartz Thanks for your PR! Please, can you explain how this is connected with #599 ? Why have you mentioned this issue?