Hi!

I also found this anoying bug on my system (o2cb not being able to shutdown
because ocfs2 was still in use and not shutdown). I agree completely with
the patch sent by Adi but I'd like to comment some other problems I saw.

I have an init script that was crashing and I had on its start and stop
dependencies set "$local_fs $remote_fs" among other things, I found out that
the problem was that ocfs2 was being stop while my script was run and thus
the filesystem that my script was trying to access (ocfs2 mount) was no
longer available.

I really think that having a dependency on $local_fs and $remote_fs should
mean that your filesystems are still mounted while you are running, and thus
I believe that ocfs2 should provide either local or remote filesystems.

As for now I have easily solved this by adding a dependency on ocfs2 to my
script, but I belive that anyone depending on local and remote filesystems
doesn't expect ocfs2 filesystems to be ummounted, so I believe that you
sould think about adding some generic "Provides:" as well or instead of the
ocfs2 current "Provides:".

Regards...
-- 
Manty/BestiaTester -> http://manty.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to