microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
169 stars 133 forks source link

Fileshare linux mgmt #3968

Closed TonyWildish-BH closed 3 weeks ago

TonyWildish-BH commented 3 weeks ago

What is being addressed

The shared storage on Linux VMs is now mounted permanently, and under /shared-storage, not /fileshares/...

How is this addressed

The only changes were in templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/vm_config.sh, where the automount stuff was commented out and code added to update /etc/fstab instead.

TonyWildish-BH commented 3 weeks ago

...opened in the wrong place by mistake...