Skip to content

Commit

Permalink
remove incorrect wording. (microsoft#895)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Jarry <[email protected]>
  • Loading branch information
jeffj6123 and Jeff Jarry authored Apr 3, 2024
1 parent ce075fc commit 951acf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/SfxWeb/src/app/Common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class TelemetryEventNames {


export class RepairTaskMessages {
public static longExecutingMessage = "This update can prevent other updates from going through. Please reach out to the Azure Compute teams (“Compute Manager/Blackbird”) to figure out why the updates are not completing.";
public static longExecutingMessage = "This update can prevent other updates from going through. Please reach out to Azure VMSS to figure out why the updates are not completing.";
public static longExecutingId = "longExecuting";
public static seedNodeChecks = "Disabling a seed node can get stuck indefinitely. This is blocked by design to prevent any risk to the cluster availability. There are multiple options available to come out of this state. read more here https://aka.ms/sfseednodequoromtsg";
public static seedNodeChecksId = "seedNode";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ export class InfrastructureCollection extends DataModelCollectionBase<Infrastruc
this.data.warnings.addOrUpdateNotification({
message: `Active updates count has exceeded the max allowed for safe rollout of updates for
${throttledIS.map(is => is.name).join(",")}
Once the existing updates complete, the pending updates will start automatically
To forcefully allow an MR job to go through, connect to the SF cluster and execute this command:
Invoke-ServiceFabricInfrastructureCommand -ServiceName <InfrastructureService Name like fabric:/System/InfrastructureService/nt1>
-Command AllowAction:<MR_job-id_guid>:*:Prepare`,
Once the existing updates complete, the pending updates will start automatically.`,
level: StatusWarningLevel.Warning,
priority: 4,
id: InfrastructureCollection.bannerThrottledJobs,
Expand Down

0 comments on commit 951acf7

Please sign in to comment.