MAX_LUNS
if (id >= MAX_LUNS) {
std::array<struct lun *, MAX_LUNS> t_luns = {};
for (i = 0; i < MAX_LUNS; i++) {