You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minishift/CDK allows to mount a Samba/CIFS share into the VM. This is a replacement for the current approach of using vagrant-sshfs as part of ADB/CDK 2.x.
The vagrant-sshfs approach was password free, but for the CIFS approach we at the very least need the users Windows password. On top of this we can also allow the user to specify any share (opposed to just this home directory) as well as a custom mount point in the VM.
The question is where and how the user specifies this information. In order to have a fully integrated solution where after the install DevStudio can be launched and the CDK adapter starting the CDK, the installer would need to ask the user for the required information and write some additional configuration data.
Without this additional setup, the user would not have any host folders available. They can be added later by running a minishift command, but this would be a manual step and it might not be obvious to the user.
Minishift/CDK allows to mount a Samba/CIFS share into the VM. This is a replacement for the current approach of using vagrant-sshfs as part of ADB/CDK 2.x.
The vagrant-sshfs approach was password free, but for the CIFS approach we at the very least need the users Windows password. On top of this we can also allow the user to specify any share (opposed to just this home directory) as well as a custom mount point in the VM.
The question is where and how the user specifies this information. In order to have a fully integrated solution where after the install DevStudio can be launched and the CDK adapter starting the CDK, the installer would need to ask the user for the required information and write some additional configuration data.
Without this additional setup, the user would not have any host folders available. They can be added later by running a
minishift
command, but this would be a manual step and it might not be obvious to the user.Thoughts?
Migrated from https://issues.jboss.org/browse/JBDS-4339.
The text was updated successfully, but these errors were encountered: