-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
File Sync agent is disabled by default #3071
Comments
Hi! So it should be the scenario where the sync agent is optional not required. If you do not have the sync agent sync does occur but the initial sync is a lot slower. If the sync utility is failing anyways then that is an outright bug for investigation. The extra sync agent just makes sync faster and therefore disabled by default. |
@benoitf - FYI. |
I did investigation why sync wasn't executed and it looks like
returns no results on my machine. I have 2 workspaces with projects and sync enabled. Swagger api returns them properly. This feels like issue but it also could be something with my local setup. Quote from docs:
What |
Before @benoitf investigates - can you confirm that you had the SSH agent deployed? While the sync agent is not required, the SSH agent is required. So when we do a list workspaces, we should list all workspaces and then give you a table of which workspaces have machines with the SSH agent deployed inside of it. |
hello @wtrocki new updates on che mount are on 5.0.0-M7. Also che.sh was defaulting to 4.7(latest) tag so I guess that it's why it's returning nothing could you try
|
It works now. Closing as invalid. Sorry for troubles. Moving my local dev to 5.0.0 release tag. |
Background
che mount
command would fail ifFile Sync
agent would be disabled.It looks for me that by default all workspaces having
Unison File Synchronizer
option disabled.If users wish to use file sync they need to enable it in workspace options.
This information is missing from in documentation:
https://eclipse-che.readme.io/docs/desktop-ide-mounting
Required actions
che mount
.We can do this by querying
GET /workspace/{id}/check
and see iforg.eclipse.che.unison
agent is enabled.Steps to reproduce
che mount
command returns no results - file sync failed.My setup
Che version: master (ebe8ed9)
OS and version: MacOs X El Capitan
Docker version: Docker version 1.12.3, build 6b644ec
Che install: [command line/source code]
The text was updated successfully, but these errors were encountered: