Skip to content

sotrage.pp and smb.conf.erb need to be modified for IIS cluster to be able to mount storage #308

@NVitanovic

Description

@NVitanovic

Template file is not configured good. Because it tries to mount via CIFS on fixed path /storage/content but that mount point isn't available on storage system and is not configurable via puppet.

Original contents of /etc/samba/smb.conf

...
[syspool_content]
        comment = storage share
        read only = No
        path = /storage/content

[configshare]
        comment = config share
        read only = No
        path = /storage/configuration

Paths should be changed accordingly in my example to path = /export/web for syspool_content in order for IIS cluster to be able to connect properly. Because of this IIS cluster fails to provision.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions