Skip to content

Commit

Permalink
fix server group docs (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
daragok authored Jan 21, 2025
1 parent d0a1911 commit ca1a4f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gcore/resource_gcore_servergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ Server group policy. Available value is 'affinity' 'anti-affinity' 'soft-anti-af
**Affinity Rule**:
Strictly isolates instances across different physical servers, minimizing simultaneous failures for
critical applications. This rule is recommended for enhanced fault tolerance.
Improves performance by grouping related instances on the same physical server to enhance communication,
resource sharing, and faster interaction.
**Soft Anti-affinity Rule**:
Attempts to place instances belonging to the same server group on a single host. If this is not
possible, instances will be scheduled on the minimum number of hosts required.
Attempts to place instances belonging to the same server group on different hosts. If this is not
possible, instances will be scheduled on the maximum number of different hosts available.
**Anti-affinity Rule**:
Improves performance by grouping related instances on the same physical server to enhance communication,
resource sharing, and faster interaction.`,
Strictly isolates instances across different physical servers, minimizing simultaneous failures for
critical applications. This rule is recommended for enhanced fault tolerance.`,
Required: true,
ForceNew: true,
},
Expand Down

0 comments on commit ca1a4f9

Please sign in to comment.