Create fstab entry when storage is attached

per Bug #1783419 “create fstab entry when storage is attached” : Bugs : juju

Should juju be creating fstab entries for attached storage?

Seems reasonable to me.
The Juju storage provisioner worker mounts a filesystem on its backing volume when the storage is first attached. From what I can see, thereafter, even on agent restart when the “what do I need to do logic” is re-evaluated, the filesystem is considered already provisioned and therefore already mounted, so Juju makes no attempt to remount.