canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.51k stars 632 forks source link

Transaction endpoint not connected #3543

Closed juditnovak closed 3 days ago

juditnovak commented 4 weeks ago

Describe the bug Editing a file from a mounted (hosting system local) volume, it was not accessible anymore. If I recall correctly logging in and out solved the issue.

To Reproduce I'm not sure how to reproduce, the issue seemed intermittent.

Expected behavior Volume content being accessible.

Logs I couldn't find relevant log entries.

Additional info

Additional context No particulalry high load on the server. Screenshot from 2024-06-05 17-54-24

georgeliao commented 4 weeks ago

Hi @juditnovak Thanks for reporting this. It looks like somehow the network resource is lost, so the mounted folder is no longer accessible. How often does this occur? One thing you can try when this happens is remount, that would be multipass umount vm-lxd-22:repos multipass mount /home/kaboca/repos vm-lxd-22:repos

Besides this, may I ask which type of mount did you use? classic (sshfs) or native (viriofs)? To find out, you can type mount | grep repos in the vm-lxd-22 instance. If it is classic, then you may want to try the native mount, which is more performant and stable. That leads to a slight different mount command line multipass mount -t native /home/kaboca/repos vm-lxd-22:repos.

ricab commented 3 days ago

Closing for lack of reply. Please reopen if appropriate.