vdsm service fails to start on HC setup

Hi all, While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start. In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM. Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}} Is this a known issue? [1] - https://gerrit.ovirt.org/57283 thanks sahina

+Nir On Feb 6, 2017 10:12 AM, "Sahina Bose" <sabose@redhat.com> wrote:
Hi all,
While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start.
In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM.
Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}}
Is this a known issue?
[1] - https://gerrit.ovirt.org/57283
thanks sahina
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel

we merged https://gerrit.ovirt.org/#/c/71231/ yesterday, calling vdsm-tool configure without specifying modules will run this new lvm configure. didn't see any issues that can come up, but it is a regression On Mon, Feb 6, 2017 at 10:26 AM, Yaniv Kaul <ykaul@redhat.com> wrote:
+Nir
On Feb 6, 2017 10:12 AM, "Sahina Bose" <sabose@redhat.com> wrote:
Hi all,
While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start.
In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM.
Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}}
Is this a known issue?
[1] - https://gerrit.ovirt.org/57283
thanks sahina
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- *Yaniv Bronhaim.*

On Mon, Feb 6, 2017 at 11:34 AM, Yaniv Bronheim <ybronhei@redhat.com> wrote:
we merged https://gerrit.ovirt.org/#/c/71231/ yesterday, calling vdsm-tool configure without specifying modules will run this new lvm configure. didn't see any issues that can come up, but it is a regression
On Mon, Feb 6, 2017 at 10:26 AM, Yaniv Kaul <ykaul@redhat.com> wrote:
+Nir
On Feb 6, 2017 10:12 AM, "Sahina Bose" <sabose@redhat.com> wrote:
Hi all,
While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start.
In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM.
Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}}
Is this a known issue?
Yes, I posted a fix yesterday: https://gerrit.ovirt.org/71677 We are waiting for review. Nir
thanks sahina
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Yaniv Bronhaim.
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Fixed in master. On Mon, Feb 6, 2017 at 3:40 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Feb 6, 2017 at 11:34 AM, Yaniv Bronheim <ybronhei@redhat.com> wrote:
we merged https://gerrit.ovirt.org/#/c/71231/ yesterday, calling vdsm-tool configure without specifying modules will run this new lvm configure. didn't see any issues that can come up, but it is a regression
On Mon, Feb 6, 2017 at 10:26 AM, Yaniv Kaul <ykaul@redhat.com> wrote:
+Nir
On Feb 6, 2017 10:12 AM, "Sahina Bose" <sabose@redhat.com> wrote:
Hi all,
While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start.
In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM.
Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}}
Is this a known issue?
Yes, I posted a fix yesterday: https://gerrit.ovirt.org/71677
We are waiting for review.
Nir
thanks sahina
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Yaniv Bronhaim.
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Tue, Feb 7, 2017 at 1:38 AM, Nir Soffer <nsoffer@redhat.com> wrote:
Fixed in master.
Thanks! works now.
On Mon, Feb 6, 2017 at 3:40 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Feb 6, 2017 at 11:34 AM, Yaniv Bronheim <ybronhei@redhat.com> wrote:
we merged https://gerrit.ovirt.org/#/c/71231/ yesterday, calling vdsm-tool configure without specifying modules will run this new lvm configure. didn't see any issues that can come up, but it is a regression
On Mon, Feb 6, 2017 at 10:26 AM, Yaniv Kaul <ykaul@redhat.com> wrote:
+Nir
On Feb 6, 2017 10:12 AM, "Sahina Bose" <sabose@redhat.com> wrote:
Hi all,
While verifying the test to deploy hyperconverged HE [1], I'm running into an issue today where vdsm fails to start.
In the logs - lago-basic-suite-hc-host0 vdsmd_init_common.sh: Error: Feb 6 02:21:32 lago-basic-suite-hc-host0 vdsmd_init_common.sh: One of the modules is not configured to work with VDSM.
Starting manually - vdsm-tool configure --force gives: Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'masked', 'ActiveState': 'failed'}}
Is this a known issue?
Yes, I posted a fix yesterday: https://gerrit.ovirt.org/71677
We are waiting for review.
Nir
thanks sahina
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Yaniv Bronhaim.
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (4)
-
Nir Soffer
-
Sahina Bose
-
Yaniv Bronheim
-
Yaniv Kaul