Skip to content

This is a Service Fabric application which deletes a folder on every SF node periodically. It was created as a workaround for a bug in StandAlone clusters in v6.0. This runs as admin and deletes a folder on every node, users should be careful of their configuration to not cause damage to their clusters.

License

Notifications You must be signed in to change notification settings

mattrowmsft/SF-FolderCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SF-FolderCleaner

This is a Service Fabric application which deletes a folder on every SF node periodically. It was created as a workaround for a bug in StandAlone clusters in v6.0. This runs as admin and deletes a folder on every node, users should be careful of their configuration to not cause damage to their clusters.

Example deployment:

Copy-ServiceFabricApplicationPackage -ApplicationPackagePath .\SF-FolderCleaner-master\
Register-ServiceFabricApplicationType -ApplicationPathInImageStore SF-FolderCleaner-master
New-ServiceFabricApplication -ApplicationName fabric:/QueryTraceCleaner -ApplicationTypeName FolderCleanerType -ApplicationTypeVersion 1.0.0 -ApplicationParameter @{}
New-ServiceFabricService -Stateless -PartitionSchemeSingleton -ApplicationName fabric:/QueryTraceCleaner -ServiceName fabric:/QueryTraceCleaner/CleanerSvc -ServiceTypeName FolderCleanerType -InstanceCount -1

About

This is a Service Fabric application which deletes a folder on every SF node periodically. It was created as a workaround for a bug in StandAlone clusters in v6.0. This runs as admin and deletes a folder on every node, users should be careful of their configuration to not cause damage to their clusters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published