vagrant/plugins/guests
Stanislav German-Evtushenko 1a8c8b5af9
Fix Ubuntu 24.04 shutdown hang with synced folders
Fix Ubuntu 24.04 shutdown hang by preventing vagrant from mounting
already mounted synced folders. Fixes #13795.

Before:
```
vagrant ssh
mount | grep vagrant
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000)
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000,_netdev)
exit

time vagrant halt
==> default: Attempting graceful shutdown of VM...
==> default: Forcing shutdown of VM...

real	1m5.500s
user	0m3.900s
sys	0m4.279s
```

After:
```
vagrant ssh
mount | grep vagrant
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000,_netdev)
exit

time vagrant halt
==> default: Attempting graceful shutdown of VM...

real	0m5.210s
user	0m1.657s
sys	0m0.966s
```
2026-04-11 02:53:16 +09:00
..
alma [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
alpine [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
alt [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
amazon [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
arch [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
atomic [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
bsd [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
centos [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
coreos [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
darwin [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
debian [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
dragonflybsd [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
elementary [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
esxi [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
fedora [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
freebsd [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
funtoo [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
gentoo [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
haiku [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
kali [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
linux Fix Ubuntu 24.04 shutdown hang with synced folders 2026-04-11 02:53:16 +09:00
mint [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
netbsd [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
nixos [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
omnios [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
openbsd [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
openwrt [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
photon [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
pld [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
redhat [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
rocky [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
slackware [COMPLIANCE] Update Copyright and License Headers (#13752) 2025-12-04 17:07:40 +05:30
smartos [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
solaris [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
solaris11 [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
suse [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761) 2025-12-22 16:46:17 +05:30
tinycore [COMPLIANCE] Update Copyright and License Headers (Batch 3 of 7) (#13763) 2025-12-22 16:46:39 +05:30
trisquel [COMPLIANCE] Update Copyright and License Headers (Batch 3 of 7) (#13763) 2025-12-22 16:46:39 +05:30
ubuntu [COMPLIANCE] Update Copyright and License Headers (Batch 3 of 7) (#13763) 2025-12-22 16:46:39 +05:30
windows [COMPLIANCE] Update Copyright and License Headers (Batch 3 of 7) (#13763) 2025-12-22 16:46:39 +05:30