[Linux-cluster] Help with cluster.conf

GS R gsrlinux at gmail.com
Mon Jun 16 10:27:07 UTC 2008


Hi Ben

<resources>
>
>   <clusterfs fstype="gfs" name="wavfs-0"
> mountpoint="/mnt/encoded/audio/wav-0"
> device="/dev/mapper/shared_disk-wav--0" options=""/>
>   <clusterfs fstype="gfs" name="wavfs-4"
> mountpoint="/mnt/encoded/audio/wav-4"
> device="/dev/mapper/shared_disk-wav--4" options=""/>
>
>   <clusterfs fstype="gfs" name="wavfs-8"
> mountpoint="/mnt/encoded/audio/wav-8"
> device="/dev/mapper/shared_disk-wav--8" options=""/>
>
>   <clusterfs fstype="gfs" name="wavfs-C"
> mountpoint="/mnt/encoded/audio/wav-C"
> device="/dev/mapper/shared_disk-wav--C" options=""/>
>
>   <nfsexport name="NFSexports"/>
>   <nfsclient name="dmz" target="10.0.40.0/24" options="ro,sync"/>
>   <nfsclient name="data" target="10.0.20.0/24"
> options="rw,sync,no_root_squash"/>
>   <nfsclient name="web" target="10.0.1.0/24" options="ro,sync"/>
>
> </resources>
>
>   <service name="wav" domain="a-priority">
>      <ip address="10.0.20.50" monitor_link="no"/>
>      <ip address="10.0.1.50" monitor_link="no"/>
>
>      <clusterfs ref="wavfs-0"/>
>      <clusterfs ref="wavfs-4"/>
>        <clusterfs ref="wavfs-8"/>
>        <clusterfs ref="wavfs-C"/>
>
>      .... I need to include something here to tell nfs what to export! ....
>      .... Along the lines of export directory /mnt/encoded/audio/wav ....


<netfs options="rw" mountpoint="/mnt/encoded/audio/wav" force_unmount="1"
export="/export-path" fstype="nfs" host="hostname"
name="name-of-the-resource"/>


        <nfsexport ref="NFSexports">
>            <nfsclient ref="dmz"/>
>            <nfsclient ref="data"/>
>            <nfsclient ref="web"/>
>         </nfsexport>
>        ..... And close it here ....
>
>   </service>


Let me know if this works and correct me if I am wrong :)

Thanks n Regards
Gowrishankar Rajaiyan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20080616/222d29f1/attachment.htm>


More information about the Linux-cluster mailing list