소스 검색

Monitoring metadata, mount dont create fs for nfs

tags/2016.12
Ales Komarek 9 년 전
부모
커밋
d8fee8492b
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      linux/storage/mount.sls
  2. +9
    -0
      metadata/service/system/init.yml

+ 4
- 0
linux/storage/mount.sls 파일 보기

@@ -5,6 +5,8 @@

{%- if mount.enabled %}

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

mkfs_{{ mount.device}}:
cmd.run:
- name: "mkfs.{{ mount.file_system }} -L {{ name }} {{ mount.device }}"
@@ -12,6 +14,8 @@ mkfs_{{ mount.device}}:
- require_in:
- mount: {{ mount.path }}

{%- endif %}

{{ mount.path }}:
mount.mounted:
- device: {{ mount.device }}

+ 9
- 0
metadata/service/system/init.yml 파일 보기

@@ -4,6 +4,15 @@ parameters:
linux:
system:
enabled: true
logging:
heka:
enabled: true
metering:
collectd:
enabled: true
monitoring:
sensu:
enabled: true
user:
root:
enabled: true

Loading…
취소
저장