Is there a way to unfreeze filesystem after it is freezed and program terminates abruptly?

48 views Asked by At

After doing an xfs_freeze -f /mntpoint

if the program terminates abruptly, the filesystem will remain in freeze(suspended) state.

Is there any way other than manually executing the unfreeze command : xfs_freeze -u /mntpoint to handle it in a better way?

0

There are 0 answers