(This was somewhat covered in another thread, but I am still not clear, so I'll ask again) I have a number of nodes that all have access to a set of LUNs. The nodes are managed by a dedicated management workstation that can talk to each node and ask it to execute LVM commands. The workstation will assure that at any given moment only one node is modifying LVM configuration (i.e.. creating/deleting/modifying/etc a PV, VG or LV) and that only one node is mounting a filesystem that resides on a particular LV. My question is whether I need to have clvmd and, if yes, whether I have to to provide some additional locking (and perhaps something else). My very simple experiments without clvmd seem to suggest that I may not need it, but of course the fact that the setup worked for me in doesn't prove anything. (I did try using CMAN/GLM, but I would like to avoid having to deal with another package, if possible.) It is possible that I need to specify something in the configure script. --with-cluster and --with-clvmd seem to be particularly relevant, but I don't really understand what the options are. Any help will be greatly appreciated. Thanks. -boris