Просмотр исходного кода

Do not create fs for nfs4

tags/2016.12
Ales Komarek 9 лет назад
Родитель
Сommit
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:

Загрузка…
Отмена
Сохранить