On Mon, Aug 20, 2007 at 12:01:55PM -0400, Michael Patrimonio wrote:
> Greetings,
>  
> Where (or how) does a user enter the options available for the NFS export 
> command in the system-config-cluster interface? I am trying to make file 
> systems (and some of their sub-directories) of a NFS server highly available 
> to users.

Which options are you looking for?  Some options are (usually)
inherited.

Your service structure should resemble:

  <service name="foo">
    <fs name="filesystem1" mountpoint="/mnt/tmp" ...>
      <nfsexports name="exports">
        <nfsclient name="client1" target="client1.mydomain.com"
                  options="rw,no_root_squash,..."/>
      </nfsexport>
    </fs>
  </service>

I *thought* the nfs client configuration dialog box allowed you to put
in name/target/options... is that not happening?

-- Lon

-- 
Lon Hohberger - Software Engineer - Red Hat, Inc.

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to