Re: [lustre-discuss] lfsck namespace doesn't stop and I cancel it

2019-06-26 Thread Fernando Pérez
Thank you Fan. It works!! Sorry for the question. This option is not documented in the lustre manual (pdf or html manuals), but I see it in the man pages of mount.lustre Regards. = Fernando Pérez Institut de Ciències del Mar (CMIMA-CSIC) Departament

Re: [lustre-discuss] lfsck namespace doesn't stop and I cancel it

2019-06-26 Thread Yong, Fan
If you have no other way to stop the lfsck, then you can try re-mount the MDT with option "-o skip_lfsck". -- Cheers, Nasf -Original Message- From: lustre-discuss [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Fernando Perez Sent: Wednesday, June 26, 2019 7:59 PM To:

Re: [lustre-discuss] lfsck namespace doesn't stop and I cancel it

2019-06-26 Thread Fernando Perez
Seems that there is a problem with a fid. When I run: lctl get_param -n mdd.lustre-MDT.lfsck_namespace The lfsck current position is always the same. The position is a folder with some files, and when I try to delete it the lustre client hangs... I think that this is the origin of the

Re: [lustre-discuss] lfsck namespace doesn't stop and I cancel it

2019-06-26 Thread Fernando Perez
Sorry, the command that I runned to start the lfsck is the following: lctl lfsck_start -M lustre-MDT -t namespace When I try to run the stop command: lctl lfsck_stop -M lustre-MDT The output is: Fail to stop LFSCK: Operation now in progress Regards.