Skip to content

Releases: cyverse/irodsfs

v0.3.15

26 Oct 23:41
Compare
Choose a tag to compare
  • Fix log message formatting
  • Upgrade dependencies (go-irodsclient and irodsfs-pool)

v0.3.14

14 Oct 00:34
Compare
Choose a tag to compare
  • Fix Rename bug, accessing null object.

v0.3.13

13 Oct 21:49
Compare
Choose a tag to compare
  • Rename package for asyncio
  • Add panic logs
  • Fix dir listing error when a dir has huge number of files in it, exceeding grpc receive data cap.

v0.3.12

11 Oct 23:47
Compare
Choose a tag to compare
Upgrage pool client and rework writer

- Upgrade irodsfs-pool to v0.1.3
- Rework writer to support flush

v0.3.11

08 Oct 23:47
Compare
Choose a tag to compare
  • Set timeout for pool service communication
  • Upgrade go-irodsclient to v0.5.7
  • Add more log prints for debugging

v0.3.10

06 Oct 00:50
Compare
Choose a tag to compare
  • Use Go-iRODSClient v0.5.6 which provides more stable connection management
  • Use iRODS FUSE Lite Proxy Server v0.1.2

v0.3.9

04 Oct 23:56
Compare
Choose a tag to compare
  • Use iRODS FUSE Lite Pool Server v0.1.1
  • Apply rolling log files to not leave too many log files for CSI Driver

v0.3.8

01 Oct 23:17
Compare
Choose a tag to compare
  • Introduce a driver abstraction layer
  • Implement an iRODS FUSE Lite Pool driver
  • Implement a Go-iRODSClient driver
  • Change disk buffer to ram buffer
  • Add a lock to file meta updater to prevent race condition
  • Rework interrupt handler
  • Refactor async write code

v0.3.7

08 Sep 19:11
Compare
Choose a tag to compare
  • Add a new mount parameter for changing mount detection timeout
  • Change default mount detection timeout from 10 seconds to 60 seconds

v0.3.6

04 Sep 00:20
Compare
Choose a tag to compare
  • Display logfile location
  • Do not delete logfile in parent process.