Commit 4f021c4
committed
orahost: added options to host_fs_layout
The host_fs_layout could be used to changed filesystems from OS itself.
Important:
Always set the owner, group and mode for filesystems, because the
defaults are oracle:oinstall and 0775.
Example:
host_fs_layout:
- vgname: rootvg
state: present
filesystem:
- {mntp: /tmp, lvname: tmplv, lvsize: 1200m, fstype: ext4, owner: root, group: root, mode: 1777}
disk:
- {device: /dev/sda, pvname: /dev/sda2}1 parent 888788a commit 4f021c4
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
318 | 323 | | |
319 | 324 | | |
320 | 325 | | |
| |||
0 commit comments