mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
added inline_help information
This commit is contained in:
@@ -56,15 +56,23 @@ function applyCfg() {
|
||||
**PCI Devices and IOMMU Groups**
|
||||
|
||||
> This displays a list of IOMMU groups available on your system along with the output of the `lspci` command for each IOMMU group. The numeric identifiers are used to configure PCI pass-through.
|
||||
>
|
||||
> Devices you select will be bound to the vfio-pci driver at boot, which makes them available for assignment to a virtual machine, and also prevents the Linux kernel from automatically binding them to any present host driver.
|
||||
>
|
||||
> **Note that selecting a device will bind not only the specified device(s), but *all* other devices in the same IOMMU group as well.**
|
||||
>
|
||||
> <i class="fa fa-circle orb green-orb middle"></i> This symbol indicates the device is currently bound to the vfio-pci driver.
|
||||
>
|
||||
> <i class="fa fa-retweet grey-orb middle"></i> This symbol indicates the device supports FLR (Function Level Reset).
|
||||
>
|
||||
> <input type="checkbox" value="" disabled> If a checkbox is greyed out it means the device is in use by Unraid and can not be passed through.
|
||||
|
||||
<?if (strpos(file_get_contents('/proc/cmdline'), 'pcie_acs_override=') !== false):?>
|
||||
<p class="notice" style="line-height:30px;height:auto">Warning: Your system has booted with the PCIe ACS Override setting enabled. The below list doesn't not reflect the way IOMMU would naturally group devices.<br>
|
||||
To see natural IOMMU groups for your hardware, go to the <b><a href="/Settings/VMSettings">VM Manager</a></b> page and set the <b>PCIe ACS override</b> setting to <b>Disabled</b>.</p>
|
||||
<?endif;?>
|
||||
|
||||
<pre><form id="vfiopci" onsubmit="return false"><table id='t1' class='pre'><tr><td><div class="spinner"></div></td></tr></table></form>
|
||||
</pre><br>
|
||||
|
||||
<pre><form id="vfiopci" onsubmit="return false"><table id='t1' class='pre'><tr><td><div class="spinner"></div></td></tr></table></form></pre><br>
|
||||
|
||||
**CPU Thread Pairings**
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ case 't1':
|
||||
$append = false;
|
||||
}
|
||||
}
|
||||
echo '<tr><td></td><td></td><td></td><td><input id="applycfg" type="submit" value="Bind selected to VFIO at Boot" onclick="applyCfg();" '.(($noiommu) ? "style=\"display:none\"" : "").'><span id="warning"></span></td></tr>';
|
||||
echo '<tr><td></td><td></td><td></td><td><br><input id="applycfg" type="submit" value="Bind selected to VFIO at Boot" onclick="applyCfg();" '.(($noiommu) ? "style=\"display:none\"" : "").'><span id="warning"></span></td></tr>';
|
||||
}
|
||||
break;
|
||||
case 't2':
|
||||
|
||||
Reference in New Issue
Block a user