Download List

專案描述

Chiron FS is a FUSE based filesystem that implements replication at the filesystem level like RAID 1 does at the device level. The replicated filesystem may be of any kind you want; the only requisite is that you mount it. There is no need for special configuration files; the setup is as simple as one mount command (or one line in fstab).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-24 05:37
1.1.1

This release has an option that allows it to mount a pseudo-filesystem (like /proc) to control the behavior of the Chiron filesystem being mounted, allowing it to show and change the status of the replicas. Dynamically generated Nagios plugin scripts are also provided. The howto and man page were updated. A a bug that made ChironFS fail to determine the correct path to the program that manages its control filesystem has been fixed.
標籤: Development, Initial freshmeat announcement

2008-04-06 23:13
1.0.0

This release integrates patches porting ChironFS to FreeBSD and NetBSD, and changes the debug code on *BSD versions to get the same system information that the Linux version gets. It is needed because the next ChironFS release will need that info in order to resynchronize failed replicas.
標籤: Code cleanup

2007-10-23 11:33
1.0RC9

A vulnerability where an unprivileged user was able to touch a file which it did not have the rights to write was fixed along with a readlink bug where the number of bytes of the linked filename was being incorrectly reported. An issue in function access where the ruid and rgid of the caller process was not checked, but rather that of the mounting user was fixed. A memory leak was fixed.
標籤: Major security fixes

2007-10-04 11:18
1.0RC8

This release changed hash table functions and sizing and improved range checks. ulimit handling was improved. An incorrect error message was fixed and more detailed error messages were provided. A bug where a chunk of memory was being freed two times when, in mount time, the user supplied an inexistent replica path was fixed. The howto was updated.
標籤: Minor bugfixes

2007-09-21 19:56
1.0RC7

A vulnerability has been fixed where files created a user other than the user that mounted ChironFS were owned by the mounting user and not the file creator. An experimental fix for a failure to exclude all files when doing massive delete ("rm -Rf" on directories with thousands of files). A bug that prevented using logfile-relative pathnames has been fixed. A prioritization system has been implemented, modifying the simple round-robin that made the load balance on read operations, and improving performance when some replicas are significantly slower than others. A memory leak has been fixed.
標籤: Major security fixes

Project Resources