Skip to content

Releases: 45Drives/cephgeorep

Cephgeorep 1.2.13

13 Jul 15:17
07c93f8
Compare
Choose a tag to compare

Cephgeorep 1.2.13-1

  • Refactor code to better handle errors while executing sync program.
  • Retry batch after SSH fail if other processes succeed.

Cephgeorep 1.2.13-2

  • Fix version number in header file so -V displays proper version.

Cephgeorep 1.2.13-3

  • Add libtbb-dev to deb dependencies.

Cephgeorep 1.2.12

08 Jul 13:50
cea1701
Compare
Choose a tag to compare
Cephgeorep 1.2.12 Pre-release
Pre-release

Cephgeorep 1.2.12-1

  • Fix logging argv on exec error.
  • Fix memory headroom for executing rsync.

cephgeorep 1.2.11 (preview)

18 Jun 13:48
055624f
Compare
Choose a tag to compare
Pre-release

cephgeorep 1.2.11

  • Replace ':' with '-' in log file names for portability of files.

cephgeorep 1.2.10 (preview)

17 Jun 14:17
88dd454
Compare
Choose a tag to compare
Pre-release

cephgeorep 1.2.10

  • Retry batch on partial transfer failure.

cephgeorep 1.2.9 (preview)

19 May 20:16
97dded1
Compare
Choose a tag to compare
Pre-release

cephgeorep 1.2.9

  • When execution fails from too many arguments, the argv headroom
    is increased and execution is tried again.
  • STDOUT and STDERR of sync process are logged to a file on failure.

cephgeorep 1.2.8 (preview)

27 Apr 16:06
8319a8e
Compare
Choose a tag to compare
Pre-release

cephgeorep 1.2.8

  • Signigicant optimizations for modifying file paths and for comparing
    file size/type to make crawl time up to 16 times faster.
    (130M files: 8h crawl for v1.1.4, 30m crawl for v1.2.8)
  • Lowered memory usage by using iterators and c-string pointers rather
    than copying the vector of file objects into partitions to distribute
    paths amongst sync processes.
  • Make systemd service restart on abnormal exit (killed by signal).

cephgeorep 1.2.7 (preview)

22 Apr 17:47
6d1819f
Compare
Choose a tag to compare
Pre-release

cephgeorep 1.2.7

  • Fixed deadlock issue with ConcurrentQueue while multithreaded crawling.
  • Optimized multithreaded crawl to cut crawl time almost in half.
  • Optimized vector sort compare function to speed up sort before launching
    sync program.

cephgeorep 1.2.6-beta

19 Apr 19:03
df3b171
Compare
Choose a tag to compare
cephgeorep 1.2.6-beta Pre-release
Pre-release

cephgeorep 1.2.6

  • Remove many redundant filesystem stat() calls while gathering and
    sorting files to speed up vector sort.
  • Change config to noreplace in RPM spec file.
  • Build for Ubuntu 18.04 LTS (Bionic Beaver)

cephgeorep 1.2.5-beta

24 Mar 15:20
bdb5cd6
Compare
Choose a tag to compare
cephgeorep 1.2.5-beta Pre-release
Pre-release

cephgeorep 1.2.5

  • Add EXIT_FAILED (4) status for when cephfssyncd exits with EXIT_FAILURE.
  • Check that Source Directory exists after loading config.

cephgeorep 1.2.4-beta

23 Mar 18:06
dc5a4c5
Compare
Choose a tag to compare
cephgeorep 1.2.4-beta Pre-release
Pre-release

cephgeorep 1.2.4

  • Implement status sharing for prometheus metrics exporter.