Hi Team,
I want to use different volume mount for the pg_wal.
My stolon application is deployed on kubernetes.
Currently we have just one volume mount path stolon-data.
I want to create the separate mount path for the /stolon-data/postgres/pg_wal.
I have created different volumeClaimTemplate for the same but it is failing.
2020-02-24T10:05:10.352Z ERROR cmd/keeper.go:1068 db failed to initialize or resync
2020-02-24T10:05:10.358Z ERROR cmd/keeper.go:1077 failed to remove the postgres data dir {āerrorā: āunlinkat /stolon-data/postgres/pg_wal: device or resource busyā}
Any idea how to resolve it .