[lustre-discuss] Report Strange Problem on 2.15.5 with changelog_mask

Philippe Weill Philippe.Weill at latmos.ipsl.fr
Tue Nov 19 22:11:21 PST 2024


Hello

after passing the following command on our lustre MDS

lctl set_param -P mdd.*-MDT0000.changelog_mask='MARK MTIME CTIME'

unmounting and remounting the mdt on mds

we had  error on touch chmod chgrp existing files

root at host:~# echo foobar > /scratch/root/foobar
root at host:~# cat /scratch/root/foobar
foobar
root at host:~# echo foobar2 >>  /scratch/root/foobar
root at host:~# cat /scratch/root/foobar
foobar
foobar2
root at host:~# touch /scratch/root/foobar
touch: setting times of '/scratch/root/foobar': Input/output error
root at host:~# chgrp group /scratch/root/foobar
chgrp: changing group of '/scratch/root/foobar': Input/output error
root at host:~# chmod 666 /scratch/root/foobar
chmod: changing permissions of '/scratch/root/foobar': Input/output error


doing the following command

lctl set_param -P mdd.*-MDT0000.changelog_mask='-MARK -MTIME -CTIME'


and only activating non permanently for our robinhood

lctl set_param  mdd.*-MDT0000.changelog_mask='MARK MTIME CTIME'


[root at mds ~]#  lctl get_param  mdd.scratch-MDT0000.changelog_mask
mdd.scratch-MDT0000.changelog_mask=MARK MTIME CTIME


everything started to work again

Bug or bad use from us ?


More information about the lustre-discuss mailing list