Hello all!<br><br>A little question.<br>It is possible to make a clustered NFSv4 service equal non clustered configuration like this:<br>/dev/sda1 ---> shared storage (GFS is  not available)<br>/dev/sdb1 ---> shared storage (GFS is not available)
<br><br><br>mkdir -p /fs/{software,video}<br>mkdir  /{software.video}<br>mount /dev/sda1 /video<br>mount /dev/sdb1 /software<br>mount --bind /video /fs/video<br>mount --bind /software /fs/software<br><br>cat /etc/exports ---->
<br><br>/fs     <a href="http://192.168.1.0/24(rw,nohide,insecure,no_subtree_check,fsid=0)">192.168.1.0/24(rw,nohide,insecure,no_subtree_check,fsid=0)</a><br>/fs/video <a href="http://192.168.1.0/24(rw,nohide,insecure,no_subtree_check)">
192.168.1.0/24(rw,nohide,insecure,no_subtree_check)</a><br>/fs/software <a href="http://192.168.1.0/24(rw,nohide,insecure,no_subtree_check)">192.168.1.0/24(rw,nohide,insecure,no_subtree_check)</a><br>---><br>Attempt to export with RHCS only one directory with  fsid=0 was succesfull.
<br>This configuration ( with only one directory export ) works fine:<br>           <resources><br>                        <fs device="/dev/sda1" force_fsck="0" force_unmount="0" fsid="46982" fstype="ext3" mountpoint="/video" name="fs_sda1" options
<br>="" self_fence="0"/><br>                        <ip address="<a href="http://192.168.1.8">192.168.1.8</a>" monitor_link="1"/><br>                        <nfsexport name="video"/>
<br>                        <nfsclient name="wc_client" options="rw,insecure,sync,fsid=0,nohide,no_subtree_check" target="<a href="http://192.168.1.0/24">192.168.1.0/24</a>"/><br>                </resources>
<br>                <service autostart="1" domain="fs_fail" name="fs_video" recovery="relocate"><br>                        <ip ref="<a href="http://192.168.1.8">192.168.1.8
</a>"/><br>                        <fs ref="fs_sda1"><br>                                <nfsexport name="fs_sda1"><br>                                        <nfsclient ref="wc_client"/>
<br>                                </nfsexport><br>                        </fs><br>                </service><br><br>This is my current cluster.conf:<br> <resources><br>                        <fs device="/dev/sda1" force_fsck="0" force_unmount="0" fsid="46982" fstype="ext3" mountpoint="/video" name="fs_sda1" options
<br>="" self_fence="0"/><br>                        <fs device="/dev/sdb1" force_fsck="0" force_unmount="0" fsid="46983" fstype="ext3" mountpoint="/software" name="fs_sdb1" optio
<br>ns="" self_fence="0"/><br>                        <ip address="<a href="http://192.168.1.8">192.168.1.8</a>" monitor_link="1"/><br>                        <nfsexport name="/fs"/>
<br>                        <nfsexport name="video"/><br>                        <nfsexport name="software"/><br>                        <nfsclient name="wc_client_fs" options="rw,insecure,sync,fsid=0,nohide,no_subtree_check" target="
<a href="http://192.168.1.0/24">192.168.1.0/24</a>"/><br>                        <nfsclient name="wc_client_v" options="rw,insecure,sync,nohide,no_subtree_check" target="<a href="http://192.168.1.0/24">
192.168.1.0/24</a>"/><br>                        <nfsclient name="wc_client_s" options="rw,insecure,sync,nohide,no_subtree_check" target="<a href="http://192.168.1.0/24">192.168.1.0/24</a>
"/><br>                </resources><br>                <service autostart="1" domain="fs_fail" name="fs_video" recovery="relocate"><br>                        <ip ref="
<a href="http://192.168.1.8">192.168.1.8</a>"/><br>                        <nfsexport ref="/fs"><br>                                <nfsclient ref="wc_client_fs"/><br>                        </nfsexport>
<br>                        <fs ref="fs_sda1"><br>                                <nfsexport name="fs_sda1"><br>                                        <nfsclient ref="wc_client_v"/>
<br>                                </nfsexport><br>                        </fs><br>                        <fs ref="fs_sdb1"><br>                                <nfsexport name="fs_sdb1">
<br>                                        <nfsclient ref="wc_client_s"/><br>                                </nfsexport><br>                        </fs><br>                </service><br>
<br>This configuration does not work.<br><br><br>Your assistance will be greatly appreciated.<br>Thanks.<br><br><br><br><br><span style="font-family: monospace;"></span><br clear="all"><br>-- <br>best regards,<br>Oleg Laktionov
<br>