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
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-cluster-fabric-settings.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ The following is a list of Fabric settings that you can customize, organized by
50
50
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
51
51
| --- | --- | --- | --- |
52
52
|MinReplicaSetSize|int, default is 0|Static|The MinReplicaSetSize for BackupRestoreService |
53
-
|PlacementConstraints|string, default is""|Static|The PlacementConstraints for BackupRestore service |
54
-
|SecretEncryptionCertThumbprint|string, default is""|Dynamic|Thumbprint of the Secret encryption X509 certificate |
55
-
|SecretEncryptionCertX509StoreName|string, default is"My"|Dynamic|This indicates the certificate to use for encryption and decryption of creds Name of X.509 certificate store that is used for encrypting decrypting store credentials used by Backup Restore service |
56
-
|TargetReplicaSetSize|int, default is0|Static| The TargetReplicaSetSize for BackupRestoreService |
53
+
|PlacementConstraints|string, default is""|Static|The PlacementConstraints for BackupRestore service |
54
+
|SecretEncryptionCertThumbprint|string, default is""|Dynamic|Thumbprint of the Secret encryption X509 certificate |
55
+
|SecretEncryptionCertX509StoreName|string, default is"My"|Dynamic|This indicates the certificate to use for encryption and decryption of creds Name of X.509 certificate store that is used for encrypting decrypting store credentials used by Backup Restore service |
56
+
|TargetReplicaSetSize|int, default is0|Static| The TargetReplicaSetSize for BackupRestoreService |
57
57
58
58
## ClusterManager
59
59
@@ -142,8 +142,8 @@ The following is a list of Fabric settings that you can customize, organized by
142
142
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
143
143
| --- | --- | --- | --- |
144
144
|MinReplicaSetSize|int, default is 0|Static|The MinReplicaSetSize for EventStore service |
145
-
|PlacementConstraints|string, default is""|Static|The PlacementConstraints for EventStore service |
146
-
|TargetReplicaSetSize|int, default is0|Static| The TargetReplicaSetSize for EventStore service |
145
+
|PlacementConstraints|string, default is""|Static|The PlacementConstraints for EventStore service |
146
+
|TargetReplicaSetSize|int, default is0|Static| The TargetReplicaSetSize for EventStore service |
147
147
148
148
## FabricClient
149
149
@@ -265,7 +265,7 @@ The following is a list of Fabric settings that you can customize, organized by
265
265
|CommonNameNtlmPasswordSecret|SecureString, default is Common::SecureString("")| Static|The password secret which used as seed to generated same password when using NTLM authentication |
266
266
|DiskSpaceHealthReportingIntervalWhenCloseToOutOfDiskSpace |TimeSpan, default is Common::TimeSpan::FromMinutes(5)|Dynamic|Specify timespan in seconds. The time interval between checking of disk space for reporting health event when disk is close to out of space. |
267
267
|DiskSpaceHealthReportingIntervalWhenEnoughDiskSpace |TimeSpan, default is Common::TimeSpan::FromMinutes(15)|Dynamic|Specify timespan in seconds. The time interval between checking of disk space for reporting health event when there is enough space on disk. |
268
-
|EnableImageStoreHealthReporting |bool, default is TRUE|Static|Config to determine whether file store service should report its health. |
268
+
|EnableImageStoreHealthReporting |bool, default is TRUE|Static|Config to determine whether file store service should report its health. |
269
269
|FreeDiskSpaceNotificationSizeInKB|int64, default is 25\*1024 |Dynamic|The size of free disk space below which health warning may occur. Minimum value of this config and FreeDiskSpaceNotificationThresholdPercentage config are used to determine sending of the health warning. |
270
270
|FreeDiskSpaceNotificationThresholdPercentage|double, default is 0.02 |Dynamic|The percentage of free disk space below which health warning may occur. Minimum value of this config and FreeDiskSpaceNotificationInMB config are used to determine sending of health warning. |
271
271
|GenerateV1CommonNameAccount| bool, default is TRUE|Static|Specifies whether to generate an account with user name V1 generation algorithm. Starting with Service Fabric version 6.1; an account with v2 generation is always created. The V1 account is necessary for upgrades from/to versions that do not support V2 generation (prior to 6.1).|
@@ -335,7 +335,7 @@ The following is a list of Fabric settings that you can customize, organized by
335
335
|CreateFabricRuntimeTimeout|TimeSpan, default is Common::TimeSpan::FromSeconds(120)|Dynamic| Specify timespan in seconds. The timeout value for the sync FabricCreateRuntime call |
336
336
|DefaultContainerRepositoryAccountName|string, default is ""|Static|Default credentials used instead of credentials specified in ApplicationManifest.xml |
337
337
|DefaultContainerRepositoryPassword|string, default is ""|Static|Default password credentials used instead of credentials specified in ApplicationManifest.xml|
338
-
|DefaultContainerRepositoryPasswordType|string, default is ""|Static|When not empty string, the value can be “Encrypted” or “SecretsStoreRef”.|
338
+
|DefaultContainerRepositoryPasswordType|string, default is ""|Static|When not empty string, the value can be "Encrypted" or "SecretsStoreRef".|
339
339
|DefaultDnsSearchSuffixEmpty|bool, default is FALSE|Static|By default the service name is appended to the SF DNS name for container services. This feature stops this behavior so that nothing is appended to the SF DNS name by default in the resolution pathway.|
340
340
|DeploymentMaxFailureCount|int, default is 20| Dynamic|Application deployment will be retried for DeploymentMaxFailureCount times before failing the deployment of that application on the node.|
341
341
|DeploymentMaxRetryInterval| TimeSpan, default is Common::TimeSpan::FromSeconds(3600)|Dynamic| Specify timespan in seconds. Max retry interval for the deployment. On every continuous failure the retry interval is calculated as Min( DeploymentMaxRetryInterval; Continuous Failure Count * DeploymentRetryBackoffInterval) |
@@ -563,8 +563,8 @@ The following is a list of Fabric settings that you can customize, organized by
563
563
|TraceCRMReasons |Bool, default is true |Dynamic|Specifies whether to trace reasons for CRM issued movements to the operational events channel. |
564
564
|UpgradeDomainConstraintPriority | Int, default is 1| Dynamic|Determines the priority of upgrade domain constraint: 0: Hard; 1: Soft; negative: Ignore. |
565
565
|UseMoveCostReports | Bool, default is false | Dynamic|Instructs the LB to ignore the cost element of the scoring function; resulting potentially large number of moves for better balanced placement. |
566
-
|UseSeparateSecondaryLoad | Bool, default is true | Dynamic|Setting which determines if use different secondary load. |
567
-
|UseSeparateSecondaryMoveCost|Bool, default is FALSE| Dynamic|Setting which determines if PLB should use different move cost for secondary on each node If UseSeparateSecondaryMoveCost is turned off: - Reported move cost for secondary on one node will result in overwritting move cost for each secondary (on all other nodes) If UseSeparateSecondaryMoveCost is turned on: - Reported move cost for secondary on one node will take effect only on that secondary (no effect on secondaries on other nodes) - If replica crash happens - new replica is created with default move cost specified on service level - If PLB moves existing replica - move cost goes with it|
566
+
|UseSeparateSecondaryLoad | Bool, default is true | Dynamic|Setting which determines if separate load should be used for secondary replicas. |
567
+
|UseSeparateSecondaryMoveCost|Bool, default is false| Dynamic|Setting which determines if separate move cost should be used for secondary replicas.|
568
568
|ValidatePlacementConstraint | Bool, default is true |Dynamic| Specifies whether or not the PlacementConstraint expression for a service is validated when a service's ServiceDescription is updated. |
569
569
|ValidatePrimaryPlacementConstraintOnPromote| Bool, default is TRUE |Dynamic|Specifies whether or not the PlacementConstraint expression for a service is evaluated for primary preference on failover. |
570
570
|VerboseHealthReportLimit | Int, default is 20 | Dynamic|Defines the number of times a replica has to go unplaced before a health warning is reported for it (if verbose health reporting is enabled). |
@@ -686,7 +686,7 @@ The following is a list of Fabric settings that you can customize, organized by
686
686
687
687
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
688
688
| --- | --- | --- | --- |
689
-
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of “Name” and “Value” pair. Each “Name” is of subject common name or DnsName of X509 certificates authorized for admin client operations. For a given “Name”, “Value” is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of admin client certificates must be in the list. |
689
+
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of "Name" and "Value" pair. Each "Name" is of subject common name or DnsName of X509 certificates authorized for admin client operations. For a given "Name", "Value" is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of admin client certificates must be in the list. |
690
690
691
691
## Security/ClientAccess
692
692
@@ -801,7 +801,7 @@ The following is a list of Fabric settings that you can customize, organized by
801
801
802
802
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
803
803
| --- | --- | --- | --- |
804
-
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of “Name” and “Value” pair. Each “Name” is of subject common name or DnsName of X509 certificates authorized for client operations. For a given “Name”, “Value” is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of client certificates must be in the list.|
804
+
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of "Name" and "Value" pair. Each "Name" is of subject common name or DnsName of X509 certificates authorized for client operations. For a given "Name", "Value" is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of client certificates must be in the list.|
805
805
806
806
## Security/ClusterCertificateIssuerStores
807
807
@@ -813,7 +813,7 @@ The following is a list of Fabric settings that you can customize, organized by
813
813
814
814
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
815
815
| --- | --- | --- | --- |
816
-
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of “Name” and “Value” pair. Each “Name” is of subject common name or DnsName of X509 certificates authorized for cluster operations. For a given “Name”,“Value” is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of cluster certificates must be in the list.|
816
+
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of "Name" and "Value" pair. Each "Name" is of subject common name or DnsName of X509 certificates authorized for cluster operations. For a given "Name","Value" is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of cluster certificates must be in the list.|
817
817
818
818
## Security/ServerCertificateIssuerStores
819
819
@@ -825,7 +825,7 @@ The following is a list of Fabric settings that you can customize, organized by
825
825
826
826
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
827
827
| --- | --- | --- | --- |
828
-
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of “Name” and “Value” pair. Each “Name” is of subject common name or DnsName of X509 certificates authorized for server operations. For a given “Name”, “Value” is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of server certificates must be in the list.|
828
+
|PropertyGroup|X509NameMap, default is None|Dynamic|This is a list of "Name" and "Value" pair. Each "Name" is of subject common name or DnsName of X509 certificates authorized for server operations. For a given "Name", "Value" is a comma separate list of certificate thumbprints for issuer pinning, if not empty, the direct issuer of server certificates must be in the list.|
0 commit comments