Explorar el Código

Fix list of lvm services for trusty

Change-Id: I66e5c2f96dcbe432fd8d893683a4a3288170dff0
Closes-bug: PROD-18660
pull/143/merge
ibumarskov hace 6 años
padre
commit
45f6093bd8
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      linux/map.jinja

+ 5
- 2
linux/map.jinja Ver fichero

@@ -274,8 +274,11 @@
'service': 'multipath'
},
},
}, grain='os_family', merge=salt['pillar.get']('linux:storage')) %}

}, merge=salt['grains.filter_by']({
'trusty': {
'lvm_services': ['udev'],
},
}, grain='oscodename', merge=salt['pillar.get']('linux:storage'))) %}

{% set monitoring = salt['grains.filter_by']({
'default': {

Cargando…
Cancelar
Guardar