-
Notifications
You must be signed in to change notification settings - Fork 155
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
Linux VM not mounting shared storage #4328
Comments
It should be mounted to If not can you check the cloudinit logs - https://microsoft.github.io/AzureTRE/latest/troubleshooting-faq/cloud-init/ . |
im getting this logs its seems like there is an error with Nexus ? WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Ign:1 https://nexus-gvtredev.westus2.cloudapp.azure.com/repository/ubuntu jammy InRelease
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Patches available for rsync vulnerabilities, including a potential RCE,tracked by CVE-2024-12084 through CVE-2024-12088 and CVE-2024-12747.For more see: https://ubuntu.com/blog/rsync-remote-code-execution0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... E: Package 'gnupg2' has no installation candidate |
Ok:
|
@marrobi Nexus shared service is there but i can't able to access the Nexus URL inside the Windows VM |
OK, suggest you look at the cloud init logs for Nexus, expect something has failed. https://microsoft.github.io/AzureTRE/v0.20.0/troubleshooting-faq/cloud-init/ |
I configured the Linux VM with the TRE and I can launch the VM as well but it's not mounting the vm-shared storage file share
But with the same working with the Windows VM we can see the file share has been mounted while connecting the VM
I can see the related code in the vm_config.sh for Linux but its seems not working
once I created the linux VM from the TRE after that im executing this manual scripts for mounting the fileshare it's working i can see the mounted file share files
Manual script for mounting the fileshare :
I need a solution for mounting the file share automatically without executing this scripts like Windows VM doing
The text was updated successfully, but these errors were encountered: