*SOLVED* GFS support in OpenVZ VPS [message #11004] |
Sun, 11 March 2007 14:05 |
mallah_rajesh
Messages: 8 Registered: March 2007
|
Junior Member |
|
|
Hi ,
Is there *any* way to get GFS working with OpenVZ kernel.
the stable 2.6.9 kernel seems to have clustering support
and support for GFS filesystem and some locking facilities.
But when we attempt to compile Redhat Cluster Suite CVS
version for RHEL4 kernel it does not compile.
There is already a thread about it.
But is there any solution to share a filesystem
across multiple VPS.
what is the scope of the GFS support in the stable openvz
2.6.9 kernel , what use is it of ?
Regds
mallah.
[Updated on: Tue, 20 March 2007 06:50] by Moderator Report message to a moderator
|
|
|
Re: GFS support in OpenVZ VPS [message #11071 is a reply to message #11004] |
Tue, 13 March 2007 08:11 |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
Hello,
Quote: | But is there any solution to share a filesystem
across multiple VPS.
|
If you want to have a common directory for VEs, you can use bind mounts after VEs start:
mount --bind /mnt /vz/root/<veid>/mnt /mnt directory on HN can be any available filesystem, for example, it can be NFS, mounted from external server.
As concerns GFS. In 2.6.9 OpenVZ kernels series GFS is available as a module. You can create a VE on GFS, but you can't use vzquota for such VEs. In 2.6.18-test kernels GFS support is not available. In new stable 2.6.18-rhel5 OpenVZ kernels (it will be available soon after RHEL5 release) GFS will be also supported.
Vasily.
[Updated on: Tue, 13 March 2007 08:19] Report message to a moderator
|
|
|
|
|
|
|
|
|
|