openebs-archive / libcstor

CAS Data Engine - Library to serve IOs on uZFS with synchronous replication, snapshots and clones
https://www.openebs.io
Apache License 2.0
18 stars 27 forks source link

fix(sock): change sock file directory #40

Closed mittachaitu closed 4 years ago

mittachaitu commented 4 years ago

Signed-off-by: mittachaitu sai.chaithanya@mayadata.io This PR changes the sock file directory from /tmp to /var/run to decouple dependency of when the pool is running in a pod.

mynktl commented 4 years ago

@mittachaitu Are we mounting {{ .Config.OpenebsBaseDir.value }}/cstor-pool/{{.Storagepool.owner}} to /var/run from control plane.

mittachaitu commented 4 years ago

@mittachaitu Are we mounting {{ .Config.OpenebsBaseDir.value }}/cstor-pool/{{.Storagepool.owner}} to /var/run from control plane.

https://github.com/openebs/maya/pull/1601