소스 검색

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…
취소
저장