소스 검색

Merge pull request #79 from jiribroulik/master

nfs storage mount
tags/2017.4.1
Aleš Komárek 7 년 전
부모
커밋
dd97816bd2
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. +16
    -0
      README.rst

+ 16
- 0
README.rst 파일 보기

@@ -1006,6 +1006,22 @@ Linux with mounted Samba
- file_system: cifs
- options: guest,uid=myuser,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm

NFS mount

.. code-block:: yaml

linux:
storage:
enabled: true
mount:
nfs_glance:
enabled: true
path: /var/lib/glance/images
device: 172.16.10.110:/var/nfs/glance
file_system: nfs
opts: rw,sync


File swap configuration

.. code-block:: yaml

Loading…
취소
저장