Actions
Bug #12994
closedCan't create user group with the same name as a top level project
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
I tried to create a group called "Veritas" on cluster dhhck and got this error:
#<PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_groups_on_owner_uuid_and_name" DETAIL: Key (owner_uuid, name)=(dhhck-tpzed-hnryj9s28lk3pdk, Veritas) already exists. >
I suspect it is because I have a top-level project called "Veritas". These should occupy different name spaces.
Related issues
Updated by Tom Clegg over 3 years ago
- Related to Bug #16007: Permission graph update is slow with large numbers of groups added
Updated by Tom Clegg over 3 years ago
- Target version deleted (
Arvados Future Sprints) - Status changed from New to Resolved
Fixed by #16007: it is no longer possible for a "role" group and a "project" group to have the same owner_uuid.
Actions