瀏覽代碼

fix order for storage: first create lv and next mount this lv

pull/106/head
tomas kamm 7 年之前
父節點
當前提交
71954dc575
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      linux/storage/init.sls

+ 3
- 3
linux/storage/init.sls 查看文件

@@ -4,15 +4,15 @@ include:
{%- if storage.loopback|length > 0 %}
- linux.storage.loopback
{%- endif %}
{%- if storage.lvm|length > 0 %}
- linux.storage.lvm
{%- endif %}
{%- if storage.mount|length > 0 %}
- linux.storage.mount
{%- endif %}
{%- if storage.swap|length > 0 %}
- linux.storage.swap
{%- endif %}
{%- if storage.lvm|length > 0 %}
- linux.storage.lvm
{%- endif %}
{%- if storage.multipath.enabled %}
- linux.storage.multipath
{%- endif %}

Loading…
取消
儲存