This commit is contained in:
Fred Park 2019-10-16 15:49:41 +00:00
Родитель 4fb1ef7238
Коммит 59a155576b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3C4D545F457737EB
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4252,8 +4252,8 @@ def task_settings(
'{} /etc/dat.conf:/etc/rdma/dat.conf:ro'.format(
bindparm))
elif is_sriov_rdma_pool(vm_size):
raise RuntimeError(
'SRIOV on Ubuntu is currently not supported')
run_opts.append('{} /etc/dat.conf:/etc/dat.conf:ro'.format(
bindparm))
elif ((publisher == 'suse' and offer == 'sles-hpc') or
(is_custom_image and
node_agent.startswith('batch.node.opensuse'))):