Skip to content

Commit

Permalink
Reverts the Files app from using Rsync to copymitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Sep 11, 2019
1 parent 6af22e9 commit 3b39720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.6.12] - 2019-09-11
### Fixed
- Reverted use of Rsync in Files app; use of Rsync caused resource exhaustion on the web nodes when file copies took longer than 1 minute

## [1.6.11] - 2019-08-30
### Fixed
- Fixed bug in the File Explorer when attempting to copy directories on a Lustre FS; a side effect of this fix is that copy-progress messages are no longer sent to the client
Expand Down Expand Up @@ -212,7 +216,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.11...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.12...HEAD
[1.6.12]: https://github.com/OSC/ondemand/compare/v1.6.11...v1.6.12
[1.6.11]: https://github.com/OSC/ondemand/compare/v1.6.10...v1.6.11
[1.6.10]: https://github.com/OSC/ondemand/compare/v1.6.9...v1.6.10
[1.6.9]: https://github.com/OSC/ondemand/compare/v1.6.8...v1.6.9
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "files",
"url": "https://github.com/OSC/ood-fileexplorer",
"tag": "v1.6.0",
"tag": "v1.6.1",
"app": true
},
{
Expand Down

0 comments on commit 3b39720

Please sign in to comment.