-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7537 add serial number to virtual machines #16407
Conversation
I could see Serials being set to unique for a specific cluster. but non-unique outside the cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a few items:
- Add the serial field to the VM template
- Add the serial field to the search indexer
(Remember there's a checklist for adding new fields to models.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @arthanson!
Fixes: #7537
Added serial number field, kept it as non-unique? Wasn't sure if multiple vendors would have conflicting serial numbers if they aren't UUID, can change to unique if needed?
Didn't add to bulk edit as it didn't make sense to set multiple ones the same.