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

sap_storage_setup: Add support for HANA Scaleout NFS filesystems #800

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

marcelmamula
Copy link
Contributor

Description:

  1. Changes IF blocks to ELIF for simplification.
  2. Add /hana/* block required for SAP HANA Scaleout
      {%- elif nfs_item.mountpoint.startswith('/hana/') %}
        {%- set add_hana = mount_list.extend([
          {
            'mount_src': nfs_item.nfs_path | regex_replace('/$', ''),
            'mountpoint': nfs_item.mountpoint | regex_replace('/$', ''),
          }
        ]) %}

@marcelmamula marcelmamula self-assigned this Jul 10, 2024
Copy link
Member

@berndfinger berndfinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@marcelmamula marcelmamula merged commit bd93292 into sap-linuxlab:dev Jul 15, 2024
3 of 4 checks passed
@marcelmamula marcelmamula deleted the storage branch July 16, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants