problem while resizing OCFS2 online.
Hi,
I have RAC setup build up on OEL 5.5
I wanted to extend my /arch on it by 60GB online which is mounted as ocfs2 filesystem.
using vgextend i am able to extend vg from 340 GB to 400GB
The issue I am running into is this while the cluster is up on 01:
[root@<hostname>~]# tunefs.ocfs2 -S -v /dev/archvg/arch
Resize specifications: 0 bytes:
Opening device "/dev/archvg/arch"
Device "/dev/archvg/arch" opened
Running operation "resize_volume"
Opening device "/dev/archvg/arch"
Device "/dev/archvg/arch" opened
Filesystem on device "/dev/archvg/arch" is already 3440416 clusters; nothing to do
Closing device "/dev/archvg/arch"
Device closed
Closing device "/dev/archvg/arch"
Device closed
-------------------------------------------------------------------------------------
So the system doesn’t see the new space added when you run the tunefs resize command.
Please suggest.
Thanks in advance.