1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #1226: Add IOTHREAD to FEATURES (#818)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
Frederick Borges 2021-02-16 18:29:33 +01:00 committed by GitHub
parent 9c35639c68
commit c4c56207ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,6 +267,13 @@
</select>
</label>
</div>
<div class="medium-6 columns">
<label>
{{tr "Iothread"}}
{{{tip (tr "Iothread id used by this disk. Default is round robin. Can be used only if IOTHREADS>0.")}}}
<input type="number" wizard_field="IOTHREAD">
</label>
</div>
</div>
</div>
<div class="wizard_internal_tab tabs-panel cpuTab" id="cpuTab{{uniqueId}}">