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
A few of us seem to be using the Disk resource to create/format drives, then in another part of the DSC we use cNTFSAccessControl from https://github.com/SNikalaichyk/cNtfsAccessControl to set NTFS permissions.
This always fails the first time if the disk resource has just formatted the drive and we change the NTFS access under the same DSC document. Please see the following issues:
I was wondering if the disk resource needs to refresh the drives in PowerShell once it makes changes to the disks, rather than have a temporary solution which will continue to refresh the drives? This has reportedly caused issues with constant reads on an array (see first issue above).
Thanks.
Andrew.
The text was updated successfully, but these errors were encountered:
Sorry this is possibly open in error as I am not seeing the above behaviour on the Disk resource from StorageDSC 5.0.0.0, just on the resources I haven't moved over yet, some of them due to another issue open in this repo.
Hi,
A few of us seem to be using the Disk resource to create/format drives, then in another part of the DSC we use cNTFSAccessControl from https://github.com/SNikalaichyk/cNtfsAccessControl to set NTFS permissions.
This always fails the first time if the disk resource has just formatted the drive and we change the NTFS access under the same DSC document. Please see the following issues:
dsccommunity/cNtfsAccessControl#3
Another issue with verbose output and a script to work around the issue:
dsccommunity/cNtfsAccessControl#13
I was wondering if the disk resource needs to refresh the drives in PowerShell once it makes changes to the disks, rather than have a temporary solution which will continue to refresh the drives? This has reportedly caused issues with constant reads on an array (see first issue above).
Thanks.
Andrew.
The text was updated successfully, but these errors were encountered: