Comment 5 for bug 1665143

Revision history for this message
Lee Trager (ltrager) wrote : Re: commissioning does not discover block devices on HP ProLiant DL360 Gen9 servers

In 00-maas-07-block-devices the Intel NVME device has an ID_PATH which is 115 characters long. We use a Django FilePathField on the BlockDevice model to store the device file path. Django limits the FilePathField to 100 characters by default. The result is being rejected because the file path is currently to long for the field.

https://docs.djangoproject.com/en/1.10/ref/models/fields/#filepathfield