Blobfuse behaviour when internet Disconnects and Connects Again #932
-
Hi, I was wondering - how does Blobfuse behave in cases where the internet connection drops and comes back online - considering the following two scenarios. 1.) Blobfuse mounts on startup - but internet connectivity is lost for a couple of hours and then comes back on. How can we make sure Blobfuse mounts again after both cases mentioned and all files are uploaded? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I doubt there is any automated way to remount. If you are using /etc/fstab to mount blobfuse on startup, post connectivity is restored you can use "mount -av" to remount all failed mounts. Another option is to just mount manually once network is restored. |
Beta Was this translation helpful? Give feedback.
I doubt there is any automated way to remount. If you are using /etc/fstab to mount blobfuse on startup, post connectivity is restored you can use "mount -av" to remount all failed mounts. Another option is to just mount manually once network is restored.
One possible way I could suggest is, if the network always takes some time to come up then create a script that sleeps for few minutes initially and then mounts blobfuse and just kick start this script on boot.