瀏覽代碼

Do not create fs for nfs4

tags/2016.12
Ales Komarek 9 年之前
父節點
當前提交
9e861367cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      linux/storage/mount.sls

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

@@ -5,7 +5,7 @@

{%- if mount.enabled %}

{%- if not mount.file_system in ['nfs'] %}
{%- if not mount.file_system in ['nfs', 'nfs4'] %}

mkfs_{{ mount.device}}:
cmd.run:

Loading…
取消
儲存