Displaying 20 results from an estimated 900 matches similar to: "ocfs or configfs bug ?"
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
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,
2008 Jun 12
5
[RFC][PATCH 0/3] configfs: Miscellaneous fixes
Hi,
The following patches fix few bugs/APIs in configfs. The third one depends on
the patch introducing configfs_dirent_lock previously submitted in
http://lkml.org/lkml/2008/6/12/232
Louis
--
Dr Louis Rilling Kerlabs
Skype: louis.rilling Batiment Germanium
Phone: (+33|0) 6 80 89 08 23 80 avenue des Buttes de Coesmes
http://www.kerlabs.com/ 35700 Rennes
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
2011 Aug 17
2
[PATCH] btrfs: fix d_off in the first dirent
Since the d_off in the first dirent for "." (that originates from
the 4th argument "offset" of filldir() for the 2nd dirent for "..")
is wrongly assigned in btrfs_real_readdir(), telldir returns same
offset for different locations.
| # mkfs.btrfs /dev/sdb1
| # mount /dev/sdb1 fs0
| # cd fs0
| # touch file0 file1
| # ../test
| telldir: 0
| readdir: d_off = 2,
2013 Jun 28
1
[PATCH V3] ocfs2: xattr: fix inlined xattr reflink
Inlined xattr shared free space of inode block with inlined data
or data extent record, so the size of the later two should be
adjusted when inlined xattr is enabled. See ocfs2_xattr_ibody_init().
But this isn't done well when reflink. For inode with inlined data,
its max inlined data size is adjusted in ocfs2_duplicate_inline_data(),
no problem. But for inode with data extent record, its
2006 Feb 19
3
ext3 involved in kernel panic in 2.6.13?
Dual Opteron system running ext3 atop drbd (network RAID) devices,
which, in turn, are atop LVM logical volumes. The underlying device
is hardware SCSI RAID via a LSILogic HBA. The kernel is vanilla
2.6.13 on a Gentoo-based system.
A panic occurred, which contains references to ext3 code.
I'm not sure how others manage to get these typed out, but I'm
manually typing it from
2007 Sep 19
1
[PATCH 05/15] ocfs2: Pass raw u64 to filldir
filldir_t can take this, so don't turn de->inode into a 32 bit value. Right
now this doesn't make a difference since no ocfs2 inodes overflow that, but
it could be a nasty surprise later on if some kernel code is calling
ocfs2_dir_foreach_blk() and expecting real inode numbers back...
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
---
fs/ocfs2/dir.c | 2 +-
1 files
2005 Oct 13
1
OCFS2 Installation woes
I've got a fresh RHEL AS 4-U2 installation on a Dell PE2850 server.
I downloaded and installed the latest RPMs:
ocfs2-2.6.9-22.ELsmp-1.0.7-1.i686.rpm
ocfs2-tools-1.0.2-1.i386.rpm
ocfs2console-1.0.2-1.i386.rpm
I was able to start the console, but when I try to run
cluster->configure_nodes, I get the following error message:
Could not start cluster stack. This must be resolved before any
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
2006 Nov 18
1
Unable to load module "configfs"
I've seen others with a similar problem, but have yet to find a solution.
I'm using CentOS 4.4, installed the ocfs2 package to match my kernel.
Installed ocfs2tools. I can open the ocfs2console just fine, but when trying
to add a node, it tells me the cluster stack could not be loaded. When I do
/etc/init.d/o2cb configure, I get:
Cluster to start on boot (Enter "none" to clear)
2005 Sep 23
5
ocfs2 <-> 10G (10.2.01) Clusterware
RHEL 4 (CENT OS)
Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ?
The ocfs2 setup seems happy on both nodes but the 10G installer says
the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in the cluster
Do the volumes need to mounted ? I did with no change .
[root@green rc5.d]#
2008 Sep 10
4
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted".
Hi,
I am trying to configure a two node cluster on SLES10SP2 using user level
heartbeat. Here is my configuration.
ocfs2-tools-1.4.0-0.3
**user level heartbeat**
-> lsmod | grep ocfs
ocfs2_user_heartbeat 20992 1
ocfs2_dlmfs 37776 1
ocfs2_dlm 204456 1 ocfs2_dlmfs
ocfs2_nodemanager 223384 6 ocfs2_user_heartbeat,ocfs2_dlmfs,ocfs2_dlm
configfs 44700 3 ocfs2_user_heartbeat,ocfs2_nodemanager
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
2008 Mar 31
4
SuSe Hangs when /etc/init.d/o2cb online
Hello,
I have a DELL MD3000i, and a couple of servers that I want to connect to
the array.
I have setup the main server with CentOS 5.
- 2.6.18-53.el5 x86_64
- ocfs2-tools-1.2.7-1.el5
- ocfs2console-1.2.7-1.el5
- ocfs2-2.6.18-53.el5-1.2.8-2.el5 # Kernel Module
And two OpenSuSe 10.3 Servers
- 2.6.22.5-31-default x86_64
- ocfs2-tools-1.2.6-18
- ocfs2console-1.2.6-18
The module has been already
2010 Mar 20
1
Not able to mount ocfs2 volume on remote node
Hi,
I have installed and configured ocfs2 as per the given guidelines on two
nodes.
The output of the service status of o2cb and ocfs2 is as under:
Node: rashida1
--------------------------------------------------
[root at rashida1 ~]# service o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Driver for "ocfs2_dlmfs": Loaded
Filesystem
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
2009 Jun 24
1
o2net_connect_expired:1637 ERROR
Hi,
I have OCFS2 Cluster of 5 nodes running on RHEL 5.2 (kernel version
2.6.18-128.1.10.el5). I am getting error like
Jun 24 09:26:54 alf2 kernel: (2095,0):o2net_connect_expired:1637 ERROR: no
connection established with node 2 after 30.0 seco
nds, giving up and returning errors.
Jun 24 09:27:54 alf2 last message repeated 2 times
Jun 24 09:29:24 alf2 last message repeated 3 times
Jun
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 ++++++-
2019 Jan 11
1
CentOS 7 as a Fibre Channel SAN Target
For quite some time I?ve been using FreeNAS to provide services as a NAS over ethernet and SAN over Fibre Channel to CentOS 7 servers each using their own export, not sharing the same one.
It?s time for me to replace my hardware and I have a new R720XD that I?d like to use in the same capacity but configure CentOS 7 as a Fibre Channel target rather than use FreeNAS any further.
I?m doing