I'm trying to mount a ocfs2 volume (created on sles11) on my sles10sp2 server. I created the volume with these options: "mkfs.ocfs2 -C 128k -L CLUFS -M cluster -N 16 /dev/sdc". (dev/sdc is an iscsi device). It works to mount the volume with "mount.ocfs2 /dev/sdc /ocfs2" on my boxes (with o2cb configured for both nodes). When creating files on the ocfs2 volume I cant see the files from the other node! I need to re-mount the volume to see all the files... Please Advice! cheers, Anders -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20090605/8d82f7cf/attachment.html
Are you sure you are mounting the same volume on both nodes? Do on both nodes: debugfs.ocfs2 -R "stats" /dev/sdX | grep UUID It should be the same. Ensure you don't have any local iscsi caching enabled. Bengtsson Anders wrote:> > I?m trying to mount a ocfs2 volume (created on sles11) on my sles10sp2 > server. I created the volume > > with these options: ?mkfs.ocfs2 -C 128k -L CLUFS -M cluster -N 16 > /dev/sdc?. (dev/sdc is an iscsi device). > > It works to mount the volume with ?mount.ocfs2 /dev/sdc /ocfs2? on my > boxes (with o2cb configured > > for both nodes). > > When creating files on the ocfs2 volume I cant see the files from the > other node! I need to re-mount the volume > > to see all the files? >
Seemingly Similar Threads
- mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted".
- SLES10SP2 (xen 3.2.x) vs SLES11 (xen 3.4.x)
- Scheduled maintenance?
- OCFS2 performance - disk random access time problem
- RE: Cannot Install SLES9-SP4 Para DomU on SLES10-SP1 Dom0