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:
parent
2eb07ee1c1
commit
2075b02cf4
@ -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),
|
||||
},
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user