Allow duplicate device names within same site/cluster #17913
Unanswered
AliMickey
asked this question in
Help Wanted!
Replies: 1 comment 3 replies
-
As far as I know, there is no case where "the device ID is appended to the name". Can you give an example of a series of steps which demonstrates this behaviour? Both devices and VMs have name uniqueness constraints. They are slightly different:
If you want two different VMs with the same name in the same cluster (which would be confusing), then either:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have defined a cluster to represent a hypervisor, within which there will be multiple VMs.
If there are two different VMs both named "test", the second will fail validation when adding due to
Virtual machine name must be unique per cluster.
.This behaviour does not match ordinary device names being duplicated (where the device ID is appended to the name).I know this can be worked around by defining a custom field and setting the true name there, however I prefer consistency with the existing 'normal' device objects.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions