-
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
Unable to assign device bay to tenant #433
Comments
Individual device bays can't be assigned to tenants; only devices can. What steps did you take to trigger that error? |
FWIW, I have lots of situations where it makes sense for device bays to have a different tenant than the parent device. Most common occurrence is Blade Servers and Blade Chassis. The Chassis always belongs to our IT "tenant", but individual servers can belong to any "tenant". |
@jeremystretch I went to Devices > picked a device with device bays > then clicked on the name of one of the device bays which brought me to its device page, then clicked edit this device and attempted to change the tenant field. |
I think it might help to clarify some terminology. There are three components relevant here:
Both parent and child devices can belong to any tenant (or no tenant) independent of each other. Device bays within a parent device have no tenant assignment capability. So you can't say "Slot 1 of this device is reserved for Tenant A," but you can say "The device installed in slot 1 belongs to Tenant A." |
This is a bug in the DeviceForm initialization for child devices; nothing specifically related to tenancy. |
Adding the text of the error for searchability:
|
When trying to assign a device bay to a tenant we get the following error. This happens even if the parent device is not set to anything.
However, we would like the functionality of being able to assign a device/chassis to one Tenant and then assign device bays to a different tenant.
The text was updated successfully, but these errors were encountered: