-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: the nested groups are not included by Frontend: wget -q --no-check-certificate https://dcacheweb-kit.gridka.de:3880/api/v1/poolgroups -O - | jq '.[] | select(.name == "all-belle-pools")' { "name": "all-belle-pools" } Modification: add a way do get poolGroups from poolSelectionUnit Result: Nested groups are shown [ {"name":"alias-pools", "nestedPoolGroups":["qos-disk"] }, { "name":"alias-pools1", "nestedPoolGroups":["alias-pools2","qos-disk","resgroup"] }, { "name":"alias-pools2" }, { "name":"default" }, { "name":"qos-disk", "pools":["pool_res1","pool_res2","pool_res3"] }, { "name":"resgroup", "links":["resilient-link"], "pools":["pool_res1","pool_res2","pool_res3"], "nestedPoolGroups":["alias-pools2"] } ] Target: master Request: 9.0 Request: 8.2 Request: 8.1 Acted-by: Tigran Mkrtchyan Fixes: #7326 Requires-notes: yes Requires-book:
- Loading branch information
1 parent
f7e1913
commit 6b49307
Showing
5 changed files
with
38 additions
and
0 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
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
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
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
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