I am trying to reclaim the default 5% of reserved disk space on Lustre filesystem following procedure describe in the Lustre manual (chapter 23.3.10). File system is in use and I would like to avoid any downtime. <br clear="all">
<br>[root@oss17 ~]# tune2fs -m 1 /dev/sdg<br>
tune2fs 1.41.12.2.ora1 (14-Aug-2010)<br>tune2fs: MMP: device currently active while trying to open /dev/sdg<br><br>I understand it is the MMP flag which prevent tune2fs to access the device, is there a way to work around this or is my only option to umount OSTs (eek, downtime)<br>

<br>Best regards,<br><br>Wojciech<br>