Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi! Today i had a strange problem. I wanted to unmount a drbd partition to mount it on a slave. I've done the following: - stop all processes - fuser -k -m /mountpoint - umount /mountpoint but the device was still in use - how is this possible? Shouldn't fuser kill everything which access this mountpoint? In this case a HA solution is not working... :-( Thanks! Stefan