浏览代码

Merge pull request #7 from tcpcloud/multipath

Fix the multipath condition
tags/2016.12
Filip Pytloun 8 年前
父节点
当前提交
84fec5b21e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      linux/storage/init.sls

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

@@ -1,5 +1,5 @@
{%- from "linux/map.jinja" import storage with context %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath.enabled %}
include:
{%- if storage.mount|length > 0 %}
- linux.storage.mount

正在加载...
取消
保存