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

xDFSReplicationMembership - add support for modifying staging quota #77

Closed
murrahjm opened this issue Sep 10, 2018 · 1 comment · Fixed by #78
Closed

xDFSReplicationMembership - add support for modifying staging quota #77

murrahjm opened this issue Sep 10, 2018 · 1 comment · Fixed by #78
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.

Comments

@murrahjm
Copy link
Contributor

Details of the scenario you tried and the problem that is occurring

When creating or modifying a DFS replication group membership, the staging quota size is left at the default of 4gb

Verbose logs showing the problem

Suggested solution to the issue

Add parameter to the xDFSReplicationGroup to allow setting the staging quota size

The DSC configuration that is used to reproduce the issue (as detailed as possible)

        DFSReplicationGroupMembership RGWebSiteMembershipHub
        {
            GroupName = 'WebSite'
            FolderName = 'WebSiteFiles'
            ComputerName = $HubComputerName
            ContentPath = 'd:\inetpub\wwwroot\WebSiteFiles'
            StagingPathQuotaInMB = 81960 # Proposed new parameter
            PrimaryMember = $true
            PSDSCRunAsCredential = $Credential
            DependsOn = '[DFSReplicationGroupFolder]RGWebSiteFolder'
        } # End of RGWebSiteMembershipHub Resource

The operating system the target node is running

OsName : Microsoft Windows 10 Enterprise
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture : 64-bit
WindowsVersion : 1709
WindowsBuildLabEx : 16299.431.amd64fre.rs3_release_svc_escrow.180502-1908
OsLanguage : en-US
OsMuiLanguages : {en-US}

Version and build of PowerShell the target node is running

Name Value


PSVersion 5.1.16299.611
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.611
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Version of the DSC module that was used ('dev' if using current dev branch)

'dev'

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Sep 10, 2018
@PlagueHO
Copy link
Member

Awesome idea - thanks for raising this @murrahjm. I've tagged this as help wanted. I've got a bit of a long backlog but I'll try and get to this as soon as I have time.

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Sep 11, 2018
PlagueHO added a commit that referenced this issue Nov 3, 2018
xDFSReplicationGroupMembership: add support for staging quota size - Fixes #77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants