Closed pgh-pamela closed 3 years ago
The root cause of the problem is component:tcmalloc,after I remove the component, it works well. The tcmalloc causes tcmu runner suspend, then rbd-target-api can't modify the kernel configuration.
Interesting, so it appears to be a bug in tcmalloc
Yes, it seems a bug in tcmalloc on ARM environment, and it works well on x86
Hello, when I call API: /api/disk to create a disk in arm environment, it often suspends in function: UserBackedStorageObject(StorageObject)::_enable()
The log in rbd-target-api.log as follows, there is no success return or fail return.
The fd list of process: rbd-target-api as follows:
If I want success to create the rbd image, I must reboot the node. What should I do if I want use it normally.