head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.1.1.0.16 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.14 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.12 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.10 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.8 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.6 pkgsrc-2008Q1:1.1.1.1.0.4 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.2 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.04.09.03.33.13; author manu; state dead; branches; next 1.1; 1.1 date 2007.11.27.18.55.40; author pooka; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.11.27.18.55.40; author pooka; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.1.1 From changelog: Bugs fixed since ChironFS 1.1.0: o ChironFS could not locate the correct place where chirctl was when called using the environment variable $PATH to find it. Now chirctl is called in the same way as ChironFS, leaving this work to $PATH searches. Changes since ChironFS 1.1.0 --------------------- o ChironFS could not locate the correct place where chirctl was when called using the environment variable $PATH to find it. Now chirctl is called in the same way as ChironFS, leaving this work to $PATH searches. Changes since ChironFS 1.0.0 --------------------- o Added the --ctl (or -c) option which allows to mount a pseudo-filesystem (like /proc) to control the behavior of the Chiron filesystem being mounted. Currently, it's only possible to show the status of the replicas and change their status. Dynamically generated nagios plugin scripts are provided too. o Updated the howto in the chapter 5, explaining the use of the --ctl option. @ text @$NetBSD: patch-ad,v 1.1 2007/11/27 18:55:40 pooka Exp $ --- src/chironfs.h.orig 2007-10-23 05:09:39.000000000 +0200 +++ src/chironfs.h 2007-11-27 19:10:43.000000000 +0100 @@@@ -157,6 +157,7 @@@@ int fd_hashseek(int fd_main); void print_err(int err, char *specifier); void call_log(char *fnname, char *resource, int err); +char *do_realpath(const char *pathname, char *resolvedname); int choose_replica(int try); void disable_replica(int n); void opt_parse(char *fo, char**log, char**argvbuf); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @ChironFS, replicating file system which operates like RAID1 on a file system level, i.e. is configured by collecting several mountpoints into one virtual replicated file system. @ text @@