Skip to content

Commit f8978c8

Browse files
author
Will Miller
committed
Clarify file mode format
1 parent 0e8f309 commit f8978c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ should be a dict containing the following items:
1818
- `type` The type of the pool, currently only `dir` is supported.
1919
- `capacity` The capacity, in bytes, of the pool.
2020
- `path` The absolute path to the pool's backing directory.
21-
- `mode` The access mode of the pool.
21+
- `mode` The access mode of the pool. N.B.: This should be specified as an
22+
integer **without** a leading zero; for example: `mode: 755`.
2223
- `owner` The owner of the pool.
2324
- `group` The group of the pool.
2425

@@ -47,7 +48,7 @@ Example Playbook
4748
type: dir
4849
capacity: 1024
4950
path: /path/to/pool
50-
mode: 0755
51+
mode: 755
5152
owner: my-user
5253
group: my-group
5354
libvirt_host_networks:

0 commit comments

Comments
 (0)