You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the defined path in xFileSystemAccessRule resides on a cluster drive and the node where the configuration is applied does not own the drive, the configuration fails.
I would like to propose to make the xFileSystemAccessRule resource cluster aware. I think the logic could look something like this:
If the path does not exist
If the server is a member of a cluster
If the cluster node does not own the drive specified in the path
Exit silently
The text was updated successfully, but these errors were encountered:
If there are no objections, I'm going to work on a fix for this. I'm going to use the same basic template that I'm using in xSQLServer and outlined in this gist.
When the defined path in xFileSystemAccessRule resides on a cluster drive and the node where the configuration is applied does not own the drive, the configuration fails.
I would like to propose to make the xFileSystemAccessRule resource cluster aware. I think the logic could look something like this:
The text was updated successfully, but these errors were encountered: