Skip to content

sap_storage_setup: Add support for HANA Scaleout NFS filesystems#800

Merged
marcelmamula merged 1 commit into
sap-linuxlab:devfrom
marcelmamula:storage
Jul 15, 2024
Merged

sap_storage_setup: Add support for HANA Scaleout NFS filesystems#800
marcelmamula merged 1 commit into
sap-linuxlab:devfrom
marcelmamula:storage

Conversation

@marcelmamula
Copy link
Copy Markdown
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
Copy Markdown
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
@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