I don't see a way to clear the exports on the MGS side so it seems you get 
there every single NID that ever connected to the system. You can however clear 
this on the MDSes/OSSes:

[root@mds01 ~]# ls /proc/fs/lustre/mdt/fs1-MDT0001/exports/ | wc -l
5182
[root@mds01 ~]# echo 1 > /proc/fs/lustre/mdt/fs1-MDT0001/exports/clear
[root@mds01 ~]# ls /proc/fs/lustre/mdt/fs1-MDT0001/exports/ | wc -l
349

Regards,

Diego
 

On 05.06.20, 16:39, "lustre-discuss on behalf of William D. Colburn" 
<[email protected] on behalf of [email protected]> wrote:

    I was looking in /proc/fs/lustre/mgs/MGS/exports/, and I see ip
    addresses in there that don't go anywhere anymore.  I'm pretty sure they
    are gone so long that they predate the uptime of the mds.  Does a lost
    client linger forever, or am I just wrong about when the machines went
    offline in relation to the uptime of the MDS?
    
    --Schlake
    _______________________________________________
    lustre-discuss mailing list
    [email protected]
    http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
    

_______________________________________________
lustre-discuss mailing list
[email protected]
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org

Reply via email to