Displaying 20 results from an estimated 7000 matches similar to: "[git patches] ocfs2 and configfs updates"
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
Linus, et al,
Here are the ocfs2 changes for 2.6.37. There are three major
additions. Tao Ma has added readahead to our CoW operations. Sunil
Mushran has added a global heartbeat mode, allowing one device
heartbeat to support multiple ocfs2 mounts. Finally, Patrick J.
LoPresti has done the final work to enable ocfs2 mounts on devices larger
than 16TB. The ocfs2 disk format has always
2011 May 18
0
[GIT PULL] ocfs2 and configfs fixes for 2.6.39-rc
Linus et al,
Here are the last ocfs2 and configfs fixes for 2.6.39-rc.
These include a configfs crash and a compatibility regression in the
ocfs2 internal DLM.
Please pull.
The following changes since commit 446cc6345d3de6571bdd0840f48aca441488a28d:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs (2011-05-12 18:00:09 -0700)
are available in the
2007 Apr 16
0
[PATCH] fix up sles9 spec file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This patch teaches the sles9 spec file to understand that configfs
is built conditionally, and may not be present in the output.
- -Jeff
diff -ruNp ocfs2-1.2.5/vendor/sles9/ocfs2.spec-generic.in ocfs2-1.2.5.devel/vendor/sles9/ocfs2.spec-generic.in
- --- ocfs2-1.2.5/vendor/sles9/ocfs2.spec-generic.in 2007-03-27 15:54:15.000000000 -0400
+++
2009 Mar 06
2
[PATCH 1/1] OCFS2: anti stale inode for nfs (for 1.4git)
Back porting from mainline.
For nfs exporting, ocfs2_get_dentry() returns the dentry for fh.
ocfs2_get_dentry() may read from disk(when inode not in memory) without
any cross cluster lock. this leads to load a stale inode.
this patch fixes above problem.
solution is that in case of inode is not in memory, we get the cluster lock(PR)
of alloc inode where the inode in question is allocated
2009 Feb 03
1
[git patches] Ocfs2 and Configfs fixes
Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
fs/configfs/dir.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++
fs/ocfs2/alloc.c | 3 ++
fs/ocfs2/dcache.c | 42 +++++++++++++++++++++++++++++++--
fs/ocfs2/dcache.h | 9 ++++++-
2009 Feb 17
1
[PATCH 1/1] OCFS2: anti stale inode for nfs (V3)
For nfs exporting, ocfs2_get_dentry() returns the dentry for fh.
ocfs2_get_dentry() may read from disk(when inode not in memory) without
any cross cluster lock. this leads to load a stale inode.
this patch fixes above problem.
solution is that in case of inode is not in memory, we get the cluster lock(PR)
of alloc inode where the inode in question is allocated from(this causes node
on which
2007 Mar 22
1
make error on 2.6.20
hi,
In kernel 2.6.20-1.2925.fc6 ocfs2 fetches me this make error.How can i fix
this?
[root@server ocfs2-1.2.4]# make
make -C fs
make[1]: Entering directory `/opt/ocfs2-1.2.4/fs'
make -C ocfs2 stamp-md5
make[2]: Entering directory `/opt/ocfs2-1.2.4/fs/ocfs2'
make[2]: Leaving directory `/opt/ocfs2-1.2.4/fs/ocfs2'
make -C ocfs2/cluster stamp-md5
make[2]: Entering directory
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2007 Aug 22
1
mount.ocfs2: Value too large ...
Hallo,
I have two servers and both are connected to external array, each by own SAS connection. I need these servers to work simultaneously with data on array and I think that ocfs2 is suitable for this purpose.
One server is P4 Xeon (Gentoo linux, i386, 2.6.22-r2) and second is Opteron (Gentoo linux, x86_64, 2.6.22-r2). Servers are connected by ethernet, adapters are both Intel
2005 Nov 07
1
o2cb_ctl: Unable to access cluster service Cannot initialize cluster
Hi,
I've tried to run ocfs2 on debian stable (sarge). Have patched and
compiled a new kernel-package using vanilla 2.6.14 sources. No compiler
errors, all modules for ocfs2 builded. Installed the Debian packages
ocfs2-tools_1.0.0-1_i386.deb and ocfs2console_1.0.0-1_i386.deb without any
problems. But now I can't initialize the cluster, whether through
ocfs2console or with
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's
ok since there really isn't any major new features here - the bulk of the
Ocfs2 update is bug fixes, or cleanups. The same goes for configfs.
The only two things that could be described as features would be:
- Sunil has updated Ocfs2 to provide even more live cluster locking
information via debugfs.
- Joel
2005 Oct 12
2
Unable to access cluster service
hello,
I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I
installed ocfs2console and ocfs2-tools
I've formatted a partition with ocfs2. But I can't add any node or mount the
device(with the ocfs2console). because I get a "Unable to access cluster
service"
I can't find the cause nor the solution to this.
root@lenaeja:~# /etc/init.d/o2cb status
2010 Jun 12
1
Problems building ocfs2-1.4.7 against Centos 5.3 and 2.6.30 kernel
Good morning,
I'm trying to build ocfs2-1.4.7 against a Centos 5.3 distro with a
2.6.30 kernel. I get the following errors during compilation.
make[1]: Entering directory `/root/src/ocfs2-1.4.7/fs'
make -C ocfs2 stamp-md5
make[2]: Entering directory `/root/src/ocfs2-1.4.7/fs/ocfs2'
make[2]: Leaving directory `/root/src/ocfs2-1.4.7/fs/ocfs2'
make -C ocfs2/cluster stamp-md5
2010 Apr 12
0
ocfs2/o2cb problem with openais/pacemaker
hi!
i'm on debian lenny and trying to run ocfs2 on a dual primary
drbd device. the drbd device is already set up as msDRBD0.
to get dlm_controld.pcmk i installed it from source (from
cluster-suite-3.0.10)
now i configured a resource "resDLM" with 2 clones:
primitive resDLM ocf:pacemaker:controld op monitor interval="120s"
clone cloneDLM resDLM meta
2008 Aug 01
1
[git patches] Ocfs2 and Configfs fixes
The only non-fix here is Joel's new configfs convenience macros, but nobody
is using them yet, so I think the patch is safe.
By the way, these patches (as usual) are all rebased on top of your latest
tree. I think that since the vast majority of ocfs2 and configfs patches are
self-contained and within a small area of the kernel that this should
probably be fine. If you feel otherwise however,
2011 Mar 02
1
Problem with mkfs.ocfs2
When I try and run the mkfs.ocfs2 command after I have updated all of the other nodes in the cluster with the new node information in cluster.conf I am getting the following error:
mkfs.ocfs2 -b 4k -C 32K -L "ocfs2" -N 4 /dev/sdb1
mkfs.ocfs2 1.4.4
Cluster stack: classic o2cb
Overwriting existing ocfs2 partition.
mkfs.ocfs2: Could not create domain while initializing the dlm
As this is
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
I was able to get the source code for ocfs2 and compile it. This worked and created the necessary .ko files
Now I have to figure out why gnu parted 1.6.15 has bugs. when I try a partprobe on a partitioned firewire maxtor drive
mount -t ocfs2 /dev/sdb1 /u01/oradata/orcl
It says no such device....
Any ideas anyone?...
Regards,
Mandar Vengurlekar
----- Original Message -----
From: Mandar P
2012 Jun 14
0
[ocfs2-announce] OCFS2 1.4.10-1 released
All,
We are pleased to announce the release of OCFS2 1.4.10-1 and OCFS2 tools
1.6.3-2 for Oracle Linux 5 Update 7 and higher and Redhat Enterprise
Linux 5 Update 7 and higher.
Oracle's Unbreakable Linux Network users who are subscribing to the
"OCFS2 1.4 packages for Enterprise Linux 5" channel can upgrade to this
release by running up2date.
Red Hat's Enterprise Linux 5
2009 Feb 25
2
No space left on device
Hi,
We are using the latest ocfs with 11 nodes:
OCFS2 Node Manager 1.4.1 Tue Dec 16 19:18:05 PST 2008 (build
0f78045c75c0174e50e4cf0934bf9eae)
OCFS2 DLM 1.4.1 Tue Dec 16 19:18:05 PST 2008 (build
4ce8fae327880c466761f40fb7619490)
OCFS2 DLMFS 1.4.1 Tue Dec 16 19:18:05 PST 2008 (build
4ce8fae327880c466761f40fb7619490)
OCFS2 User DLM kernel interface loaded
But we are unable to create files