The coss store type:
+ NP: COSS filesystem in 3.0 has been deemed too unstable for
+ production use and has thus been removed from this 3.0
+ STABLE release. We hope that it can be made usable again
+ in a future release.
+
block-size=n defines the "block size" for COSS cache_dir's.
Squid uses file numbers as block numbers. Since file numbers
are limited to 24 bits, the block size determines the maximum
+#error COSS Support is not stable in 3.0. Please do not use.
#ifndef __COSSSWAPDIR_H__
#define __COSSSWAPDIR_H__
-
+#error COSS Support is not stable in 3.0. Please do not use.
/*
* $Id: StoreFScoss.cc,v 1.7 2006/09/03 21:05:21 hno Exp $
*
-
+#error COSS Support is not stable in 3.0. Please do not use.
/*
* $Id: StoreFScoss.h,v 1.3 2006/05/29 00:15:09 robertc Exp $
*
COSS notes
+Amos Jeffries <squid3@treenet.co.nz>
+
+COSS Support is not stable in 3.0. Please do not use.
+
+Any help porting the stability fixes from Squid 2.6 and 2.7
+is very welcome though to resolve this issue.
+
+
Adrian Chadd <adrian@creative.net.au>
$Id: coss-notes.txt,v 1.3 2003/08/27 21:19:38 wessels Exp $
+#error COSS Support is not stable in 3.0. Please do not use.
#ifndef __COSS_H__
#define __COSS_H__
-
+#error COSS Support is not stable in 3.0. Please do not use.
/*
* $Id: store_dir_coss.cc,v 1.77 2007/11/15 16:47:36 wessels Exp $
* vim: set et :
#include "SwapDir.h"
#include "DiskIO/DiskIOModule.h"
#include "fs/ufs/ufscommon.h"
+#if 0 // AYJ: COSS in 3.0 is disabled.
#include "fs/coss/CossSwapDir.h"
+#endif
#include "Mem.h"
#include "MemObject.h"
#include "HttpHeader.h"