Merge lp://staging/~verterok/ubuntuone-client/fix-664019-stable-1-4 into lp://staging/ubuntuone-client/stable-1-4
Proposed by
Guillermo Gonzalez
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Facundo Batista | ||||
Approved revision: | 737 | ||||
Merged at revision: | 738 | ||||
Proposed branch: | lp://staging/~verterok/ubuntuone-client/fix-664019-stable-1-4 | ||||
Merge into: | lp://staging/ubuntuone-client/stable-1-4 | ||||
Diff against target: |
107 lines (+39/-32) 2 files modified
tests/syncdaemon/test_vm.py (+35/-31) ubuntuone/syncdaemon/volume_manager.py (+4/-1) |
||||
To merge this branch: | bzr merge lp://staging/~verterok/ubuntuone-client/fix-664019-stable-1-4 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista (community) | Approve | ||
Lucio Torre (community) | Approve | ||
Review via email: mp+38981@code.staging.launchpad.net |
Commit message
Trigger a rescan_from_scratch on SV_VOLUME_CREATED in order to get the contents (instead of just the volume).
Description of the change
Correclty handle SV_VOLUME_CREATED event and trigger a rescan_from_scratch on the volume in order to get the contents (instead of just the volume)
To post a comment you must log in.
Nice!