From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Becker Date: Thu, 31 Jul 2008 14:32:02 -0700 Subject: [Cluster-devel] [BUG] /etc/init.d/cman unmounts configfs unconditionally Message-ID: <20080731213202.GG14766@mail.oracle.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit There is more than one user of configfs. When you run "/etc/init.d/cman stop", the script unmounts configfs even if there are other users. This is unexpected (and antisocial, really) behavior. In o2cb.init, we do it like this: # Only unmount configfs if there are no other users if [ -z "$(ls -1 "$(configfs_path)")" ] then unmount_filesystem "configfs" "$(configfs_path)" if_fail $? fi Joel -- Life's Little Instruction Book #207 "Swing for the fence." Joel Becker Principal Software Developer Oracle E-mail: joel.becker at oracle.com Phone: (650) 506-8127