Ryan Barry has uploaded a new change for review. Change subject: Don't use lvmetad ......................................................................
Don't use lvmetad lvmetad has a problem in the current package, and vdsm disables it anyway. Disable it for now, but check on it in the future when the upstream fix lands in a package. Change-Id: Ie111f462d15bde004506638e3d70943e3dd9daba Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1147217 Signed-off-by: Ryan Barry <[email protected]> --- M recipe/rhevh7-post.ks 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/40/33540/1 diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks index 0d693eb..af59efb 100644 --- a/recipe/rhevh7-post.ks +++ b/recipe/rhevh7-post.ks @@ -6,6 +6,10 @@ dirs /var/db EOF_RWTAB_RHEVH +# disable lvmetad rhbz#1147217 +sed -ie 's/use_lvmetad = 1/use_lvmetad = 0' /etc/lvm/lvm.conf +systemctl disable lvm2-lvmetad + # minimal lsb_release for bz#549147 cat > /usr/bin/lsb_release <<\EOF_LSB #!/bin/sh -- To view, visit http://gerrit.ovirt.org/33540 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie111f462d15bde004506638e3d70943e3dd9daba Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
