Enable mount-observe for charmed-kafka snap

Hi,

Working on building the Charmed Kafka snap, as part of Canonical Data Platform. Have had issues with deployments where Kafka syslogs ran through a snap app returns:

java.io.IOException: Mount point not found

Likely cause is that it can’t read the necessary mounts from within the snap confinement.

Have added the mount-observe plug to the snap itself - https://github.com/canonical/charmed-kafka-snap/pull/31

Just need it enabled.

+1 to mount-observe interface as it is needed in this case.

Let us know @marcoppenheimer if you need auto-connection for this interface as well

thanks

need auto-connection for this interface

Yes please!

Requirement is understood. +1 from me for auto-connect of mount-observe for charmed-kafka snap as it’s needed to access the mount table (information).

+2 votes for, 0 votes against, granting auto-connect of interface mount-observe to snap charmed-kafka. This is now live.