Browse Source

fix map.jinja storage variable

Change-Id: I6fc8cdbd5d96740e45dd32ead4f5ea0263818efb
pull/118/head
Jakub Pavlik 7 years ago
parent
commit
b5cd8fb131
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

@@ -144,6 +144,7 @@
'Arch': {
'mount': {},
'swap': {},
'disk': {},
'lvm': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {},
@@ -160,6 +161,7 @@
'mount': {},
'swap': {},
'lvm': {},
'disk': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {},
'nfs': {
@@ -176,6 +178,7 @@
'mount': {},
'swap': {},
'lvm': {},
'disk': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {},
'nfs': {

Loading…
Cancel
Save