Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orahost: added options to host_fs_layout #96

Merged
merged 1 commit into from
Jul 4, 2022

Conversation

Rendanic
Copy link
Member

@Rendanic Rendanic commented Jul 4, 2022

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}

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}
@Rendanic Rendanic added the enhancement New feature or request label Jul 4, 2022
@Rendanic Rendanic self-assigned this Jul 4, 2022
@Rendanic Rendanic merged commit af3b353 into opitzconsulting:oc Jul 4, 2022
@Rendanic Rendanic deleted the prhostfs branch October 2, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant