-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMWare driver mount broken in 1.23 #12426
Comments
/kind support |
Having this here too. I did see this in the logs:
Presumably that last would work if the vmhgfs kernel module was available—but open-vm-tools says that's been deprecated in favor of vmhgfs-fuse, as zarenner said. |
The kernel was kept back, so it should not be related to that (upgrading from Linux 4 to Linux 5, that is) |
Based on the makefile for the openvmtools package (https://github.com/buildroot/buildroot/blob/2021.02.x/package/openvmtools/openvmtools.mk) it looks like vmblock-fuse isn't enabled if BR2_PACKAGE_LIBFUSE isn't selected somewhere. There are a number of packages that do include it so maybe a package that was previously selected and included libfuse is either no longer present or no longer selects the libfuse package. Edit: I can confirm that adding |
would you benefit from a PR adding BR2_PACKAGE_LIBFUSE=y back in? |
add BR2_PACKAGE_LIBFUSE addresses #12426
PR #13000 should address this issue. $ ls -al /mnt/hgfs |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Upgraded to 1.23 and driver mounts in VMWare Fusion appear to be broken. The
/mnt/hgfs
folder is entirely missing, andvmhgfs-fuse
utility is missing.Steps to reproduce the issue:
minikube start --iso-url=https://storage.googleapis.com/minikube/iso/minikube-v1.23.0.iso --driver=vmware
minikube ssh
ls /mnt/hgfs
returnsNo such file or directory
vmhgfs-fuse
doesn't exist in/usr/bin/
Exists and works in v1.22.While this seems potentially related to #12268 (/cc @afbjorklund), it's not obvious to me why
vmhgfs-fuse
went missing.BR2_PACKAGE_OPENVMTOOLS=y
is still set, so perhaps it's something in https://github.com/buildroot/buildroot/tree/2021.02.x/package/openvmtools or https://github.com/vmware/open-vm-tools itself.I'm not able to successfully build the ISO on macOS otherwise I'd investigate further.
The text was updated successfully, but these errors were encountered: