Conda command takes long time to response

It`s a weird problem conda command runs correctly, no errors, no warrings etc. But it just takes long time to response,like conda info, you needs wait about 3 minutes or even more to see the outputs.

By the way, anaconda is managed by Modules Release 4.7.0 (2021-02-19),installed in node10 machine which is mounted on master. Everything is fine in node10, and conda command response quickly.

Here is my environment information:

[root@master ~]# cat /proc/version 
Linux version 3.10.0-862.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Fri Apr 20 16:44:24 UTC 2018

[root@master ~]# conda info

     active environment : None
       user config file : /root/.condarc
 populated config files : 
          conda version : 4.13.0
    conda-build version : 3.21.9
         python version : 3.8.3.final.0
       virtual packages : __linux=3.10.0=0
                          __glibc=2.17=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /public/apps/anaconda3  (writable)
      conda av data dir : /public/apps/anaconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /public/apps/anaconda3/pkgs
                          /root/.conda/pkgs
       envs directories : /public/apps/anaconda3/envs
                          /root/.conda/envs
               platform : linux-64
             user-agent : conda/4.13.0 requests/2.27.1 CPython/3.8.3 Linux/3.10.0-862.el7.x86_64 centos/7.5.1804 glibc/2.17
                UID:GID : 0:0
             netrc file : None
           offline mode : False

Still don`t know why, but everything goes fine after reboot :laughing: