-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rwx): share manager pod respects the storageClass.allowedTopologies
In the Longhorn storage system, a share manager pod of a rwx volume is created on a random node. The purpose of this update is to enhance the locality of an RWX volume and its share manager pod. It accomplishes this by converting the storageClass.allowedTopologies setting into an affinity configuration for the share manager pod. As a result, both the pod and the RWX volume respect this affinity, ensuring their allocation to an optimal node. Longhorn 7872 Signed-off-by: Derek Su <derek.su@suse.com>
- Loading branch information
Showing
1 changed file
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters