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

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

Open
NVitanovic opened this issue Dec 22, 2017 · 0 comments

Comments

@NVitanovic
Copy link
Contributor

NVitanovic commented Dec 22, 2017

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.

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

No branches or pull requests

1 participant