We need a review here.
16/04/2019 05:43, [email protected]:
> From: Yasufumi Ogawa <[email protected]>
>
> In secondary_msl_create_walk(), it creates a file for fbarrays with its
> PID for reserving unique name among secondary processes. However, it
> does not work if secondary is run as app container because each of
> containerized secondary has PID 1. To reserve unique name, use hostname
> instead of PID if the value is 1.
>
> Cc: [email protected]
>
> Signed-off-by: Yasufumi Ogawa <[email protected]>