1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

F OpenNebula/one#6167: Add io_uring to IO Sunstone drop-down

Signed-off-by: Neal Hansen <nhansen@opennebula.io>
This commit is contained in:
Neal 2023-09-04 08:33:01 -06:00 committed by GitHub
parent 2eb07ee1c1
commit 2075b02cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ export const GENERAL_FIELDS = [
{ text: '', value: '' },
{ text: 'Threads', value: 'threads' },
{ text: 'Native', value: 'native' },
{ text: 'io_uring', value: 'io_uring' },
],
validation: string().trim().notRequired().default(undefined),
},

View File

@ -79,6 +79,7 @@
<option value=""></option>
<option value="threads">threads</option>
<option value="native">native</option>
<option value="io_uring">io_uring</option>
</select>
</div>
<div class="medium-6 columns hypervisor only_kvm not_lxc not_firecracker">