Resend: Ganesha PROXY export getting released during Ganesha initialization
by Becker, Jeffrey C. (ARC-TN)[InuTeq, LLC]
Sorry about the font – is this better? Daniel G. noted that the directory seems to be missing. Not sure why since export was properly set up. Thanks.
-Jeff
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
My config and log (with DEBUG on) is below. Yes we did not change anything except for adding a bind mount for /ecco (which triggered this). Thanks.
-Jeff
ganesha:~ # cat /etc/ganesha/ganesha.conf
###################################################
#
# Ganesha Config Example
#
# This is a commented example configuration file for Ganesha. It is not
# complete, but only has some common configuration options. See the man pages
# for complete documentation.
#
###################################################
## These are core parameters that affect Ganesha as a whole.
NFS_CORE_PARAM {
## Allow NFSv3 to mount paths with the Pseudo path, the same as NFSv4,
## instead of using the physical paths.
mount_path_pseudo = true;
## Configure the protocols that Ganesha will listen for. This is a hard
## limit, as this list determines which sockets are opened. This list
## can be restricted per export, but cannot be expanded.
Protocols = 4;
## Configure RPC timeout to a long time
RPC_Idle_Timeout_S = 3600;
}
## Configure NFSv4
NFSv4 {
Allow_Numeric_Owners = true;
Only_Numeric_Owners = true;
}
## These are defaults for exports. They can be overridden per-export.
## EXPORT_DEFAULTS {
## Access type for clients. Default is None, so some access must be
## given either here or in the export itself.
## Access_Type = RW;
## }
## Configure settings for the object handle cache
CACHEINODE {
## The point at which object cache entries will start being reused.
Entries_HWMark = 100000;
}
## Configure exports
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1001;
## Exported path (mandatory)
Path = /srv/rex/exports/BD_public_datasets;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /BD_public;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1002;
## Exported path (mandatory)
Path = /srv/rex/exports/ECCO_PD;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /ecco;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1003;
## Exported path (mandatory)
Path = /srv/rex/exports/QuAIL;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /quail;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1004;
## Exported path (mandatory)
Path = /srv/rex/exports/legacygcmdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /legacygcm;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1005;
## Exported path (mandatory)
Path = /srv/rex/exports/data_nasa_gov_nas_storage;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /openinnovation;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1006;
## Exported path (mandatory)
Path = /srv/rex/exports/geonexdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /geonex;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1007;
## Exported path (mandatory)
Path = /srv/rex/exports/PlutoGCM;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /PlutoGCM;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1008;
## Exported path (mandatory)
Path = /srv/rex/exports/spinglasseigendata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /private;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1009;
## Exported path (mandatory)
Path = /srv/rex/exports/smodedata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /smode;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1010;
## Exported path (mandatory)
Path = /srv/rex/exports/fv3gcmdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /fv3gcm;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1011;
## Exported path (mandatory)
Path = /srv/rex/exports/velahalosdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /velahalos;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1012;
## Exported path (mandatory)
Path = /srv/rex/exports/carboncycledata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /carboncycle;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1013;
## Exported path (mandatory)
Path = /srv/rex/exports/hmidata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /hmi;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1014;
## Exported path (mandatory)
Path = /srv/rex/exports/vizdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /viz;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1015;
## Exported path (mandatory)
Path = /srv/rex/exports/venusdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /venus;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1016;
## Exported path (mandatory)
Path = /srv/rex/exports/fun3ddata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /fun3d;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1017;
## Exported path (mandatory)
Path = /srv/rex/exports/co2fluxdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /co2flux;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1018;
## Exported path (mandatory)
Path = /srv/rex/exports/heliodata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /helio;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1019;
## Exported path (mandatory)
Path = /srv/rex/exports/sphdynpcdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /sphdynpc;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1020;
## Exported path (mandatory)
Path = /srv/rex/exports/vizpublic;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /vizpub;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 198.9.3.97,198.9.3.98,129.99.240.20;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1021;
## Exported path (mandatory)
Path = /srv/rex/exports/titanwrf1data;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /titanwrf1;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1022;
## Exported path (mandatory)
Path = /srv/rex/exports/mcmapdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /mcmap;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
EXPORT
{
## Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1023;
## Exported path (mandatory)
Path = /srv/rex/exports/galemcdata;
## Pseudo Path (required for NFSv4 or if mount_path_pseudo = true)
Pseudo = /galemc;
## Restrict the protocols that may use this export. This cannot allow
## access that is denied in NFS_CORE_PARAM.
#Protocols = 3,4;
## Access type for clients. Default is None, so some access must be
## given. It can be here, in the EXPORT_DEFAULTS, or in a CLIENT block
Access_Type = RO;
## Whether to squash various users.
Squash = root_squash;
## Allowed security types for this export
#Sectype = sys,krb5,krb5i,krb5p;
## Exporting FSAL
FSAL {
Name = PROXY;
Srv_Addr = 10.2.21.11;
}
CLIENT
{
Clients = 129.99.10.106,129.99.10.107,198.9.3.97,198.9.3.98;
}
}
## Configure logging. Default is to log to Syslog. Basic logging can also be
## configured from the command line
LOG {
## Default log level for all components
Default_Log_Level = DEBUG;
## Configure per-component log levels.
Components {
FSAL = DEBUG;
EXPORT = DEBUG;
}
## Where to log
Facility {
name = FILE;
destination = "/var/log/ganesha/ganesha.log";
enable = active;
}
}
### relevant Ganesha log ###
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] load_fsal :NFS STARTUP :DEBUG :Loading FSAL PROXY with /usr/lib64/ganesha/libfsalproxy.so
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG :FileSystem info for FSAL PROXY {
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxfilesize = 7FFFFFFFFFFFFFFF
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxlink = 8
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxnamelen = 1024
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxpathlen = 1024
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : no_trunc = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : chown_restricted = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : case_insensitive = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : case_preserving = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : link_support = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : symlink_support = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : lock_support = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : lock_support_async_block = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : named_attr = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : unique_handles = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : acl_support = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : cansettime = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : homogenous = 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : supported_attrs = 11DFCE
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxread = 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : maxwrite = 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : umask = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : auth_exportpath_xdev = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : delegations = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : pnfs_mds = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : pnfs_ds = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : fsal_trace = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : fsal_grace = 0
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG : expire_time_parent = -1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] display_fsinfo :FSAL :DEBUG :}
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1001 created at pseudo (/BD_public) with path (/srv/rex/exports/BD_public_datasets) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1001 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386076657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1002 created at pseudo (/ecco) with path (/srv/rex/exports/ECCO_PD) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1002 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386077657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1003 created at pseudo (/quail) with path (/srv/rex/exports/QuAIL) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1003 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386078657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1004 created at pseudo (/legacygcm) with path (/srv/rex/exports/legacygcmdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1004 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386079657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1005 created at pseudo (/openinnovation) with path (/srv/rex/exports/data_nasa_gov_nas_storage) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1005 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607a657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1006 created at pseudo (/geonex) with path (/srv/rex/exports/geonexdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1006 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1007 created at pseudo (/PlutoGCM) with path (/srv/rex/exports/PlutoGCM) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1007 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1008 created at pseudo (/private) with path (/srv/rex/exports/spinglasseigendata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1008 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1009 created at pseudo (/smode) with path (/srv/rex/exports/smodedata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1009 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607b657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607c657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607d657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1010 created at pseudo (/fv3gcm) with path (/srv/rex/exports/fv3gcmdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1010 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1011 created at pseudo (/velahalos) with path (/srv/rex/exports/velahalosdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1011 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1012 created at pseudo (/carboncycle) with path (/srv/rex/exports/carboncycledata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1012 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1013 created at pseudo (/hmi) with path (/srv/rex/exports/hmidata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1013 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1014 created at pseudo (/viz) with path (/srv/rex/exports/vizdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1014 has 2 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1015 created at pseudo (/venus) with path (/srv/rex/exports/venusdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1015 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1016 created at pseudo (/fun3d) with path (/srv/rex/exports/fun3ddata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1016 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1017 created at pseudo (/co2flux) with path (/srv/rex/exports/co2fluxdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1017 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1018 created at pseudo (/helio) with path (/srv/rex/exports/heliodata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1018 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1019 created at pseudo (/sphdynpc) with path (/srv/rex/exports/sphdynpcdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1019 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1020 created at pseudo (/vizpub) with path (/srv/rex/exports/vizpublic) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1020 has 3 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1021 created at pseudo (/titanwrf1) with path (/srv/rex/exports/titanwrf1data) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1021 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607e657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386080657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386084657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386083657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838607f657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386082657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386081657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386086657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386088657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386085657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386089657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad28386087657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1022 created at pseudo (/mcmap) with path (/srv/rex/exports/mcmapdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1022 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PROXY/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxRead to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_cfg_commit :CONFIG :INFO :Readjusting MaxWrite to FSAL, 67108864 -> 1048576
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1023 created at pseudo (/galemc) with path (/srv/rex/exports/galemcdata) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1023 has 4 defined clients
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] build_default_root :EXPORT :DEBUG :Allocating Pseudo root export
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudofs_create_export :FSAL :DEBUG :Created exp 0x637f10 - /
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] dirmap_lru_init :NFS READDIR :DEBUG :Skipping dirmap PSEUDO/MDC
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] build_default_root :CONFIG :INFO :Export 0 (/) successfully created
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Connected after 0 sleeps, resending outstanding calls
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] lower_my_caps :NFS STARTUP :EVENT :CAP_SYS_RESOURCE was successfully removed for proper quota management in FSAL
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new client id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] lower_my_caps :NFS STARTUP :EVENT :currenty set capabilities are: = cap_chown,cap_dac_override,cap_dac_read_search,cap_fowner,cap_fsetid,cap_kill,cap_setgid,cap_setuid,cap_setpcap,cap_linux_immutable,cap_net_bind_service,cap_net_broadcast,cap_net_raw,cap_ipc_owner,cap_sys_chroot,cap_sys_ptrace,cap_sys_admin,cap_sys_boot,cap_sys_nice,cap_sys_tty_config,cap_mknod,cap_lease,cap_audit_write,cap_audit_control,cap_setfcap+ep
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setclientid :FSAL :EVENT :Negotiating a new ClientId with the remote server
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NFSv4 ACL cache
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs4_acls_init :NFS4 ACL :DEBUG :Initialize NFSv4 ACLs
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs4_acls_init :NFS4 ACL :DEBUG :sizeof(fsal_ace_t)=20, sizeof(fsal_acl_t)=80
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227759 with 156 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 ACL cache successfully initialized
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1001 Path=/srv/rex/exports/BD_public_datasets
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838608a657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000064, xid 1616227759
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_clientid_renewer :FSAL :DEBUG :Need 1 new session id
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838608b657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new session id for client id ad2838608c657086 with sequence id 1
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227760 with 172 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000007c, xid 1616227760
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 204 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227761 with 144 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61d820 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61d820 added
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000060, xid 1616227766
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61d858 FSAL MDCACHE for path /srv/rex/exports/BD_public_datasets on export_id=1001
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1002 Path=/srv/rex/exports/ECCO_PD
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 192 bytes
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000060, xid 1616227765
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_lookup_path :INODE :DEBUG :lookup_path /srv/rex/exports/ECCO_PD failed with No such file or directory
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :CRIT :Lookup failed on path, ExportId=1002 Path=/srv/rex/exports/ECCO_PD FSAL_ERROR=(No such file or directory,2)
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1003 Path=/srv/rex/exports/QuAIL
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000078, xid 1616227761
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_clientid_renewer] pxy_setsessionid :FSAL :DEBUG :Getting new lease 90
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61cf70 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61cf70 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61cfa8 FSAL MDCACHE for path /srv/rex/exports/QuAIL on export_id=1003
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1004 Path=/srv/rex/exports/legacygcmdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 200 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x611950 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x611950 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x611988 FSAL MDCACHE for path /srv/rex/exports/legacygcmdata on export_id=1004
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1005 Path=/srv/rex/exports/data_nasa_gov_nas_storage
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 212 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x611f60 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x611f60 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x611f98 FSAL MDCACHE for path /srv/rex/exports/data_nasa_gov_nas_storage on export_id=1005
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1006 Path=/srv/rex/exports/geonexdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6127e0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6127e0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x612818 FSAL MDCACHE for path /srv/rex/exports/geonexdata on export_id=1006
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1007 Path=/srv/rex/exports/PlutoGCM
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x613150 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x613150 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x613188 FSAL MDCACHE for path /srv/rex/exports/PlutoGCM on export_id=1007
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1008 Path=/srv/rex/exports/spinglasseigendata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 204 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x613b30 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x613b30 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x613b68 FSAL MDCACHE for path /srv/rex/exports/spinglasseigendata on export_id=1008
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1009 Path=/srv/rex/exports/smodedata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x614390 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x614390 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x6143c8 FSAL MDCACHE for path /srv/rex/exports/smodedata on export_id=1009
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1010 Path=/srv/rex/exports/fv3gcmdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x614ca0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x614ca0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x614cd8 FSAL MDCACHE for path /srv/rex/exports/fv3gcmdata on export_id=1010
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1011 Path=/srv/rex/exports/velahalosdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 200 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x615550 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x615550 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x615588 FSAL MDCACHE for path /srv/rex/exports/velahalosdata on export_id=1011
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1012 Path=/srv/rex/exports/carboncycledata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 200 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x615ef0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x615ef0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x615f28 FSAL MDCACHE for path /srv/rex/exports/carboncycledata on export_id=1012
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1013 Path=/srv/rex/exports/hmidata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x616810 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x616810 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x616848 FSAL MDCACHE for path /srv/rex/exports/hmidata on export_id=1013
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1014 Path=/srv/rex/exports/vizdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000114, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x617130 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x617130 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x617168 FSAL MDCACHE for path /srv/rex/exports/vizdata on export_id=1014
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1015 Path=/srv/rex/exports/venusdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x617a50 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x617a50 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x617a88 FSAL MDCACHE for path /srv/rex/exports/venusdata on export_id=1015
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1016 Path=/srv/rex/exports/fun3ddata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000114, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x618370 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x618370 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x6183a8 FSAL MDCACHE for path /srv/rex/exports/fun3ddata on export_id=1016
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1017 Path=/srv/rex/exports/co2fluxdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x618c20 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x618c20 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x618c58 FSAL MDCACHE for path /srv/rex/exports/co2fluxdata on export_id=1017
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1018 Path=/srv/rex/exports/heliodata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6195c0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6195c0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x6195f8 FSAL MDCACHE for path /srv/rex/exports/heliodata on export_id=1018
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1019 Path=/srv/rex/exports/sphdynpcdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x619e70 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x619e70 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x619ea8 FSAL MDCACHE for path /srv/rex/exports/sphdynpcdata on export_id=1019
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1020 Path=/srv/rex/exports/vizpublic
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000114, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61a740 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61a740 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61a778 FSAL MDCACHE for path /srv/rex/exports/vizpublic on export_id=1020
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1021 Path=/srv/rex/exports/titanwrf1data
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 200 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61afb0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61afb0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61afe8 FSAL MDCACHE for path /srv/rex/exports/titanwrf1data on export_id=1021
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1022 Path=/srv/rex/exports/mcmapdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61b860 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61b860 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61b898 FSAL MDCACHE for path /srv/rex/exports/mcmapdata on export_id=1022
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=1023 Path=/srv/rex/exports/galemcdata
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227762 with 168 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000014c, xid 1616227762
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227763 with 188 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227763
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227764 with 192 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227764
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227765 with 196 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000120, xid 1616227765
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x61c0b0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x61c0b0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227766 with 160 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000128, xid 1616227766
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227767 with 152 bytes
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 800000a0, xid 1616227767
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x61c0e8 FSAL MDCACHE for path /srv/rex/exports/galemcdata on export_id=1023
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :About to lookup_path for ExportId=0 Path=/
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6397b0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6397b0 added
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] init_export_root :EXPORT :DEBUG :Added root obj 0x6397e8 FSAL MDCACHE for path / on export_id=0
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_exp_release :FSAL :INFO :Releasing PROXY export 1002 for /ecco
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :EVENT :Socket is closed
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NFSv4 clientid cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 clientid cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :duplicate request hash table cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NFSv4 State Id cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 State Id cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NFSv4 Owner cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 Open Owner cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NLM Owner cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NLM Owner cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NLM State cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NLM State cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building NFSv4 Session Id cache
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 Session Id cache successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :DEBUG :Now building pseudo fs
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1001 Path /srv/rex/exports/BD_public_datasets Pseudo Path /BD_public
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1001 Path /srv/rex/exports/BD_public_datasets Pseudo Path /BD_public Rest BD_public
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for BD_public
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup BD_public failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create BD_public
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x648390 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x648390 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1001 Path /srv/rex/exports/BD_public_datasets Pseudo Path /BD_public CREATE BD_public obj 0x6483c8 state 0x648660 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1001 Path /srv/rex/exports/BD_public_datasets Pseudo Path /BD_public junction 0x60f048
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1003 Path /srv/rex/exports/QuAIL Pseudo Path /quail
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1003 Path /srv/rex/exports/QuAIL Pseudo Path /quail Rest quail
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for quail
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup quail failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create quail
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x648e70 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x648e70 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1003 Path /srv/rex/exports/QuAIL Pseudo Path /quail CREATE quail obj 0x648ea8 state 0x649140 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1003 Path /srv/rex/exports/QuAIL Pseudo Path /quail junction 0x61f1d8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1004 Path /srv/rex/exports/legacygcmdata Pseudo Path /legacygcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1004 Path /srv/rex/exports/legacygcmdata Pseudo Path /legacygcm Rest legacygcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for legacygcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup legacygcm failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create legacygcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6498e0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6498e0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1004 Path /srv/rex/exports/legacygcmdata Pseudo Path /legacygcm CREATE legacygcm obj 0x649918 state 0x649bb0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1004 Path /srv/rex/exports/legacygcmdata Pseudo Path /legacygcm junction 0x620958
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1005 Path /srv/rex/exports/data_nasa_gov_nas_storage Pseudo Path /openinnovation
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1005 Path /srv/rex/exports/data_nasa_gov_nas_storage Pseudo Path /openinnovation Rest openinnovation
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for openinnovation
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup openinnovation failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create openinnovation
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64a460 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64a460 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1005 Path /srv/rex/exports/data_nasa_gov_nas_storage Pseudo Path /openinnovation CREATE openinnovation obj 0x64a498 state 0x64a730 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1005 Path /srv/rex/exports/data_nasa_gov_nas_storage Pseudo Path /openinnovation junction 0x621a28
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1006 Path /srv/rex/exports/geonexdata Pseudo Path /geonex
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1006 Path /srv/rex/exports/geonexdata Pseudo Path /geonex Rest geonex
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for geonex
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup geonex failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create geonex
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64b110 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64b110 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1006 Path /srv/rex/exports/geonexdata Pseudo Path /geonex CREATE geonex obj 0x64b148 state 0x64b3e0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1006 Path /srv/rex/exports/geonexdata Pseudo Path /geonex junction 0x622b08
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1007 Path /srv/rex/exports/PlutoGCM Pseudo Path /PlutoGCM
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1007 Path /srv/rex/exports/PlutoGCM Pseudo Path /PlutoGCM Rest PlutoGCM
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for PlutoGCM
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup PlutoGCM failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create PlutoGCM
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64bcb0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64bcb0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1007 Path /srv/rex/exports/PlutoGCM Pseudo Path /PlutoGCM CREATE PlutoGCM obj 0x64bce8 state 0x64bf80 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1007 Path /srv/rex/exports/PlutoGCM Pseudo Path /PlutoGCM junction 0x623bc8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1008 Path /srv/rex/exports/spinglasseigendata Pseudo Path /private
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1008 Path /srv/rex/exports/spinglasseigendata Pseudo Path /private Rest private
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for private
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup private failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create private
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64c860 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64c860 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1008 Path /srv/rex/exports/spinglasseigendata Pseudo Path /private CREATE private obj 0x64c898 state 0x64cb30 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1008 Path /srv/rex/exports/spinglasseigendata Pseudo Path /private junction 0x624cc8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1009 Path /srv/rex/exports/smodedata Pseudo Path /smode
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1009 Path /srv/rex/exports/smodedata Pseudo Path /smode Rest smode
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for smode
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup smode failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create smode
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64d400 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64d400 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1009 Path /srv/rex/exports/smodedata Pseudo Path /smode CREATE smode obj 0x64d438 state 0x64d6d0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1009 Path /srv/rex/exports/smodedata Pseudo Path /smode junction 0x625bd8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1010 Path /srv/rex/exports/fv3gcmdata Pseudo Path /fv3gcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1010 Path /srv/rex/exports/fv3gcmdata Pseudo Path /fv3gcm Rest fv3gcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for fv3gcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup fv3gcm failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create fv3gcm
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64dfa0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64dfa0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1010 Path /srv/rex/exports/fv3gcmdata Pseudo Path /fv3gcm CREATE fv3gcm obj 0x64dfd8 state 0x64e270 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1010 Path /srv/rex/exports/fv3gcmdata Pseudo Path /fv3gcm junction 0x62a288
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1011 Path /srv/rex/exports/velahalosdata Pseudo Path /velahalos
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1011 Path /srv/rex/exports/velahalosdata Pseudo Path /velahalos Rest velahalos
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for velahalos
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup velahalos failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create velahalos
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64eb40 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64eb40 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1011 Path /srv/rex/exports/velahalosdata Pseudo Path /velahalos CREATE velahalos obj 0x64eb78 state 0x64ee10 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1011 Path /srv/rex/exports/velahalosdata Pseudo Path /velahalos junction 0x62b298
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1012 Path /srv/rex/exports/carboncycledata Pseudo Path /carboncycle
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1012 Path /srv/rex/exports/carboncycledata Pseudo Path /carboncycle Rest carboncycle
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for carboncycle
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup carboncycle failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create carboncycle
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x64f6f0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x64f6f0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1012 Path /srv/rex/exports/carboncycledata Pseudo Path /carboncycle CREATE carboncycle obj 0x64f728 state 0x64f9c0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1012 Path /srv/rex/exports/carboncycledata Pseudo Path /carboncycle junction 0x62c318
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1013 Path /srv/rex/exports/hmidata Pseudo Path /hmi
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1013 Path /srv/rex/exports/hmidata Pseudo Path /hmi Rest hmi
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for hmi
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup hmi failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create hmi
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6502b0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6502b0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1013 Path /srv/rex/exports/hmidata Pseudo Path /hmi CREATE hmi obj 0x6502e8 state 0x650580 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1013 Path /srv/rex/exports/hmidata Pseudo Path /hmi junction 0x62d3d8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1014 Path /srv/rex/exports/vizdata Pseudo Path /viz
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1014 Path /srv/rex/exports/vizdata Pseudo Path /viz Rest viz
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for viz
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup viz failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create viz
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x650e40 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x650e40 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1014 Path /srv/rex/exports/vizdata Pseudo Path /viz CREATE viz obj 0x650e78 state 0x651110 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1014 Path /srv/rex/exports/vizdata Pseudo Path /viz junction 0x62e338
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1015 Path /srv/rex/exports/venusdata Pseudo Path /venus
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1015 Path /srv/rex/exports/venusdata Pseudo Path /venus Rest venus
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for venus
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup venus failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create venus
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6519d0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6519d0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1015 Path /srv/rex/exports/venusdata Pseudo Path /venus CREATE venus obj 0x651a08 state 0x651ca0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1015 Path /srv/rex/exports/venusdata Pseudo Path /venus junction 0x62f278
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1016 Path /srv/rex/exports/fun3ddata Pseudo Path /fun3d
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1016 Path /srv/rex/exports/fun3ddata Pseudo Path /fun3d Rest fun3d
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for fun3d
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup fun3d failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create fun3d
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x652480 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x652480 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1016 Path /srv/rex/exports/fun3ddata Pseudo Path /fun3d CREATE fun3d obj 0x6524b8 state 0x652750 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1016 Path /srv/rex/exports/fun3ddata Pseudo Path /fun3d junction 0x630278
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1017 Path /srv/rex/exports/co2fluxdata Pseudo Path /co2flux
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1017 Path /srv/rex/exports/co2fluxdata Pseudo Path /co2flux Rest co2flux
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for co2flux
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup co2flux failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create co2flux
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x652f30 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x652f30 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1017 Path /srv/rex/exports/co2fluxdata Pseudo Path /co2flux CREATE co2flux obj 0x652f68 state 0x653200 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1017 Path /srv/rex/exports/co2fluxdata Pseudo Path /co2flux junction 0x6312e8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1018 Path /srv/rex/exports/heliodata Pseudo Path /helio
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1018 Path /srv/rex/exports/heliodata Pseudo Path /helio Rest helio
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for helio
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup helio failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create helio
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6539e0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6539e0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1018 Path /srv/rex/exports/heliodata Pseudo Path /helio CREATE helio obj 0x653a18 state 0x653cb0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1018 Path /srv/rex/exports/heliodata Pseudo Path /helio junction 0x632248
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1019 Path /srv/rex/exports/sphdynpcdata Pseudo Path /sphdynpc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1019 Path /srv/rex/exports/sphdynpcdata Pseudo Path /sphdynpc Rest sphdynpc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for sphdynpc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup sphdynpc failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create sphdynpc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x654490 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x654490 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1019 Path /srv/rex/exports/sphdynpcdata Pseudo Path /sphdynpc CREATE sphdynpc obj 0x6544c8 state 0x654760 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1019 Path /srv/rex/exports/sphdynpcdata Pseudo Path /sphdynpc junction 0x633188
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1020 Path /srv/rex/exports/vizpublic Pseudo Path /vizpub
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1020 Path /srv/rex/exports/vizpublic Pseudo Path /vizpub Rest vizpub
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for vizpub
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup vizpub failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create vizpub
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x654f50 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x654f50 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1020 Path /srv/rex/exports/vizpublic Pseudo Path /vizpub CREATE vizpub obj 0x654f88 state 0x655220 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1020 Path /srv/rex/exports/vizpublic Pseudo Path /vizpub junction 0x6340c8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1021 Path /srv/rex/exports/titanwrf1data Pseudo Path /titanwrf1
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1021 Path /srv/rex/exports/titanwrf1data Pseudo Path /titanwrf1 Rest titanwrf1
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for titanwrf1
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup titanwrf1 failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create titanwrf1
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x655a00 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x655a00 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1021 Path /srv/rex/exports/titanwrf1data Pseudo Path /titanwrf1 CREATE titanwrf1 obj 0x655a38 state 0x655cd0 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1021 Path /srv/rex/exports/titanwrf1data Pseudo Path /titanwrf1 junction 0x635008
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1022 Path /srv/rex/exports/mcmapdata Pseudo Path /mcmap
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1022 Path /srv/rex/exports/mcmapdata Pseudo Path /mcmap Rest mcmap
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for mcmap
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup mcmap failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create mcmap
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x6564c0 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x6564c0 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1022 Path /srv/rex/exports/mcmapdata Pseudo Path /mcmap CREATE mcmap obj 0x6564f8 state 0x656790 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1022 Path /srv/rex/exports/mcmapdata Pseudo Path /mcmap junction 0x635ed8
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1023 Path /srv/rex/exports/galemcdata Pseudo Path /galemc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Looking for export for
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1023 Path /srv/rex/exports/galemcdata Pseudo Path /galemc Rest galemc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for galemc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdc_lookup_uncached :NFS READDIR :DEBUG :lookup galemc failed with No such file or directory
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] makedir :FSAL :DEBUG :create galemc
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x656f70 setting MDCACHE_TRUST_CONTENT setting MDCACHE_DIR_POPULATED
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_new_entry :INODE :DEBUG :New entry 0x656f70 added
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] make_pseudofs_node :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1023 Path /srv/rex/exports/galemcdata Pseudo Path /galemc CREATE galemc obj 0x656fa8 state 0x657240 succeeded
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id 1023 Path /srv/rex/exports/galemcdata Pseudo Path /galemc junction 0x636e18
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :NFSv4 pseudo file system successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] fsal_save_ganesha_credentials :FSAL :INFO :Ganesha uid=0 gid=0 ngroups=0
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init_svc :DISP :DEBUG :NFS INIT: Core options = 2
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init_svc :DISP :INFO :NFS INIT: using TIRPC
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init_svc :DISP :INFO :NFS INIT: Using IPv6
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] Allocate_sockets :DISP :DEBUG :Socket numbers are: NFS tcp=33 udp=32
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] Allocate_sockets :DISP :DEBUG :Socket numbers are: RQUOTA tcp=35 udp=34
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] Bind_sockets :DISP :INFO :Bind sockets successful, v6disabled = 1, vsock = 0, rdma = 0
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x66cbe0 fd 36 context 0x2aaba0000d20
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x66cbe0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] alloc_nfs_request :DISP :DEBUG :0x670a10 fd 40 context 0x2aaba8000d20
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x670a10 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6714b0 fd 36 context 0x2aabac000d20
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6714b0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] alloc_nfs_request :DISP :DEBUG :0x6714b0 fd 40 context 0x2aaba8000f60
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6714b0 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6714b0 fd 36 context 0x2aabac000f60
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6714b0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] alloc_nfs_request :DISP :DEBUG :0x6714b0 fd 36 context 0x2aaba8001170
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6714b0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 40 context 0x2aabac001170
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 36 context 0x2aaba8001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 40 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] alloc_nfs_request :DISP :DEBUG :0x673a40 fd 36 context 0x2aaba8001590
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_5] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x673a40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 41 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 41 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] alloc_nfs_request :DISP :DEBUG :0x673c50 fd 40 context 0x2aabb0000b10
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x673c50 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 36 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] alloc_nfs_request :DISP :DEBUG :0x6730f0 fd 40 context 0x2aabb0000d50
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x6730f0 fd 40 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering NFS V4/UDP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering NFS V4/TCP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabb0000f60
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering RQUOTA V1/UDP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering RQUOTA V1/TCP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabb0001170
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering RQUOTA V2/UDP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] __Register_program :DISP :INFO :Registering RQUOTA V2/TCP
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] alloc_nfs_request :DISP :DEBUG :0x674d40 fd 36 context 0x2aabb0001170
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_7] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x674d40 fd 36 (/run/rpcbind.sock) xid=1 returned XPRT_IDLE
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init :NFS STARTUP :INFO :RPC resources successfully initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Init_admin_thread :NFS CB :EVENT :Admin thread initialized
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :DEBUG :Starting threads
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :EVENT :Starting delayed executor.
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :DEBUG :sigmgr thread started
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :EVENT :admin thread was started successfully
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :EVENT :reaper thread was started successfully
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_Start_threads :THREAD :EVENT :General fridge was started successfully
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[reaper] reaper_run :CLIENT ID :DEBUG :Now checking NFS4 clients for expiration
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[chunk_lru] chunk_lru_run :INODE LRU :DEBUG :After work, threadwait=90 totalwork=0
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[cache_lru] lru_run :INODE LRU :DEBUG :FD count is 0 and low water mark is 32768: not reaping.
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[cache_lru] lru_run :INODE LRU :DEBUG :After work, open_fd_count:0 count:45 fdrate:1 new_thread_wait=90
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x677ae0 fd 40 context 0x2aabac001380
19/03/2021 18:58:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x677ae0 fd 40 (127.0.0.1:111) xid=1 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_recv :FSAL :DEBUG :Timeout, wait again...
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aaac4001a30
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3313667493
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac4008be0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3313667493 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aabc0000d20
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3414330789
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc0001d30, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3414330789 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aaac4001c40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3431108005
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac4001ef0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 44 is OP_DESTROY_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_DESTROY_SESSION in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3431108005 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aabc0000fc0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3447885221
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc0001390, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=198.9.3.98 clientid=Epoch=0x6054f106 Counter=0x00000003 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CLIENT_ID_STALE clientid=Epoch=0x6054f106 Counter=0x00000003
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4ERR_STALE_CLIENTID, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_STALE_CLIENTID lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3447885221 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aaac40097b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3464662437
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac4009a40, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 42 is OP_EXCHANGE_ID
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_exchange_id :CLIENT ID :DEBUG :EXCHANGE_ID pnfs_flags 0x00060000 eia_flags 0x00000101
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_EXCHANGE_ID in position 0 = NFS4_OK, op response size is 0 total response size is 36
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3464662437 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aabc00027a0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3481439653
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc00029c0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=198.9.3.98 clientid=Epoch=0x6054f416 Counter=0x00000001 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION clientid=Epoch=0x6054f416 Counter=0x00000001 csa_sequence=1 clientid_cs_seq=1 data_oppos=0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] fs_create_clid_name :CLIENT ID :DEBUG :Created client name [198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] fs_add_clid :CLIENT ID :DEBUG :Created client dir [/var/lib/nfs/ganesha/v4recov/node0/198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_chk_clid_impl :CLIENT ID :DEBUG :chk for 6941441301011234817
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] check_clid :CLIENT ID :DEBUG :compare 198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov) to 129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] check_clid :CLIENT ID :DEBUG :compare 198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov) to 198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :Confirmed 0x2aaac400b200 ClientID={Epoch=0x6054f416 Counter=0x00000001} CONFIRMED Client={0x2aaac400b0e0 name=(32:Linux NFSv4.1 data2.nas.nasa.gov) refcount=2} t_delta=0 reservations=0 refcount=3
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :success session 0x2aabc0004460 {sessionid=(16:0x0100000016f454600100000000000000)} csa_flags 0x3 csr_flags 0x2
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4_OK, op response size is 112 total response size is 148
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3481439653 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aaac400a650
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3498216869
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aaac400a990, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabc0004460
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 1: opcode 24 is OP_PUTROOTFH
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_PUTROOTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x6397e8
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 8 total response size is 96
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3498216869 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aaac4000d20 fd 41 context 0x2aabc00037b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19917
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.98 for Program 100003, Version 4, Function 1 has xid=3514994085
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 2 operations, res = 0x2aabc0003a60, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabc0004460
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 1: opcode 58 is OP_RECLAIM_COMPLETE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_RECLAIM_COMPLETE in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aaac4000d20 fd 41 (198.9.3.98:956) xid=3514994085 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aaac400b9a0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4033581045
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400bcf0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4033581045 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aabac002280
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4050358261
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabac003730, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4050358261 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4067135477
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400dab0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 44 is OP_DESTROY_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_DESTROY_SESSION in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4067135477 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aabac002280
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4083912693
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabac002dc0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=129.99.10.107 clientid=Epoch=0x6054f106 Counter=0x00000002 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :CLIENT_ID_STALE clientid=Epoch=0x6054f106 Counter=0x00000002
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4ERR_STALE_CLIENTID, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_STALE_CLIENTID lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4083912693 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4100689909
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400d090, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 42 is OP_EXCHANGE_ID
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_exchange_id :CLIENT ID :DEBUG :EXCHANGE_ID pnfs_flags 0x00060000 eia_flags 0x00000101
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_EXCHANGE_ID in position 0 = NFS4_OK, op response size is 0 total response size is 36
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4100689909 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aabac002280
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4117467125
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabac003270, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=129.99.10.107 clientid=Epoch=0x6054f416 Counter=0x00000002 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION clientid=Epoch=0x6054f416 Counter=0x00000002 csa_sequence=1 clientid_cs_seq=1 data_oppos=0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] fs_create_clid_name :CLIENT ID :DEBUG :Created client name [129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] fs_add_clid :CLIENT ID :DEBUG :Created client dir [/var/lib/nfs/ganesha/v4recov/node0/129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_chk_clid_impl :CLIENT ID :DEBUG :chk for 6941441301011234818
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] check_clid :CLIENT ID :DEBUG :compare 129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov) to 129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] check_clid :CLIENT ID :DEBUG :compare 129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov) to 198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] check_clid :CLIENT ID :DEBUG :compare 129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov) to 129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :Confirmed 0x2aaac400e730 ClientID={Epoch=0x6054f416 Counter=0x00000002} CONFIRMED Client={0x2aaac400da30 name=(35:Linux NFSv4.1 datadev2.nas.nasa.gov) refcount=2} t_delta=0 reservations=0 refcount=3
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_create_session :SESSIONS :DEBUG :success session 0x2aabac004d90 {sessionid=(16:0x0200000016f454600200000000000000)} csa_flags 0x3 csr_flags 0x2
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4_OK, op response size is 112 total response size is 148
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4117467125 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4134244341
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aaac400d520, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabac004d90
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 1: opcode 24 is OP_PUTROOTFH
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_PUTROOTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x6397e8
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 8 total response size is 96
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4134244341 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x2aabac001b90 fd 48 context 0x2aabac002280
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14743
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.107 for Program 100003, Version 4, Function 1 has xid=4151021557
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 2 operations, res = 0x2aabac0077a0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabac004d90
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 1: opcode 58 is OP_RECLAIM_COMPLETE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_RECLAIM_COMPLETE in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac001b90 fd 48 (129.99.10.107:695) xid=4151021557 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1316744504
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400f220, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1316744504 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aabc00037b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1333521720
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc00088e0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1333521720 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1350298936
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400f220, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 44 is OP_DESTROY_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_DESTROY_SESSION in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1350298936 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aabc00037b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1367076152
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc0008c80, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=129.99.10.106 clientid=Epoch=0x6054f106 Counter=0x00000001 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CLIENT_ID_STALE clientid=Epoch=0x6054f106 Counter=0x00000001
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4ERR_STALE_CLIENTID, op response size is 4 total response size is 40
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_STALE_CLIENTID lastindex = 1
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1367076152 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1383853368
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac400f220, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 42 is OP_EXCHANGE_ID
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_exchange_id :CLIENT ID :DEBUG :EXCHANGE_ID pnfs_flags 0x00060000 eia_flags 0x00000101
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_EXCHANGE_ID in position 0 = NFS4_OK, op response size is 0 total response size is 36
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1383853368 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aabc00037b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1400630584
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabc0008ed0, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=129.99.10.106 clientid=Epoch=0x6054f416 Counter=0x00000003 -------------------
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION clientid=Epoch=0x6054f416 Counter=0x00000003 csa_sequence=1 clientid_cs_seq=1 data_oppos=0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] fs_create_clid_name :CLIENT ID :DEBUG :Created client name [129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] fs_add_clid :CLIENT ID :DEBUG :Created client dir [/var/lib/nfs/ganesha/v4recov/node0/129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)]
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_chk_clid_impl :CLIENT ID :DEBUG :chk for 6941441301011234819
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] check_clid :CLIENT ID :DEBUG :compare 129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov) to 129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :Confirmed 0x2aaac400f740 ClientID={Epoch=0x6054f416 Counter=0x00000003} CONFIRMED Client={0x2aaac400f5f0 name=(35:Linux NFSv4.1 datadev1.nas.nasa.gov) refcount=2} t_delta=0 reservations=0 refcount=3
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_create_session :SESSIONS :DEBUG :success session 0x2aabc0009270 {sessionid=(16:0x0300000016f454600300000000000000)} csa_flags 0x3 csr_flags 0x2
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4_OK, op response size is 112 total response size is 148
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1400630584 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aaac400c0d0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1417407800
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aaac400fc70, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabc0009270
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 1: opcode 24 is OP_PUTROOTFH
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_PUTROOTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x6397e8
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 8 total response size is 96
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1417407800 returned XPRT_IDLE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] alloc_nfs_request :DISP :DEBUG :0x2aabc0006ee0 fd 49 context 0x2aabc00037b0
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 14231
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs_rpc_process_request :DISP :DEBUG :Request from 129.99.10.106 for Program 100003, Version 4, Function 1 has xid=1434185016
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 2 operations, res = 0x2aabc0009000, tag = NO TAG
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabc0009270
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] process_one_op :NFS4 :DEBUG :Request 1: opcode 58 is OP_RECLAIM_COMPLETE
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] complete_op :NFS4 :DEBUG :Status of OP_RECLAIM_COMPLETE in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_8] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabc0006ee0 fd 49 (129.99.10.106:1022) xid=1434185016 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaac400c0d0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabac002280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1250140144
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaac40101e0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1283694576
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4000b10
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabac008b00, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaba0000f60
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1216585712
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_2] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1250140144 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc4001d60, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1334026224
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aaba0001410, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_6] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1283694576 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1216585712 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc8000d20
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1334026224 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1350803440
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8001f30, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc000d20
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1367580656
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabcc001d30, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1350803440 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE returning status NFS4ERR_BADSESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1367580656 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaba0001b90
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1384357872
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaba0001e40, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 0: opcode 44 is OP_DESTROY_SESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_DESTROY_SESSION in position 0 = NFS4ERR_BADSESSION, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_BADSESSION lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1384357872 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc000fc0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1401135088
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabcc001390, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=198.9.3.97 clientid=Epoch=0x6054f106 Counter=0x00000004 -------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :CLIENT_ID_STALE clientid=Epoch=0x6054f106 Counter=0x00000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4ERR_STALE_CLIENTID, op response size is 4 total response size is 40
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_STALE_CLIENTID lastindex = 1
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1401135088 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaba0002dc0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1417912304
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aaba0003050, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 0: opcode 42 is OP_EXCHANGE_ID
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_op_exchange_id :CLIENT ID :DEBUG :EXCHANGE_ID pnfs_flags 0x00060000 eia_flags 0x00000101
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_EXCHANGE_ID in position 0 = NFS4_OK, op response size is 0 total response size is 36
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1417912304 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0027a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1434689520
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 1 operations, res = 0x2aabcc0029c0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 43 is OP_CREATE_SESSION
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION client addr=198.9.3.97 clientid=Epoch=0x6054f416 Counter=0x00000004 -------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :CREATE_SESSION clientid=Epoch=0x6054f416 Counter=0x00000004 csa_sequence=1 clientid_cs_seq=1 data_oppos=0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] fs_create_clid_name :CLIENT ID :DEBUG :Created client name [198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov)]
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] fs_add_clid :CLIENT ID :DEBUG :Created client dir [/var/lib/nfs/ganesha/v4recov/node0/198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov)]
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_chk_clid_impl :CLIENT ID :DEBUG :chk for 6941441301011234820
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] check_clid :CLIENT ID :DEBUG :compare 198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov) to 129.99.10.106-(35:Linux NFSv4.1 datadev1.nas.nasa.gov)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] check_clid :CLIENT ID :DEBUG :compare 198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov) to 198.9.3.98-(32:Linux NFSv4.1 data2.nas.nasa.gov)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] check_clid :CLIENT ID :DEBUG :compare 198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov) to 129.99.10.107-(35:Linux NFSv4.1 datadev2.nas.nasa.gov)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] check_clid :CLIENT ID :DEBUG :compare 198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov) to 198.9.3.97-(32:Linux NFSv4.1 data1.nas.nasa.gov)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :Confirmed 0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=2} t_delta=0 reservations=0 refcount=3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_create_session :SESSIONS :DEBUG :success session 0x2aabcc004460 {sessionid=(16:0x0400000016f454600400000000000000)} csa_flags 0x3 csr_flags 0x2
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_CREATE_SESSION in position 0 = NFS4_OK, op response size is 112 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1434689520 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaba0003c60
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1451466736
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aaba0003fa0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 1: opcode 24 is OP_PUTROOTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_PUTROOTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x6397e8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 8 total response size is 96
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1451466736 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1468243952
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 2 operations, res = 0x2aabcc003a60, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 58 is OP_RECLAIM_COMPLETE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_RECLAIM_COMPLETE in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1468243952 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aaba0003c60
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1485021168
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aaba0006550, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc8000ff0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1501798384
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1518575600
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aabcc007f10, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8001530, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 9365
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0000b10
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 234
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1535352816
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 4557
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabd0001d20, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227768 with 156 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227769 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x61cfa8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227768 with 160 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 9365
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227768
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000104, xid 1616227768
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227769
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] encode_fsid :NFS4 :DEBUG :fsid.major = 419, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x612818
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 144 total response size is 232
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc8003e90 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc8003e90 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x612818
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_3] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1485021168 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1501798384 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227770 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1535352816 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227770
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8003ec8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1518575600 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc8002b80
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4000e00
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1568907248
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1552130032
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8002f50, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc4001260, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227771 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227772 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227771
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0000de0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227772
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1585684464
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabd0001320, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc8005f60 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc8005f60 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227773 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 29298
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :INODE :DEBUG :Trying to add an already existing entry. Found entry 0x2aabc8005f60 type: 7, New type: 7
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000011c, xid 1616227773
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227774 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227774
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8005f98
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8005f98
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1552130032 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabd0004630 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabd0004630 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1568907248 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227775 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227775
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1602461680
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabcc008e10, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd0004668
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1619238896
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 32437
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8005670, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1585684464 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 32437
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8003ec8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1602461680 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8003ec8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1619238896 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc40029b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1636016112
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc4002d80, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227776 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227776
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1652793328
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8005670, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc40053f0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1669570544
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc40053f0 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabcc009590, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227777 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227778 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 22659
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227777
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227778
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc8007db0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4005428
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc8007db0 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227779 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1636016112 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4005428
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1669570544 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227779
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8007de8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1652793328 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd00035c0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1686347760
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabd0003990, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1703124976
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8005670, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227780 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227781 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1719902192
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabcc008e10, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227782 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227780
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227781
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabd0006020 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabd0006020 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227783 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 10160
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :INODE :DEBUG :Trying to add an already existing entry. Found entry 0x2aabd0006020 type: 7, New type: 7
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227783
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd0006058
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd0006058
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1686347760 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1703124976 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227782
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabcc00a0c0 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabcc00a0c0 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227784 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1736679408
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4004c80, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227784
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 10160
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 15 is OP_LOOKUP
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_lookup :NFS4 :DEBUG :name=05
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for 05
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227785 with 204 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabcc00a0f8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1719902192 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1753456624
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc8005670, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227786 with 188 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227785
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc4006d10 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc4006d10 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_LOOKUP in position 2 = NFS4_OK, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 3: opcode 10 is OP_GETFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETFH in position 3 = NFS4_OK, op response size is 56 total response size is 152
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 4: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4006d48
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 4 = NFS4_OK, op response size is 140 total response size is 296
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1736679408 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1770233840
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabcc008e10, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1787011056
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 4 operations, res = 0x2aabc4007420, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 12595
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12595
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4006d48
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4006d48
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1770233840 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1787011056 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1803788272
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd0005870, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12595
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 15 is OP_LOOKUP
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_lookup :NFS4 :DEBUG :name=OR_ABI-L1b-RadM1-M3C01_G17_s20182840538268_e20182840538326_c20182840538357.nc
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for OR_ABI-L1b-RadM1-M3C01_G17_s20182840538268_e20182840538326_c20182840538357.nc
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227787 with 280 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 80000100, xid 1616227786
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :NFS READDIR :DEBUG :Adding a DIRECTORY, entry=0x2aabc8008e00 setting MDCACHE_TRUST_CONTENT clearing MDCACHE_DIR_POPULATED
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc8008e00 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227788 with 196 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227788
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 3 is OP_ACCESS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child)
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_access_op :NFS3 :DEBUG :Granted ACCESS=READ,LOOKUP,-,-,-,-
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_ACCESS in position 2 = NFS4_OK, op response size is 12 total response size is 100
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 3: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc8008e38
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 3 = NFS4_OK, op response size is 44 total response size is 148
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1753456624 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1820565488
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007c80, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 28157
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 15 is OP_LOOKUP
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_lookup :NFS4 :DEBUG :name=OR_ABI-L1b-RadM1-M3C01_G17_s20190230404269_e20190230404326_c20190230404358.nc
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdc_lookup :NFS READDIR :DEBUG :Cache Miss detected for OR_ABI-L1b-RadM1-M3C01_G17_s20190230404269_e20190230404326_c20190230404358.nc
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] pxy_compoundv4_call :FSAL :DEBUG :First attempt to send XID 1616227789 with 280 bytes
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227787
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :INODE :DEBUG :Adding a REGULAR_FILE, entry=0x2aabd0007970
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabd0007970 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_LOOKUP in position 2 = NFS4_OK, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 3: opcode 10 is OP_GETFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETFH in position 3 = NFS4_OK, op response size is 56 total response size is 152
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 4: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd00079a8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 4 = NFS4_OK, op response size is 140 total response size is 296
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1803788272 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1837342704
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aabc80055e0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1854119920
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aabd0007f90, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd00079a8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 140 total response size is 228
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabd00079a8
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 140 total response size is 228
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1837342704 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1854119920 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabcc0037b0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1870897136
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabcc009590, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1887674352
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd0008b80, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_11] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1870897136 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1887674352 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[pxy_rcv_thread] pxy_rpc_read_reply :FSAL :DEBUG :Recmark 8000013c, xid 1616227789
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :fdcache MISS
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :INODE :DEBUG :Adding a REGULAR_FILE, entry=0x2aabc4008460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] mdcache_new_entry :INODE :DEBUG :New entry 0x2aabc4008460 added
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_LOOKUP in position 2 = NFS4_OK, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 3: opcode 10 is OP_GETFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETFH in position 3 = NFS4_OK, op response size is 56 total response size is 152
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 4: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4008498
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 4 = NFS4_OK, op response size is 140 total response size is 296
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1820565488 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1904451568
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 3 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih AVL hit slot 29090
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 9 is OP_GETATTR
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] file_To_Fattr :NFS4 ACL :DEBUG :No permission check for ACL for obj 0x2aabc4008498
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] encode_fsid :NFS4 :DEBUG :fsid.major = 422, fsid.minor = 0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_GETATTR in position 2 = NFS4_OK, op response size is 140 total response size is 228
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1904451568 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1921228784
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1921228784 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1938006000
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1954783216
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] create_nfs4_owner :STATE :DEBUG :Previously known owner {STATE_OPEN_OWNER_NFSV4 0x2aabc800a1f0: clientid={0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=1} t_delta=0 reservations=2 refcount=5} owner=(24:0x6f70656e2069643a0000003a000000000004844d4bd4080c) confirmed=1 seqid=0 refcount=2} is being reused
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1938006000 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1954783216 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1971560432
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd0009560, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1971560432 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=1988337648
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2005114864
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd0009f40, tag = NO TAG
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] create_nfs4_owner :STATE :DEBUG :Previously known owner {STATE_OPEN_OWNER_NFSV4 0x2aabc400a200: clientid={0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=1} t_delta=0 reservations=2 refcount=5} owner=(24:0x6f70656e2069643a0000003a000000000004844d4bd4080c) confirmed=1 seqid=0 refcount=2} is being reused
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=1988337648 returned XPRT_IDLE
19/03/2021 18:58:28 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2005114864 returned XPRT_IDLE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2021892080
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2021892080 returned XPRT_IDLE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2038669296
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd000a7e0, tag = NO TAG
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2055446512
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] create_nfs4_owner :STATE :DEBUG :Previously known owner {STATE_OPEN_OWNER_NFSV4 0x2aabd000af30: clientid={0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=1} t_delta=0 reservations=2 refcount=5} owner=(24:0x6f70656e2069643a0000003a000000000004844d4bd4080c) confirmed=1 seqid=0 refcount=2} is being reused
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2038669296 returned XPRT_IDLE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2055446512 returned XPRT_IDLE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2072223728
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:29 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2072223728 returned XPRT_IDLE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2089000944
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2105778160
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] create_nfs4_owner :STATE :DEBUG :Previously known owner {STATE_OPEN_OWNER_NFSV4 0x2aabc800bad0: clientid={0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=1} t_delta=0 reservations=2 refcount=5} owner=(24:0x6f70656e2069643a0000003a000000000004844d4bd4080c) confirmed=1 seqid=0 refcount=2} is being reused
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2089000944 returned XPRT_IDLE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2105778160 returned XPRT_IDLE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2122555376
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd000b120, tag = NO TAG
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:30 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2122555376 returned XPRT_IDLE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc4004730
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabd0005280
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2139332592
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc4007da0, tag = NO TAG
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2156109808
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabd000ba60, tag = NO TAG
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 12247
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] create_nfs4_owner :STATE :DEBUG :Previously known owner {STATE_OPEN_OWNER_NFSV4 0x2aabc400bae0: clientid={0x2aaba0004810 ClientID={Epoch=0x6054f416 Counter=0x00000004} CONFIRMED Client={0x2aaba00046f0 name=(32:Linux NFSv4.1 data1.nas.nasa.gov) refcount=1} t_delta=0 reservations=2 refcount=5} owner=(24:0x6f70656e2069643a0000003a000000000004844d4bd4080c) confirmed=1 seqid=0 refcount=2} is being reused
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_10] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2139332592 returned XPRT_IDLE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_12] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2156109808 returned XPRT_IDLE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] alloc_nfs_request :DISP :DEBUG :0x2aabac003ce0 fd 50 context 0x2aabc80052a0
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_client :HT CACHE :DEBUG :client_mgr cache hit slot 19405
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs_rpc_process_request :DISP :DEBUG :Request from 198.9.3.97 for Program 100003, Version 4, Function 1 has xid=2172887024
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_Compound :NFS4 :DEBUG :COMPOUND: There are 5 operations, res = 0x2aabc80095d0, tag = NO TAG
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 0: opcode 53 is OP_SEQUENCE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_sequence :SESSIONS :DEBUG :SEQUENCE session=0x2aabcc004460
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_SEQUENCE in position 0 = NFS4_OK, op response size is 40 total response size is 76
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 1: opcode 22 is OP_PUTFH
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] get_gsh_export :HT CACHE :DEBUG :export_mgr cache hit slot 237
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] cih_get_by_key_latch :HT CACHE :DEBUG :cih cache hit slot 29090
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_PUTFH in position 1 = NFS4_OK, op response size is 4 total response size is 84
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] process_one_op :NFS4 :DEBUG :Request 2: opcode 18 is OP_OPEN
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :Entering NFS v4 OPEN handler -----------------------------
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :OPEN Client id = 6054f41600000004
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :NFS4 :DEBUG :open4_validate_claim failed
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] nfs4_op_open :STATE :DEBUG :failed with status NFS4ERR_GRACE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_op :NFS4 :DEBUG :Status of OP_OPEN in position 2 = NFS4ERR_GRACE, op response size is 4 total response size is 92
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] complete_nfs4_compound :NFS4 :DEBUG :End status = NFS4ERR_GRACE lastindex = 3
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[svc_9] free_nfs_request :DISP :DEBUG :SVC_DECODE on 0x2aabac003ce0 fd 50 (198.9.3.97:894) xid=2172887024 returned XPRT_IDLE
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] rpc :TIRPC :DEBUG :svc_rqst_hook_events: 0x679170 fd 1024 xp_refcnt 1 sr_rec 0x657908 evchan 1 ev_refcnt 7 epoll_fd 44 control fd pair (42:43) direction in hook failed (9)
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nsm_connect :NLM :EVENT :connect to statd failed: RPC: Unknown protocol
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nsm_unmonitor_all :NLM :EVENT :Unmonitor all nsm_connect failed
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_start :NFS STARTUP :EVENT :-------------------------------------------------
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_start :NFS STARTUP :EVENT : NFS SERVER INITIALIZED
19/03/2021 18:58:31 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] nfs_start :NFS STARTUP :EVENT :-------------------------------------------------
From: Solomon Boulos <boulos(a)google.com>
Date: Friday, March 19, 2021 at 12:49 PM
To: "Becker, Jeffrey C. (ARC-TN)[InuTeq, LLC]" <jeffrey.c.becker(a)nasa.gov>
Subject: [EXTERNAL] Re: [NFS-Ganesha-Support] Ganesha PROXY export getting released during Ganesha initialization
Can you share more of your log? (And/or your PROXY setup?)
And presumably you didn't change anything (e.g., upgrading either your Ganesha version or change your backend that you're V4-proxy'ing)?
On Fri, Mar 19, 2021 at 12:36 PM Becker, Jeffrey C. (ARC-TN)[InuTeq, LLC] via Support <support(a)lists.nfs-ganesha.org> wrote:
Hi,
We’ve been running Ganesha 3.4 successfully over several months with several PROXY exports. Today for some reason, during Ganesha startup I see the following in the log:
19/03/2021 18:57:26 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] export_commit_common :CONFIG :INFO :Export 1002 created at pseudo (/ecco) with path (/srv/rex/exports/ECCO_PD) and tag ((null)) perms (options=033030a2/000001e7 root_squash , R-r-, , , , , , , )
…
19/03/2021 18:57:27 : epoch 6054f416 : ganesha : ganesha.nfsd-88505[main] mdcache_exp_release :FSAL :INFO :Releasing PROXY export 1002 for /ecco
We’ve been successfully exporting /ecco until today. What would cause Ganesha to release an export? All my other exports are fine. The only thing that’s special about /ecco is that the server directory (/srv/rex/exports/ECCO_PD) contains about ten bind mounts which are scattered across three different Lustre file systems. That hasn’t been a problem until today.
Please advise. Thanks.
-Jeff
_______________________________________________
Support mailing list -- support(a)lists.nfs-ganesha.org
To unsubscribe send an email to support-leave(a)lists.nfs-ganesha.org