Releases: opendedup/CopyCat
CopyCat 1.6.1
CopyCat 1.6
added ignore-md-update option
Version 1.5
Added the new json parameters to the config.json to support auto mounting from copycat. Copycat will now automout and unmount on start and stop if the volumes are determined to be local.
-
update-interval: Optional parameter that sets how soon after an event occurs, in milliseconds, before other nodes are notified. This defaults to 20000 ( 20 seconds)
-
check-interval : Optional parameter that sets how often copycat will loop through events to see if any have reached the update-threshold. This defaults to 5 seconds
-
automount : Optional parameter that mounts the associated filesystem if its local. The local filesystem is determined based on hostname or ip match from the "host" parameter. If set, "volumename" and "mountpoint" must also be set.
-
volumename : Optional paramater that is required if automount and is set to true. Specifies the name of the sdfs volume to be mounted.
-
mountpoint : Optional paramater that is required if automount and is set to true. The mountpoint for the automount to mount the volume to. The mountpoint must exist beforehand.
-
autounmount : Optional parameter that determines if the volume is unmounted on shutdown.
Version 1.4
Updated Logging
Fixed Time out issue with triggering updating event
Added server json parameter update-interval and check-interval.
update-interval is how soon to notify servers that update has occured.
check-interval is the loop-thread timeout for internally checking the
transaction log for updates.
Added global json log variable log-file="path to log file" defaults to
persist-path + "oddcopycat.log"
Version 1.3
Fixed Transaction log corruption when copycat not closed gracefully
Version 1.2
Added Daemon Service
Release to support ODD 3.5
v1.1 updates to support ODD 3.5
Version 1.0
Intitial release of copycat