Comment 8 for bug 833368

Revision history for this message
ITec (itec) wrote :

Possible solution or workaround:
Execute "vgchange" in "/etc/init.d/clvm" with the option "--monitor y".

To change "/etc/init.d/clvm" do:
 mv /etc/init.d/clvm.dist /etc/init.d/clvm
 sed 's/vgchange /vgchange --monitor y /g' /etc/init.d/clvm.dist > /etc/init.d/clvm
 chmod 755 /etc/init.d/clvm