@all
    my nfs-ganesha crashed when I do my test, anyone can help? thank you in
advance.'

    My test steps:
      a、client : mount -t nfs data-node4:/ceshi /mnt    #mount with nfs
      b、dd if=/dev/zero if=/mnt/test.img bs=1M count=60000
      c、nfs crash !Every time the data is not more than 5GB!

    following is my test env:
    1、nfs-ganesha  version 2.3.0
EXPORT
{
        # Export Id (mandatory, each EXPORT must have a unique Export_Id)
        Export_Id = 77;

        # Exported path (mandatory)
        Path = /ceshi;

        # Pseudo Path (required for NFS v4)
        Pseudo = /ceshi;

        # Required for access (default is None)
        # Could use CLIENT blocks instead
        Access_Type = RW;
        Squash = No_root_squash;
        #SecType = sys;


        # Exporting FSAL
        FSAL {
                Name = GLUSTER;
                Hostname = localhost;
                Volume = ceshi;
        }
}

2. gluster version 3.7.8
volume info

Volume Name: ceshi
Type: Stripe
Volume ID: 6caa21f9-5b3f-4067-9605-0af6416f2044
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: data-node4:/brick/brick1/ceshi1
Brick2: data-node5:/brick/brick1/ceshi1
Options Reconfigured:
nfs.disable: off
nfs.register-with-portmap: on
nfs.enable-ino32: yes
nfs.export-volumes: on
------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to