Displaying 10 results from an estimated 10 matches for "clusterfilesystem".
2001 Jun 26
2
Re: Ext3 kernel RPMS (2.4.5 & 2.2.19)
...progs based on
> Stephen's code.
>
> I am running them happily.
>
> Versions:
> 2.2.19 + 0.0.7a
> 2.4.5 + 0.0.6
>
> PLEASE USE THESE AT YOUR OWN RISK - THEY CONTAIN EXPERIMENTAL FILE SYSTEM
> CODE.
>
> The RPMS's can be found at:
>
> ftp://ftp.clusterfilesystem.com/pub/ext3
>
> Have a good day!
>
> - Peter J. Braam -
> http://www.clusterfilesystem.com
-- Levente
"The only thing worse than not knowing the truth is
ruining the bliss of ignorance."
"Si vis pacem para bellum!"
2001 Jun 28
1
Is there a 0.0.7a patch for redhat 2.2.19 errata?
...atest errata kernel-2.2.19-6.2.7.src.rpm contains old patches
linux-2.2.17-ext3.patch
linux-2.2.17-kdb+ext3.patch
Is there somewhere a 0.0.7a version of the above that will patch cleanly in the
errata kernel (considering all the other patches that get applied before ext3)?
I read about
ftp://ftp.clusterfilesystem.com/pub/ext3
but when I do
$ rpm -qpl
ftp://ftp.clusterfilesystem.com/pub/ext3/old/linux-ext3-2.2..19ext3_0.0.7a-2.src.rpm
open of ftp://ftp.clusterfilesystem.com/pub/ext3/old/linux-ext3-2.2.19ext3_0.0.7
a-2.src.rpm failed: Failed to establish data connection to server
$
Thanks
--
giulioo@pobox...
2007 Mar 08
2
Q: Samba Proxy or SAMBA Cluster?
Hello,
we have here a SAMBA Server with Shares for worldwide Projects.
Now the problem is the slow access from some branches.
We have now the idea to use a CIFS Proxy or a Cluster to provide the
files localy.
The Idea:
The main samba server holds all files and all user information. The CIFS
Proxy in the remote location have a copy of all files and a copy of the
user database.
If a user
2012 Jan 18
4
Performance of Maildir vs sdbox/mdbox
Hi Guys,
I've been desperately trying to find some comparative performance
information about the different mailbox formats supported by Dovecot in
order to make an assessment on which format is right for our environment.
This is a brand new build, with customer mailboxes to be migrated in over
the course of 3-4 months.
Some details on our new environment:
* Approximately 1.6M+
2006 Jul 21
6
tdb/tdbutil.c:tdb_chainlock_with_timeout_internal
Hello. I run samba 3.0.21c on RHEL AS 4 EMT_64 U3 and I've experienced a
strange problem where smbd will go (and stay) in the D state. While
waiting for IO (possibly), these smbd processes do not respond to client
requests, thus samba appears to be down. I could not kill these
processes via kill -9 , so I rebooted which worked.
The only error I could see out of the ordinary would be
2001 Oct 10
1
ordered data
Hi,
I have a detailed question about ordered data writes.
Suppose we (i.e. intermezzo) does a transaction, which is closed and
then followed by an ordered write. Let's assume the ordered write
doesn't require new allocation metadata.
Is the write still postponed until the first transaction has
committed?
As far as I can see, prepare_write always starts a transaction, but
I'm
2001 Sep 20
0
NFS/InterMezzo ext3 problem
Hi,
We have encountered another funny with ext3 on 2.4.
Like the kernel NFS server, we have a routine in InterMezzo that does
something like looking up an inode by inode number. (compare
intermezzo's presto_ilookup or knfsd's nfsfh_iget)
Effectively both of these routines do
ilookup()
{
inode = iget(sb, ino)
if (inode->i_nlink==0)
iput(inode);
....
}
We find that
2001 Aug 13
0
InterMezzo patch for ac?
Hi Alan,
Would you be opposed to including an InterMezzo patch for the ac
series soon? It doesn't touch anything outside of its fs directory.
It would probably help us get a few more users and fits nicely with
ext3 being in ac now. We are also quite far along Reiser support for
InterMezzo.
Please let me know your thoughts on this.
Thanks!
- Peter -
2001 Jun 16
0
2.4 recovery bug
Hi,
Yesterday my ext3 / on 2.4.5 recovered (after suddenly powering off the
machine) and messed up an X11 lock file in /tmp.
I inspected the file system with debugfs and found that inode was marked
deleted, but the directory entry had not been removed. Weird.
- Peter -
2001 Jun 28
0
[ANNOUNCE] 2.4.5 ac17 - ext3 0.0.8 kernel rpms
Hi,
I built 2.4.5 kernel rpms with the 0.0.8 ext3 code. The Linux base is
2.4.5-ac17. I have been running this happily.
Please use this at your own risk - it contains experimental file system
code!
You can find the packages at:
ftp://ftp.clusterfs.com/pub/ext3
Enjoy!
- Peter -