O módulo LVM do fantoche forja quebra aleatoriamente a aplicação do manifesto

1

Ao usar o módulo lvm, obtemos um "Parâmetro inválido size_is_minsize" aleatoriamente. Se reiniciarmos o mestre de marionetes, o erro desaparece por um tempo, mas depois volta. Isso está no Scientific Linux 6.6 (derivado RHEL6). puppet-3.7.2-1.el6.noarch no cliente. Foreman 1.7.2 no servidor ...

[root@lnx586 ~]# puppet agent -t
Warning: Local environment: "production" doesn't match server specified node environment "dev", switching agent to "dev".
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter size_is_minsize on Logical_volume[tmp] at /mnt/puppet/etc/environments/dev/modules/sge/manifests/init.pp:10 on node lnx586
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Reinicie o mestre de marionetes.

[root@lnx586 ~]# puppet agent -t
Warning: Local environment: "production" doesn't match server specified node environment "dev", switching agent to "dev".
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for lnx586
Info: Applying configuration version '1424461702'
Notice: Finished catalog run in 15.46 seconds

[root@lnx586 ~]# puppet agent -t
Warning: Local environment: "production" doesn't match server specified node environment "dev", switching agent to "dev".
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for lnx586
Info: Applying configuration version '1424461767'
Notice: Finished catalog run in 15.69 seconds

[root@lnx586 ~]# puppet agent -t
Warning: Local environment: "production" doesn't match server specified node environment "dev", switching agent to "dev".
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter size_is_minsize on Logical_volume[tmp] at /mnt/puppet/etc/environments/dev/modules/sge/manifests/init.pp:10 on node lnx586
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
    
por jmp242 20.02.2015 / 20:56

1 resposta

1

Então, acabou por estar usando o dev - > teste de prod - tivemos módulos diferentes e mais importante, uma lib diferente do LVM entre dev e prod. Vejo: link para o bug no fantoche que causa isso.

    
por 23.02.2015 / 15:42

Tags