-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-30525 Fix issues of cased dropzone names mismatching group name
Group names have always been treated as case-insensitive. Since 9.2 (HPCC-29553) groups have been created to match dropzones. This PR ensures that groups names created by dropzones are lowercased. This bug was causing environments with non-lowercased dropzone names to cause failures during sprays of the form: "DFUServer Error Failed: DFUWU: Logical group <lowercased-group-name> not found" Signed-off-by: Jake Smith <[email protected]>
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 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